Forum Replies Created

Viewing 20 posts - 1,421 through 1,440 (of 14,506 total)
  • Author
    Posts
  • 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: Widget suddenly changed to something else and dissapeard #81991
    Sakin
    Keymaster

    @knudkp: Ok that’s plugin conflict. Thanks as we haven’t changed anything.

    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.

    in reply to: How to make featured slider image width of screen? #81966
    Sakin
    Keymaster

    @treboroom: Hi Robert,

    The site you are referring to uses Full Width like our theme Clean Journal Pro, Full Frame Pro, Catch Flames Pro and Adventurous Pro. Check out at http://catchthemes.com/themes/category/premium/. But Catch Responsive Pro uses maximum fixed width. So, changing to this theme will be little difficult and you need lot of custom css. Best is to change the theme. Otherwise, try the following css:

    .site {
        width: 100%;
    }
    #feature-slider .cycle-slideshow {
        max-width: 100%;
    }
    #feature-slider .cycle-slideshow img {
        width: 100%;
        height: auto;
    }
    /* 460px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        margin: 0 auto;
        width: 460px;
    }
    /* 520px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 520px;
    }
    /* 560px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 560px;
    }
    /* 660px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 660px;
    }
    /* 740px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 740px;
    }
    /* 960px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 960px;
    }
    /* 1040px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 1040px;
    }
    /* 1100px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 1100px;
    }
    /* 1200px; */
    @media screen and (min-width: 1200px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 1200px;
    }

    Sorry, I cannot make 100% sure about this css. It’s advance.

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

    @mailhunter: Ok then add the following css:

    /* Image borders */
    img[class*="align"],
    img[class*="wp-image-"],
    #content .gallery .gallery-icon img,
    img.wp-post-image,
    img.attachment-thumbnail{
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	max-width: 100%;
    }
    in reply to: Mobile menu – some entrys disabled #81961
    Sakin
    Keymaster

    @mailhunter: To make that header image center, you can add the following css:

    .head-center {
        text-align: center;
    }
    in reply to: Limit Page wide to 1150px #81960
    Sakin
    Keymaster

    @frank-hamm-webdesign: Great. For menu, you can add the following css:

    .nav-primary {
        margin: 0 auto;
        max-width: 1200px;
    }

    Yes, sure that will be great. If you could help us in German language translation and send us de_DE.mo and de_DE.po files.

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

    @frank-hamm-webdesign: You can make your site width maximum to 1150px by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1150px) {
        .wrapper { width: 1150px; }
        #main { width: 770px; }
    }
    in reply to: Can't save anything in theme option page #81884
    Sakin
    Keymaster

    @mryome: There is some issue with Settings API in your server. So, only Customizer API is working fine. We have updated your site with our working version of Catch Box Pro and the customizer API is working fine. Now, you can make change all through Customizer, that is “Apparence => Personnalisez”

    in reply to: Removing main menu in Catch Everest FREE theme #81878
    Sakin
    Keymaster

    @adunning: Your replies went to spam because of temporary URL. I am now marked as published.


    @pratik
    : Now you can see here site temporary URL in above thread.

    in reply to: Hide the text Mount Everest and Nepal Prayer Wheels #81876
    Sakin
    Keymaster

    @adunning: You can add any number of posts in featured post slider. You can refer to http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    in reply to: Featured Slider covering Menu DropDown #81874
    Sakin
    Keymaster

    @live2bfree: Hi Keith,

    It’s because of the same issue of number of slider, it will be fixed in new version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #branding { z-index: 51; }

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