Forum Replies Created

Viewing 20 posts - 8,301 through 8,320 (of 14,497 total)
  • Author
    Posts
  • in reply to: separate background for homepage and other pages #22753
    Sakin
    Keymaster

    @eharper: Send me your site URL and the code code that you want to change to then I will check in your site and send you the css code.

    in reply to: Home Page Header Image #22751
    Sakin
    Keymaster

    @Steve: Nice 🙂

    in reply to: Sidebar Navigation Menu #22750
    Sakin
    Keymaster

    @elijah_106670: Sorry your site is in under-construction. So, I cannot view it. You can add create custom menu from “Appearance => Menus” and then if you want add it in sidebar then you can go to “Appearance => Widgets” and add it in your “Header Right” sidebar.

    in reply to: Posts Page (Static Front Page) – clarification #22749
    Sakin
    Keymaster

    @sbartsch: Sorry I don’t get it what you mean. Can you explain in reference with your site URL. So, that I can understand better.

    in reply to: Menu bar color #22747
    Sakin
    Keymaster

    @mp: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following css, you can change the color code as per your need.
    #header-menu ul.menu li { border-color: #444444; }

    in reply to: Menu bar color #22617
    Sakin
    Keymaster

    @mp: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following css, you can change the color code as per your need.
    #header-menu #access { background: none #1982d1; }

    For more color options, you can upgrade to Catch Evolution Pro theme where you have full color picker at “Appearance => Theme Options => Color Options”

    in reply to: Smaller header image possibilities #22614
    Sakin
    Keymaster

    @Martijn83: Yes you can upload header image of any side you like from “Appearance = Header”

    in reply to: Creating seperate main & page backgrounds #22611
    Sakin
    Keymaster

    @Sheree: You can add the following css in “Appearance => Theme Options => Custom CSS” box to add white background color behind the content.
    #main { background-color: #fff; }

    in reply to: Header width and header top sidebar #22606
    Sakin
    Keymaster

    @Sebastian: Estimated date is 1st of April. Header Top Sidebar is the Sidebar at the top of header and Header right sidebar is the sidebar at the right side of header.

    in reply to: Ad under the first menu #22536
    Sakin
    Keymaster

    @camus: Will add in our request list. But these ads features position are many. So, it’s difficult to manage it all. Then best way to do it by building child theme.

    in reply to: Ad under the first menu #22492
    Sakin
    Keymaster

    @camus: Sorry there is no option to add element under the first menu and above the pages. For that you need to build child theme and then create functions.php file in your child theme and add the code as per you need using action hool.
    This is sample code to be added in child theme functions.php file.

    <?php
    /**
     * Ads below header menu
     */
    function catchevolution_child_headerads() { ?>
    	<!--- Your Ads Code -->
    <?php     
    }
    add_action( 'catchevolution_after_header', 'catchevolution_child_headerads', 20 );
    in reply to: Comments leading to Page not Found Message #22491
    Sakin
    Keymaster

    @erushman7: This must be hosting error as it’s working on our site and also Catch Evolution theme codes is fully tested and reviewed by WordPress Theme Review Theme and only make it live. Maybe you can post in your site URL so that I can see how you get the error. You can also report to your hosting support.

    in reply to: Remove featured image slider #22490
    Sakin
    Keymaster

    @Martijn83: Yes you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then select “Disable” is Enable Sidebar and save changes.

    in reply to: Removing Author Bio Box #22489
    Sakin
    Keymaster

    @Sebastian: You have installed the plugin “Fancier Author Box” in your site which is giving you extra author box. For that you need to deactivate the plugin.

    in reply to: html in "footer" #22487
    Sakin
    Keymaster

    @varaani: What are you trying to add and it’s not possible in Free version. It doesn’t allow to edit any footer content. But pro version allows to do that. You will get Footer Editor option in your theme options panel and you and edit it there.

    in reply to: Strange behaviour of widgets #22485
    Sakin
    Keymaster

    @Irbi: Thanks.

    in reply to: Header help #22484
    Sakin
    Keymaster

    @Debra: Fro spaces in header image you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 10px; }
    #hgroup-wrap { padding-bottom: 0; }

    But for changing Schedule Now button to a custom image button. This will be bit difficult. It will be easier if you just change the color and all. But replacing with image will be issue with responsive design.

    in reply to: Why use Featured Image? Can it be smaller? #22418
    Sakin
    Keymaster

    @Bouncedancer: It’s not 100% necessary to use Featured Image. Featured images are used for Featured Post Slider and in above the post excerpt content in Catch Evolution Free version. But id you don’t need these then you don’t need to add Featured image. For recommended sizes see this http://catchthemes.com/theme-instructions/catch-evolution/

    in reply to: Thumbnail on start page #22417
    Sakin
    Keymaster

    Nice Irina and yes thanks a lot Nancy 🙂

    in reply to: Translate to German #22416
    Sakin
    Keymaster

    @pips: Yes you can download the software from http://www.poedit.net/ and create German Translation file de_DE.po and de_DE.mo. Then after you complete the translation you can contact via http://catchthemes.com/contact-us/ with subject: Catch Everest German Translation. Then we will add your translation in Core theme file. So, you don’t have to worry about it. Also we will be proving you complimentary Catch Everest Pro upgrade, thanks note in readme.txt and social profiles.

    Currently Catch Everest Theme has been translated in Polish, Chinese, Spanish and Italian languages.

Viewing 20 posts - 8,301 through 8,320 (of 14,497 total)