Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@pohl: Adding it in top of the template will not work anything. I told you you have to go to text mode and remove that extra p tag. I found this plugin, can you check if you want to remove formatting urbangiraffe.com/plugins/disable-wpautop/ and you can search for other plugins at http://wordpress.org/extend/plugins/
Sakin
Keymaster@ieefa: I check in our site and see the script issue that you have added in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes”. I have remove the following script from “Code to display in footer”.
<!-- E-MAILiT Sharing Button BEGIN --> <div class="e_mailit_button" id="332"> <script type="text/javascript"> (function() { var b=document.createElement("script"); b.type="text/javascript";b.async=true;b.src=("https:"==document.location.protocol?"https://www":"http://www")+".e-mailit.com/widget/button/js/button.js"; var c=document.getElementsByTagName("head")[0];c.appendChild(b) })(); </script> </div> <!-- E-MAILiT Sharing Button END -->Sakin
Keymaster@ieefa: Ok I can check in your server and add check on the issue. I will send you an email.
Sakin
Keymaster@ieefa: Why did you install Simple Catch Theme inside your oldthemes directory inside theme directory. Maybe that is the conflict. You can directly install it in theme directory.
Have you installed any new plugins or updated anything.
First delete the simple catch theme from oldthemes and add it in directly under themes. If this doesn’t solve it then try disabling recently active plugins.
Let me know your progress.
Sakin
Keymaster@ashrafashraf: For installation you can either use FTP or Admin panel. See the Theme Instruction for more details http://catchthemes.com/theme-instructions/catch-box-pro/
If you haven’t customize any core theme files such as functions.php, style.css, index.php and so on then it’s fine. All the customization done thorough Theme Options panel and Custom CSS box will be there.
After you activate the Pro version, you might need to reassign menu and widgets.
Sakin
Keymaster@ashrafashraf: Thanks and backup before you upgrade. Catch Box Pro is just additional feature of Catch Box Free Theme. So, you don’t have to work much for upgrade.
-
AuthorPosts
