Forum Replies Created

Viewing 20 posts - 10,561 through 10,580 (of 14,509 total)
  • Author
    Posts
  • 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”.

    in reply to: Logo after Headline #14507
    Sakin
    Keymaster

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

    #site-logo {
        display: inline;
        float: right;
    }
    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
    }
    in reply to: different header image on pages #14485
    Sakin
    Keymaster

    @victoria: I see that you have set “Featured Header Image Position” to “Before Header”. Make that to “After Menu” in “Appearance => Theme Options => Header Featured Image Options”.

    Then to remove the border (Shadow) in the header featured image, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-feat-img { box-shadow: none; }

    I see that you have reduce the height of the menu. This will give issue to your submenu and I see that I cannot click to submenu. So, you need to change the position of submenu as well. To do that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 40px; }

    in reply to: different header image on pages #14484
    Sakin
    Keymaster

    @jenbrookswriter: It’s little difficult to explain and work on it. I can configure that for you. I will email you now.

    in reply to: Link – Click effect images #14483
    Sakin
    Keymaster

    @carlosdonan: Thanks for your appreciation.

    in reply to: Link – Click effect images #14481
    Sakin
    Keymaster

    @carlosdonan: Looks like you are talking about outline in link. If so, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    a:focus, a:active, a:hover { outline: none; }

    in reply to: How to enable jetpack infinite scroll? #14474
    Sakin
    Keymaster

    @owen: It is showing. See just above your footer, you will see “Older Post” full width button. That is Infinite Scroll. If you click on that it will load the post in same page. But if you disable Infinite Scroll, then it will not load the post in same page.

    in reply to: Space Between Menu Tabs #14471
    Sakin
    Keymaster

    @Bookmama: I told you to add the CSS in Theme Options panel. But I haven’t see that you have added css. If you add the following CSS in theme options panel then it will work perfect.

    @media screen and (min-width: 1060px) {
    #header-menu ul.menu li { float: left; }
    #header-menu ul.menu a {
        padding-left: 54px;
        padding-right: 53px;
    }
    }
Viewing 20 posts - 10,561 through 10,580 (of 14,509 total)