Forum Replies Created

Viewing 20 posts - 9,821 through 9,840 (of 14,510 total)
  • Author
    Posts
  • in reply to: Slider #17004
    Sakin
    Keymaster

    @Artem: Can you tell me what you want to do? I don’t see any issue in your site. Also you are not supposed to hide Theme: Catch Everest from the footer in free theme. This is the reason that we provide free themes and support.

    If you want to remove footer copyright information then you need to use Catch Everest Pro version where there is Footer Editor in Theme Options panel. There are lot more additional features. Read more about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Menu options #17002
    Sakin
    Keymaster

    @MikeHornbeck: Cool you found it. Thanks for sharing it.

    in reply to: Remove featured image from blog line #17001
    Sakin
    Keymaster

    @Artem: I just check in your site and you are still using Catch Everest Free version.

    If you are using Catch Everest Pro theme, then you can work in with Featured Image options from “Appearance => Theme Options => Header Featured Image Options”. This is for overall setting and if you want to do different settings for few pages and posts then you can edit page or post and then work on “Catch Everest Options” meta box.

    For more about Catch Everest Pro details, you can check out our theme instruction page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: space before the header #17000
    Sakin
    Keymaster

    @Artem: So what you want to do with it? Can you explain to me what you want to do with the header.

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

    @Heinrich: I don’t get it what you mean. I have you the solution to make the layout like you described.

    in reply to: Footer area advertisement #16969
    Sakin
    Keymaster

    @kat22: In your “catch Everest: Advertisement” widget, just add your logo “Image url” and where to you want that logo to link in “Link URL”. Don’t add anything in “Advertisement Code” box. This box should be used only if you are using advertisement script Google Ad-sense and so on.

    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; }

Viewing 20 posts - 9,821 through 9,840 (of 14,510 total)