Forum Replies Created

Viewing 20 posts - 1,441 through 1,460 (of 14,487 total)
  • Author
    Posts
  • 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; }

    in reply to: New menu line after upgrade #81869
    Sakin
    Keymaster

    Thanks for the update 🙂

    in reply to: Can't save anything in theme option page #81806
    Sakin
    Keymaster

    @mryome: Sorry we haven’t got this issue in our side. So, looks like there is some issue from your server side blocking it. So, I need to check in your site itself. I will send you email for detail support.

    Sorry for the trouble.

    in reply to: New menu line after upgrade #81805
    Sakin
    Keymaster

    @Simon: I don’t see issue in your site. Can you refresh your browser and clear the cache after you update it. Sometime, it might be cache issue. If there is still problem then you can you share share screenshot of the issue.

    in reply to: Featured slider buttons no longer working #81733
    Sakin
    Keymaster

    @Keith: Yes sure thanks. If you like our support and Catch Box theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform

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

    @adunning: Fist, can you explain in reference to your site URl what are you trying to do it. If you are using Catch Everest Free theme, then it only have post slider for that you can check out at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    in reply to: Featured slider buttons no longer working #81669
    Sakin
    Keymaster

    @Keith:
    1.The next and previous arrow issue is there because you have about 20 slides, which we didn’t expected. For now, you can add the following css in “Appearance =>Theme Options => Custom CSS” box, we will fix this in next version update and after newxt version update, you can remove it.

    #nav-slider .nav-previous, 
    #nav-slider .nav-next {
        z-index: 50;
    }

    2. Looks like you are confused with controller, cool dots that’s there only in mobile view, not in desktop view.

    in reply to: Full Width adjustment #81490
    Sakin
    Keymaster

    @tiziano: Please post in Catch Responsive Support forum at http://catchthemes.com/support-forum/forum/catch-responsive-free/

    Catch Responsive Free theme doesn’t have “No Sidebar, Full Width” layout option. It’s there only in Pro version.

    So, in free version, if you want to make width 100% in just that blog then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .blog.no-sidebar.content-width #main {
        width: 100%;
    }
    in reply to: Top header sidebar: sticky? #81404
    Sakin
    Keymaster

    @Andy: That’s fine as you don’t need that in admin section.

    in reply to: Sub-menu to directly open pdf media on click #81376
    Sakin
    Keymaster

    @Theodore: It supposed to work in that way.
    1. Just go to “Appearance => Menus” and then “Select a menu to edit” and click on “Select”
    2. You will see option like this https://www.pinterest.com/pin/548594798331771327/. Just click on “Custom Links” and then add your PDF URL and link text.
    3. Then, you can drag and drop that link menu under your menu item “NEWSLETTERS” and finally save changes.

    Check this http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and https://codex.wordpress.org/WordPress_Menu_User_Guide

    in reply to: Problem with design->customize #81375
    Sakin
    Keymaster

    @matthias: I have change this forum to Full Frame Pro as this issue is related to Full Frame Pro theme.

    It’s working fine when I check in. Did you follow the installation process at https://codex.wordpress.org/Installing_WordPress_in_Your_Language .

    To check if this is theme issue or WordPress Installation/Plugin issue. Can you do one text. Just activate any default theme like Twenty Sixteen or Twenty Fifteen theme and then try changing languages. If you fail in this then, it’s WordPress Installation/Plugin issue and if this work then I need to check in your server.

    in reply to: Problems with featured post content #81372
    Sakin
    Keymaster

    @Ash: Please post in your site URL so that I can check in what’s happening.

Viewing 20 posts - 1,441 through 1,460 (of 14,487 total)