Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@creativejay: Check out the page-blog.php template and you will get idea of pagination to make it work. Then you can check WP_Query http://codex.wordpress.org/Class_Reference/WP_Query for posts_per_page
Sakin
Keymaster@Nixos: Images are used in default way from WordPress. Maybe you might look for plugins.
Sakin
Keymaster@MrJonnyJones: You can add any video from video site such as Youtube, Vimeo through embed code in your WordPress site. It’s not good to host your video directly on your site as it consumes log of bandwidth and also it will load slower then video sharing sites.
If you want to host in your site in anyway then can you check this plugin http://wordpress.org/plugins/jw-player-plugin-for-wordpress/
Sakin
Keymaster@lanne1: It displays same to be in IE9, IE10, Firefox and Chrome. The only difference in IE8 is that it doesn’t support rounded corners and it’s flat design.
Sakin
Keymaster@Louise_pieterse: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the search box from the header.
#header-right #s { display: none; }Sakin
Keymaster@MrJonnyJones: I see that you have changed the site url from http://www.classicalballetcentresurrey.co.uk.gridhosted.co.uk/ to http://www.classicalballetcentresurrey.co.uk/. That is why there is problem.
You need to run Search and Replace code when you change the site URL. You can use the script mentioned here http://interconnectit.com/products/search-and-replace-for-wordpress-databases/
There you can change the url. Don’t forget to backup your database before you make any changes.
Sakin
Keymaster@elli: I am bit confused about which like you are talking about. You should have posted your site URL. I hope you mean to remove the line. If that is the case then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header { border: none; }You can remove the dot background effect in the slider from “Appearance => Theme Options => Featured Post Slider => Slider Effect Options”. You can check “Disable Slider Background Effect” and save it.
Sakin
Keymaster@aaronborrego: You can change the color code in following css and add it in “Appearance => Theme Options => Custom CSS” box.
.home #main { background-color: #fff; }Sakin
Keymaster@FlatsPirate: I see that you have added
<hr>code which shows that line. Either you can remove that line or you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border of hr code.
hr { border: none; }July 19, 2013 at 4:36 pm in reply to: Header height (can't remove the white space at the bottom) #12122Sakin
Keymaster@udisa: You can add the following css in “Appearancec => Theme Options => Custom CSS” box.
.sidebar-top .widget { margin-bottom: 0; }Sakin
Keymaster@Harry454: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-title { display: none; }Sakin
Keymaster@Bill Pagonas: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content, #branding .logo-wrap { margin: 0; } #site-details, #sidebar-top { display: none; }Sakin
Keymaster@sobujbd: Oh Ok. You can build child then and then copy the function simplecatch_loop() in your child theme functions.php and add the thumbnail.
Sakin
Keymaster@iemotion: Send me our site URL and let me know what you want? Then I can can check in. If you want you can load the mobile menu in the tablet as well.
Sakin
Keymaster@MrJonnyJones: I don’t know about it. Why do you want o use video.js in your this theme. We already have responsive video support.
Sakin
Keymaster@sobujbd: I don’t get it what you mean. You don’t need to add the media individually in the single post. You can also mass upload the media from “Media => Add New” in your WordPress Dashboard. Then you can add the link in your post or you can just upload the gallery in the post.
Sakin
Keymaster@sobujbd: When I check in your site and sticky post “Bangla Movie Chowringhee (1968) Review”. I see that in content, you have lot of empty
<p></p>tags. So just edit that post in text mode and remove the extra<p></p>tagsJuly 19, 2013 at 2:33 am in reply to: Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is di #12086Sakin
Keymaster@dario.dlrnz: This look your server related issue and you can ask your hosting server.
If this is giving you problem then you can remove the updater in your functions.php, delete code// Load up our new theme update notifier require( get_template_directory() . '/update_notifier.php' );Sakin
Keymaster@lynzikate: You can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Active/ Current Menu Item Background Color */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000; } /* Hover Menu Item Background Color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #2d2d2d; } -
AuthorPosts
