Forum Replies Created

Viewing 20 posts - 1,421 through 1,440 (of 14,487 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @adunning: You can find detail color options in pro version theme options. But in free version, you need to change manually using custom css.

    So, just change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Primary Menu Background Color */
    #header-menu {
        background-color: #3a3d41;
    }
    /* Footer Background Color */
    #site-generator {
        background-color: #3a3d41;
    }
    Sakin
    Keymaster

    @adunning: In Catch Everest Free theme, you only have option to use “Homepage Featured Content” where you manually upload image, add title, content and link. So, we don’t have any control on the size of the image. But make sure you upload image of same sizes. If you see our demo page at http://catchthemes.com/demo/catch-everest/, we use image size of 390px width and 261px height.

    in reply to: Can't get sidebar on blog page only #82087
    Sakin
    Keymaster

    @clickaftab: I see that you are using Adventurous Free theme, which doesn’t have support for WooCommerce that is why you don’t have option to show sidebar in WooCommerce pages and also you don’t have Optional WooCommerce Sidebar. If you need this option then I suggest you to upgrade to Pro version, where you will get optional WooCommerce Sidebar.

    in reply to: page name #82064
    Sakin
    Keymaster

    @marcodimi: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
    .page #content .entry-header { display: none; }

    in reply to: Primary menu on IPad #82063
    Sakin
    Keymaster

    @mbd: Hi Lara,

    1. For this, there is two option for this. Either add in # in your parent menu link. I see you have empty link. So, it’s not being detected as menu for iPAd. Or you can install Catch Web Tools plugin and go to “Catch Web Tools => Web Master Tools”, check in “Enable Webmaster Module” and then add following code in “Enter scripts or code you would like output to wp_footer():” box:

    <script type="text/javascript">
    // Open menu on first tap on touch devices.
    jQuery(document).ready(function () {
    	jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
    });
    </script>

    2. Sorry I don’t get this. Your menu is displaying fine.

    in reply to: Custom social button shows both images in footer #82059
    Sakin
    Keymaster

    @violetdeb: great you solved it by yourself. Cheers 🙂

    in reply to: Chance header picture to page pictures on single pages #82058
    Sakin
    Keymaster

    @lycia: I your English version, can you go to “Appearance => Customize => Theme Options => Layout Options” and in “Single Page/Post Image Layout”, you need to select “Disabled”. This will disable your Featured image just above your post title.

    Then you need to go to “Appearance => Customize => Header Image” and then in “Enable Featured Header Image on”, you need to select “Entire Site, Page/Post Featured Image”.

    Don’t forget to click on “Save & Publish” after you make changes. This will make your English site settings same as your German site.

    in reply to: White space between slider and footer on home page #82057
    Sakin
    Keymaster

    @violetdeb: Hi Debbie,

    You can replace your current css:

    .home #main {
        padding-top: 0;
        padding-bottom:0;
    }

    with the following:

    .home #main {
        display: none;
    }
    in reply to: Home page won't scroll down #82056
    Sakin
    Keymaster

    @violetdeb: Hi Debbie,
    But I don’t understand why you need to scroll when you have full screen view. If you give us case scenario where you need this then we can check out this.

    in reply to: Slider text not quite centered #82055
    Sakin
    Keymaster

    @violetdeb: Hi Debbie,

    I don’t understand why you have padding as 1em and also as 1 rem. You need to use only one of those. It’s because of padding, the space is not managed. You can add additional css there

       -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;

    So, your css will be as:

    /* Slider title/text area */
    #main-slider .entry-container {
        bottom: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
        top: 15%;
        left: 10%;
        width: 80%;
        background:rgba(0, 0, 0, 0.4);
        color: #ffffff;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-style: italic;
        padding: 1em;
    }
    in reply to: How to move settings/customization to child theme #82054
    Sakin
    Keymaster

    @FortWayneATA: This is more of technical issue and is not done automatically. So, you need to decide on Child theme or Parent theme when you start your development process. I am not at SQL expert to give you help on this. So, you might want to check this core ticket thread https://core.trac.wordpress.org/ticket/27177

    in reply to: Can't get sidebar on blog page only #82053
    Sakin
    Keymaster

    @clickaftab: Sorry I am bit confused what you want? Can explain in reference with you site or maybe share screenshot.

    in reply to: Want to use a different layout for one page #82015
    Sakin
    Keymaster

    @violetdeb: It’s ok. Thanks it worked out for you. Happy New Year 2016. Cheers 🙂

    in reply to: Mobile menu – some entrys disabled #82014
    Sakin
    Keymaster

    @mailhunter: Wish you too Happy New Year… By the way, my name is Sakin and my user handle is @sakinshrestha 🙂

    in reply to: Want to use a different layout for one page #81993
    Sakin
    Keymaster

    @violetdeb: Hi Debbie,

    You can just edit that page “Location” and then you will see “Adventurous Options” metabox below your page/post editor and then you can select the desire “Sidebar Layout” and update your page/post. You will see the option similar in our Catch Everest Pro screenshot here https://www.pinterest.com/pin/548594798331765450/

    Sakin
    Keymaster

    @bearvault2985: Hi Jamie,

    Can you let me know the exact issue that you are having with the width. So, that I can check in details. Can you explain in reference with your site URL.

    in reply to: Mobile menu – some entrys disabled #81990
    Sakin
    Keymaster

    @mailhunter: Add the following css:

    @media screen and (max-width: 767px) {	
        .alignleft {
            float: left;
            margin-right: 2em;
        }
        .alignright {
            float: right;
            margin-left: 2em;
        }
    }
    in reply to: Slider Image Content #81975
    Sakin
    Keymaster

    @snouks: Hi Andrea,

    Oh you are using Gernman Language. Sorry, I don’t understand it and I am using Google translate to understand your support request.

    I see that you are tying to add in Featured Slider. For this you can refer to theme instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider . First, you need to select slider type. Catch Responsive Pro supports 4 featured slider types to choose from: Featured Post Slider, Featured Page Slider, Featured Category Slider and Featured Image Slider.

    For Featured Slider Options, go to “Appearance => Customize => Featured Slider => Featured Slider Options”. Then use it as per your need.

    in reply to: Feature Content #81972
    Sakin
    Keymaster

    @joein610:
    1. Feature Slider
    You can change the Demo Slider image to any image you like. First you need to select the slider type. Catch Responsive Pro supports 4 featured slider types to choose from: Featured Post Slider, Featured Page Slider, Featured Category Slider and Featured Image Slider. For more check it out at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider

    You image cycling though image is not happening. First, can you update theme to latest version 3.5.1 as you are using old version 3.0 where you have fixed so many issues. For change log refer to http://catchthemes.com/changelogs/catch-responsive-pro-theme/

    2. Featured Content
    It’s same. You can check out instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-content

    Then I can check in why it’s not sliding. It might be plugin conflict issue as well. For this, you need to deactivate plugin one by one and check in.

    in reply to: Limit Page wide to 1150px #81967
    Sakin
    Keymaster

    @frank-hamm-webdesign: Yes, I will email you. For support, you can ask in here that’s not a problem. I can answer it.

Viewing 20 posts - 1,421 through 1,440 (of 14,487 total)