Forum Replies Created

Viewing 20 posts - 11,041 through 11,060 (of 14,496 total)
  • Author
    Posts
  • in reply to: Twitter timeline widget #12965
    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.

    in reply to: Image behind header #12964
    Sakin
    Keymaster

    @lhalpern: In your css change #hgroup-wrap to #masthead as you have header top sidebar as well.

    in reply to: Image behind header #12953
    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; }

    in reply to: Firfox does not render full width #12952
    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.

    in reply to: Read More Button #12951
    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/

    in reply to: Add an id on post which is in a category #12949
    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?

    in reply to: Twitter timeline widget #12948
    Sakin
    Keymaster

    @djb: I see that you have already added twitter timeline widgets in your sidebar.

    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/

Viewing 20 posts - 11,041 through 11,060 (of 14,496 total)