Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@djb: I am not sure what you are talking about. But I am able to click on the links in your twitter widget and also see the latest 3 tweets. For your twitter widget please take a look at twitter widget support. You can also preview your twitter widget from your Twitter account. So, please check there first and see it. This is not a theme issue.
Sakin
Keymaster@lhalpern: In your css change #hgroup-wrap to #masthead as you have header top sidebar as well.
Sakin
Keymaster@lhalpern: To add the image behind the header, you need to upload image from Add Media and then add the css for background image in “Appearance => Theme Options => Custom CSS” box.
For font size in Slider, you can adjust the font size as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-content { font-size: 14px; }Sakin
Keymaster@kapo_e: It is showing fine for me at FF. Maybe it’s your browser cache. SO, clear and check it.
Also you have added css in “Appearance => Theme Options => Webmaster Tools => Header Code”. Remove that from there. if you want to add CSS then you can add it in “Appearance => Theme Options => Custom CSS” box.
Sakin
Keymaster@anaorsini: Each theme is design in it’s own style. In Catch Mustang theme there is read more. See the demo at http://catchthemes.com/demo/catch-mustang/category/blog/
Sakin
Keymaster@TheGoldFish: Sorry I don’t know which theme are you using, as you have use Free Themes section. Can you send me your site URL?
Sakin
Keymaster@Africa-Rising: Click on “Appearance => Theme Options => Layout Options”. Then in “Content Layout”, click on “Excerpt/Blog Display” and click on Save Changes button.
Sakin
Keymaster@EPICPROJECT: I see that you have already added the logo. You can also add widgets in Footer Area One, Two and three.
Sakin
Keymaster@Charlie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* Margin Below the Slider */ #slider { margin-bottom: 2em; } /* Margin below the Homepage posts */ .home .hentry { margin-bottom: 2em; }But for the margin between hupso share buttons you need to edit that plugin only as that plugin added inline padding with div as below. If you can then you need to edit the padding.
<div style="padding-bottom:20px; padding-top:10px;"></div>August 10, 2013 at 1:06 am in reply to: Sub menus disappear when main menu is assigned to footer #12942Sakin
Keymaster@Kindbodesign: That is very simple. You just need to build chile theme and create new functions.php and add the code I gave you. If you are confused then I can install it for your. I will contact you in email for your site access.
Sakin
Keymasternice 🙂
Sakin
Keymaster@Kindbodesign: Yes adding Front page and moving above the Featured Content is the best idea. For that you need to build Child theme and then in your child theme functions.php file you need to add like following:
// Unhook default parent functions function unhook_default_functions() { remove_action( 'catcheverest_main', 'catcheverest_homepage_featured_display', 10 ); } add_action('init','unhook_default_functions'); // Add Featured Content after secondary add_action( 'catcheverest_after_secondary', 'catcheverest_homepage_featured_display', 10 );Sakin
Keymaster@Africa-Rising: Then you can also solve in same way. This is not our theme issue. It’s the plugin issue.
Sakin
Keymaster@aroma-bobman: As per my knowledge there is two famous plugin for Multi-language. One qTranslate and another one is WPML plugin.
Sakin
Keymaster@Nathan: Catch Box Pro theme support flexible height image. You can upload the image of any height and herder will also be increased. Just go to “Appearance => Header” and upload the new image.
Sakin
Keymaster@Woorari: You have issue with the Next Gen Gallery Plugin Version 2. The plugin author have already acknowledge about the issue and they are fix it in next version update of plugin. See this link http://wordpress.org/support/topic/known-plugin-conflicts-with-nextgen-20/page/3
As per the plugin author, Until then you need to rollback to older version and their guide on how to rollback is here http://www.nextgen-gallery.com/how-to-rollback-a-version/
-
AuthorPosts
