Forum Replies Created

Viewing 20 posts - 11,061 through 11,080 (of 14,509 total)
  • Author
    Posts
  • in reply to: Summary instead of full post #12947
    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.

    in reply to: Image in footer #12946
    Sakin
    Keymaster

    @EPICPROJECT: I see that you have already added the logo. You can also add widgets in Footer Area One, Two and three.

    in reply to: [home] reduce spacing between articles #12944
    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>

    in reply to: Sub menus disappear when main menu is assigned to footer #12942
    Sakin
    Keymaster

    @sqd: Footer menu doesn’t support submenu.

    in reply to: Problems with Home Page #12925
    Sakin
    Keymaster

    @pohl: Sorry I don’t understand what you mean.

    in reply to: Format text on homepage #12922
    Sakin
    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.

    in reply to: Problems with Home Page #12921
    Sakin
    Keymaster

    nice 🙂

    in reply to: IE 10? #12904
    Sakin
    Keymaster

    @oly: I just checked in IE10 and it looks fine.

    in reply to: Format text on homepage #12903
    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 );
    in reply to: Featured Slider Not Working #12902
    Sakin
    Keymaster

    @Africa-Rising: Then you can also solve in same way. This is not our theme issue. It’s the plugin issue.

    in reply to: Multi Language plugin #12890
    Sakin
    Keymaster

    @aroma-bobman: As per my knowledge there is two famous plugin for Multi-language. One qTranslate and another one is WPML plugin.

    in reply to: Header Enlargement #12889
    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.

    in reply to: Featured Slider Not Working #12887
    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/

    in reply to: Problems with Home Page #12885
    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/

    in reply to: Problems with Home Page #12878
    Sakin
    Keymaster

    @pohl: There is Visual and text mode. Just go to text mode and then remove it.

    in reply to: Featured Slider Questions #12876
    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 -->
    in reply to: Featured Slider Questions #12874
    Sakin
    Keymaster

    @ieefa: Ok I can check in your server and add check on the issue. I will send you an email.

    in reply to: Featured Slider Questions #12871
    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.

    in reply to: Problem with pictures #12866
    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.

    in reply to: Problem with pictures #12862
    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.

Viewing 20 posts - 11,061 through 11,080 (of 14,509 total)