Forum Replies Created

Viewing 20 posts - 8,321 through 8,340 (of 14,509 total)
  • Author
    Posts
  • 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.

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

    @Irina: For Square image of 150x150px then you need to use Photoshop and crop the image in exact that size and then upload the image as Featured image of that post. After that you can remove my CSS and just add @Nancy css. You don’t need to add both the css. Those 2 css are for 2 different cases.

    in reply to: Center Header Image #22413
    Sakin
    Keymaster

    @kacmcgrath: First remove the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-left: 400px; 
    text-align: center;
    }

    I also see another set of custom css at http://www.katiecharlesmcgrath.com/?custom-css=1&csblog=1&cscache=6&csrev=65 . There also you need to remove the following css.

    #site-logo {
        padding-left: 400px;
        text-align: center;
    }

    Then you can add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box or in your CSS section from Jepack plugin.

    #header-left, #site-logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    #site-logo a {
        display: inline-block;
    }
    in reply to: Thumbnail on start page #22409
    Sakin
    Keymaster

    @Irina: The featured image in the post will take the size of 754px width and 400px height. So, the only option at this stage will be to crop the image in your computer and upload the smaller image of 150px by 150px. So, when the WordPress doesn’t fine the larger featured image, it will simply take the original image that you have uploaded. So, this way you can solve the size issues.

    For custom css, you don’t need to know about this much. You can simply add the css in “Appearance => Theme Options => Custom CSS” box from your WordPress Dashboard.

    in reply to: Help with sidebar #22405
    Sakin
    Keymaster

    @amycooke999: If you have empty sidebar then it will show Archives and Meta widgets by default. To remove the sidebar in Catch Box Free Theme, you need to select “One-column, no sidebar” from “Appearance => Theme Options => Default Layout”.

    in reply to: Questions about Catch Everst #22404
    Sakin
    Keymaster

    @drshento: 🙂

    in reply to: Help with sidebar #22389
    Sakin
    Keymaster

    @amycooke999: I check in your site and sidebar is showing in Left. I also check in your screenshot where you left sidebar has moved below the content. As you are viewing your site in smaller screen size. This is responsive theme and it will change as per the screensize. So, when you are viewing the site from device or browser size below 961px. It will make the content full width and push the sidebar below:

    See in the large screensize screenshot: https://www.diigo.com/item/image/4mqpj/nu41
    See in the small screensize screenshot: https://www.diigo.com/item/image/4mqpj/ypa3

    in reply to: Help with sidebar #22382
    Sakin
    Keymaster

    @amycooke999: Oh you have posted in Wrong forum that is why I got confused. You are using Catch Box theme and posted your question in Simple Catch Theme forum. In catch box theme, you can change the layout only from “Appearance => Theme Options => Default Layout”

    I see that you have selected “Content on right” and added text widget in “Main Sidebar” and Category Widget, Calendar Widget and Page widgets in Footer Area One, two and three from “Appearance => Widgets”.

    The widgets that you add in Footer Area One, two and three will show in Footer. But the widgets you add in Main Sidebar will how is content sidebar. Since you have selected “Content on right”, your sidebar is showing in left and content on right and all footer widget at bottom http://dumbandfunny.com/

    in reply to: Changing heading 4 color and position #22380
    Sakin
    Keymaster

    @CharlieCZ: Sorry bit confusing question. Do you mean to change the color of your <h4> tag. If so then you can add in the following CSS in “Appearance=> Theme Options => Custom CSS” box.
    #main h4 { color: #003366; text-align: center; }

Viewing 20 posts - 8,321 through 8,340 (of 14,509 total)