Forum Replies Created

Viewing 20 posts - 10,541 through 10,560 (of 14,496 total)
  • Author
    Posts
  • in reply to: Changing hover-color in sidebars #14569
    Sakin
    Keymaster

    @fogruen: Can you change it through Color options and send me your site URL. Then I will check in your site why it is not working and give you the css code to change it.

    in reply to: Featured Slide: Title is…boring. #14567
    Sakin
    Keymaster

    @tracypie: I just check in your product http://kickinitinkindergarten.com/product/jan-brett-author-study/ and found that image url as http://kickinitinkindergarten.com/wp-content/uploads/2013/09/JanBrettAuthorStudy-e1379201537379.jpg

    This image is small so when expanding it is blurred. So, upload the larger image.

    in reply to: Update to 2.6 #14564
    Sakin
    Keymaster

    @ashrafashraf: What happen? Why cannot you update the theme. can you explain.

    in reply to: Secondry menu #14563
    Sakin
    Keymaster

    @wardism: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1000px) {
    #content p { font-size: 14px; }
    }
    in reply to: Secondry menu #14561
    Sakin
    Keymaster

    @Yybjaa: I am not sure I understand your issue. Maybe you can send me screenshot showing what is it.

    in reply to: Remove Google Fonts #14536
    Sakin
    Keymaster

    @fogruen: If you don’t change any font then then the site will not load the google font. So, I think this is not an issue.

    About font face css code, you need need to build child theme and then add font in your child theme and then add css in child theme style.css

    in reply to: Remove text for location on certain pages in Navigation Menu #14535
    Sakin
    Keymaster

    @interiorsalvage: Yes you need to add it in “Appearance => Theme Options => Custom CSS” box or you need to build child theme in then add in child theme style.css
    .page-header { display: none; }

    in reply to: Skype and uri #14534
    Sakin
    Keymaster

    @Evocom: skype:echo123?call works on Catch Everest Pro 1.5.1. After you update your theme did you change the value in your theme options.

    in reply to: Getting the logo in alignment with header text #14533
    Sakin
    Keymaster

    @kat22: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
        padding-left: 10px;
    }
    in reply to: home page #14532
    Sakin
    Keymaster

    @omgstyle: Looks like you have customize the core theme files. So, I cannot check in. Can you tell me your customization.

    in reply to: Full width in responsive view #14521
    Sakin
    Keymaster

    @offirkeren: Full width is also responsive in Catch Everest Theme. So, what is the issue? Let me know it and also send me your site URL.

    in reply to: home page #14520
    Sakin
    Keymaster

    @omgstyle: You can add the following CSS.

    .home #main { display: none; }
    #hgroup-wrap { display: none; } 
    in reply to: reduce padding above footer to 0 #14516
    Sakin
    Keymaster

    @tnotty: For this I need to check in your site. So, add in the site url.

    in reply to: Image border removal #14515
    Sakin
    Keymaster

    @Sev: You need to add the following additional CSS in “Appearance => Theme Options => Custom CSS” box.
    #main #content img { border: none; }

    in reply to: How do I add an Email Subscription #14514
    Sakin
    Keymaster

    @Lizettegfernandez: Email Subscription doesn’t fall in Theme Territory. It falls under plugin territory and we are not allowed to add in as per the guide line of WordPress.org.

    So, you can just add the plugins. Search for free plugin at http://wordpress.org/plugins/

    in reply to: My slider images have disappeared #14513
    Sakin
    Keymaster

    @CocktailMarketing: I can see the slider is displaying fine in your site. Can you clear your cache and refresh your browser to check in.

    in reply to: Side bar coloured background #14512
    Sakin
    Keymaster

    @tnotty: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Sidebar Widget Title */
    #secondary .widget-title {
        color: #fff;
    }
    /* For Sidebar Widget Text */
    #secondary .widget { 
        color: #fff;
    }
    /* For Sidebar Widget Link color */
    #secondary .widget-area .widget a {
        color: #fff;;
    }
    in reply to: Add line to break slider and page content #14511
    Sakin
    Keymaster

    @tnotty: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .featured-slider .slides {
        border-bottom: 20px solid #fee000;
    }
    in reply to: Featured Slider Problem #14510
    Sakin
    Keymaster

    @bekay86: You need to add in the post IDs in “Appearance => Theme Options => Featured Slider => Slider Options”.
    I just see that you have added the Post ID 540
    But I don’t see other Post ID.
    You need to post ID “#1 Featured Post ID”, “#2 Featured Post ID”, “#3 Featured Post ID” and “#4 Featured Post ID”

    in reply to: Customization Issues #14508
    Sakin
    Keymaster

    @mvtpinheiro: Yes that will not work as your have setup as “Content layout” as “Show excerpt” in “Appearance => Theme Options” from your WordPress Dashboard. This will automatically take the excerpt text of the your content as defined in “Excerpt Length in Words”. But if you want different word to be displayed in excerpt then you can add in your text in Excerpt Box in your post. See this screenshot for excerpt box http://www.pinterest.com/pin/548594798330200958/

    If you want to break your content with more then you have to choose “Show full content” in your “Content Options” from “Appearance => Theme Options”.

Viewing 20 posts - 10,541 through 10,560 (of 14,496 total)