Forum Replies Created

Viewing 20 posts - 9,821 through 9,840 (of 14,504 total)
  • Author
    Posts
  • in reply to: Search box #16968
    Sakin
    Keymaster

    @kat22: You can change the color of the search box text by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right #s {
        color: #fff;
    }

    The search page layout is controlled through “Appearance => Theme Options => Layout Options”. There you have to select Sidebar Layout Options.

    in reply to: Frontpage and articles/ category with different Layout #16966
    Sakin
    Keymaster

    @Heinrich: In Catch Box Pro theme, tou can choose the category to show in homepage from “Appearance => Theme Options => Homepage/Frontpage Category Setting”. Just select the multiple categories from which you want to show the post.

    Then for the the slide, you can choose the Category Slider. Go to “Appearance => Theme Options => Featured Slider => Slider Options”, then select Featured Category Slider. Then in Featured Category Slider Options, select the category that you want to show for slider.

    in reply to: Remove Author & Comments mention for Posts #16964
    Sakin
    Keymaster

    @Mark: Ok for our site, if you want to remove all meta tag and the following CSS will hide it all. No need other CSS. Just paste the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    in reply to: sub menu #16963
    Sakin
    Keymaster

    @Cecilia Linda: Yes you are right, WooCommerce doesn’t allow to change the layout. Also for shop we have user Full Width Design. To add sidebar, you need build child theme and create functions.php and style.css in your child theme. You can copy style.css and functions.php code from https://gist.github.com/anonymous/7374457

    in reply to: Featured Post Slider Questions #16960
    Sakin
    Keymaster

    @rbrek: If you are using Catch Evolution Pro Image Slider, then you can simply upload the image and add the image url. It will show the image auto adjust.

    But for Catch Evolution Free theme, there in featured post slier where it auto cuts the image as per the size. So, you can use the image 849 x 565 pixels

    in reply to: Header option shows Tags widget #16959
    Sakin
    Keymaster

    @citrocker: WoW thank you solve it.

    in reply to: How to add numeric page numbers in simple catch theme? #16958
    Sakin
    Keymaster

    @swapnaranjitanayak: I just check in your site and see that you have activated Jetpack plugin “Infinite Scroll” module. You need to deactivate Infinite Scroll from Jetpack plugin and then it will work.

    in reply to: IPAD4 can't open links #16956
    Sakin
    Keymaster

    @rhkingma: It’s strange why it is not working. Maybe, you can set your permalink structure at “Settings => Permalinks” and try it.

    in reply to: Force Desktop view on Mobile #16955
    Sakin
    Keymaster

    @francisboyle: Catch Evolution Free version is a Responsive Design Theme. So, it automatically changes as per the screen sizes. So, there is no option to show full desktop view in mobile.

    If you want to completely remove the Responsive Design and Stick with Desktop View all the time, then you need to disable Responsive Design. But sorry this option is only there in Pro version at this stage.

    in reply to: sub menu #16945
    Sakin
    Keymaster

    @Cecilia Linda: Sorry there is no option to do that in theme. Maybe you can search for menu plugin which can do that. Search in http://wordpress.org/plugins/ and Google.

    in reply to: nav background color change being ignored in IE 7-9 #16936
    Sakin
    Keymaster

    @owen: Use color code not the color name and if that is not working then add important.

    #branding #access, #colophon #access-footer {
        background-color: #0000ff !important;
    }
    in reply to: white space in header #16932
    Sakin
    Keymaster

    @suchi: I see that you are using Catch Everest Pro version 1.3. But this option was added from version 1.4 onwards. So, first you need to update our theme to latest version. For change log read this http://catchthemes.com/changelogs/catch-everest-pro-changelog/

    in reply to: Remove Author & Comments mention for Posts #16931
    Sakin
    Keymaster

    @Mark: Can you send me your site URL and let me know it.

    in reply to: Home Page Slide Text ":" #16930
    Sakin
    Keymaster

    @CaptivatingHearts: Sorry there is not easy option to remove separator. You need to build child theme and in then edit the function simplecatch_sliders()

    We have just added it in update for Simple Catch Version 2.6.7 where you will get separator control through custom css. But this version has to be approved by WordPress.org and set to live. So, it can take up to 7 days to live it.

    After you get update, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    .featured-text .slider-sep { display: none; }

    in reply to: Header-white space #16923
    Sakin
    Keymaster

    @Lauren: You can change the color code as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-description { color: #7a7a7a; }

    in reply to: Menu Bar Links with iPad #16922
    Sakin
    Keymaster

    @jpbertram: Oh sorry. You can to go to “Appearance => Menus” and then create menu if you haven’t create or edit it if you already have it. And you need to edit the Label of the Menu item for which you don’t want link.

    in reply to: post image/ small size #16921
    Sakin
    Keymaster

    @Heinrich: Yes, that’s true. You can use WordPress gallery itself.

    in reply to: Featured Post Slider Questions #16917
    Sakin
    Keymaster

    @rbrek: Those are the sample images to demonstrate the Slider. In free version of Catch Evolution theme, you will get Featured Post Slider. So, you need to create post with featured image and then add that post ID in “Appearance => Theme Options => Featured Post Slider”. The size of the images are Width: 644px and Height: 320px.

    You can read detail instruction at http://catchthemes.com/theme-instructions/catch-evolution/

    You can also take a look at Catch Evolution Pro version for Advance Featured Slider. Read more features at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: footer image auto adjust #16916
    Sakin
    Keymaster

    @Heinrich: Thanks 🙂

    in reply to: nav background color change being ignored in IE 7-9 #16915
    Sakin
    Keymaster

    @owen: I am not so sure what you have added in the CSS as I can see out blue color has been there in IE8. Maybe you can try adding in the following CSS for your color.

    #branding #access, #colophon #access-footer {
        background: #0000ff;
    }
Viewing 20 posts - 9,821 through 9,840 (of 14,504 total)