Forum Replies Created

Viewing 20 posts - 12,041 through 12,060 (of 14,505 total)
  • Author
    Posts
  • in reply to: Featured Slider Images don't appear #9901
    Sakin
    Keymaster

    @CarlK3D: Yes you can have multiple. Set how many slides you want from “Appearance => Featured Slider => Slider Options”. There you will bee input box for Number of Slides. If you want to add 4 slides then just type 4 and save it. then you will get the Featured Col #1, Featured Col #2, Featured Col #3 and Featured Col #4. There you can add respective post ID.

    Sorry the page slider is not there in Free Version. For that you need to upgrade to pro version. See this for more feature in Pro version http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Centering menu bar #9876
    Sakin
    Keymaster

    @MairiaM: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header #mainmenu {
        float: none;
        text-align: center;
    }
    #header #mainmenu ul li {
        display: inline-block;
        float: none;
    }
    in reply to: Search box on the Header Right Sidebar #9875
    Sakin
    Keymaster

    @garzonj: Can you add in your Site URL here?

    in reply to: image upload #9873
    Sakin
    Keymaster

    @thess: Image upload in not the theme issue. It’s using the default WordPress up-loader. So, you might consider check your WordPress Settings and then ask your hosting server.

    in reply to: Featured Slider Images don't appear #9872
    Sakin
    Keymaster

    @CarlK3D: I think you have still issue with the slider. SO, can you add the Post Ids.
    For now can you add following ID in Slider Options
    For box Featured Col #1 add 795 and for box Featured Col #2 add 789

    in reply to: Custom CSS field not working #9871
    Sakin
    Keymaster

    @mg13: Can you just send me the list of the task for which you want the help. It’s confusing. Just add it in points.

    in reply to: Inserting PHP code above the header #9870
    Sakin
    Keymaster

    @SteveW: Yes for editing any core theme files like header.php you need to first build child theme and then edit header.php in your child theme.

    in reply to: Move Feature Slider Above Menu? #9865
    Sakin
    Keymaster

    @jmott310: For that you need to build child theme and working on action hook. This is more technical work so look for developer to do that for you.

    in reply to: Supported Mobile Phones #9864
    Sakin
    Keymaster

    @Mirko034: It is tested in all latest smart phone and tablets.

    in reply to: Featured Slider Images don't appear #9863
    Sakin
    Keymaster

    @CarlK3D: Can you check in by disabling that plugin.

    in reply to: Change Featured Image Slider #9862
    Sakin
    Keymaster

    @lachinn: For reducing the header padding top. Just change the padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        padding-top: 50px;
    }

    You can write post and page both. The pages are for static content like About Us, Contact us and so on and the posts are for blogs and category content.

    in reply to: How do you hide breadcrumbs? #9861
    Sakin
    Keymaster

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

    .page.page-blog  .entry-title {
        display: block;
    }
    in reply to: Catch Everest Pro #9859
    Sakin
    Keymaster

    @neh: Check now.

    in reply to: Header Inquiry #9858
    Sakin
    Keymaster

    @Uendi: I see that you have added a lot of screenshots. To get this level of support please subscribe to support membership http://catchthemes.com/membership/

    For all static content like Contact Us, About us and so on. Please use Add pages.

    in reply to: How do you hide breadcrumbs? #9856
    Sakin
    Keymaster

    @clubio: I see that you have already done it in pages.

    in reply to: How to remove some things #9855
    Sakin
    Keymaster

    @impresnet: I just check in your site and you are still using version 0.3. See this http://www.impresnet.com/esc/EAO/wp-content/themes/catch/catch-everest/style.css

    in reply to: Decrease space #9854
    Sakin
    Keymaster

    @lachinn: For your header padding above your site logo. You can decrease the padding top and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        padding-top: 50px;
    }

    To change the slider to Featured Page. You need to upgrade to Catch Everest Pro version where there is option to replace your post slide to page slider. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    I see that you have hidden the featured image in post through Custom CSS.

    in reply to: Catch Everest Pro #9828
    Sakin
    Keymaster

    @callinsky: Can you login to your account at http://catchthemes.com/login/

    in reply to: YouTube Widgets #9817
    Sakin
    Keymaster

    @Tekstiltrold: We are still in discussion about the width of the content section if we use 2 sidebars. We thing it might get too busy and will do content distraction. So, noting coming up soon. If you have any suggestion for the layout sizes then send us.

    in reply to: Adding Space Between Content & Sidebar #9816
    Sakin
    Keymaster

    @Maria: Thanks for putting back the footer link. Yes, now you have to post message in each forum so that I get alert and will send your the codes.

    Changing the space between the content and sidebar. This is bit complicated, as the theme in build in 978 grid system. So, I advice not to change it. But if you want then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Where I have reduce the width of sidebar by 10px and increase the margin by 10px.

    #sidebar.col4 {
        margin-left: 40px;
        width: 296px;
    }
Viewing 20 posts - 12,041 through 12,060 (of 14,505 total)