Forum Replies Created

Viewing 20 posts - 1,901 through 1,920 (of 14,500 total)
  • Author
    Posts
  • in reply to: Slow backend #78092
    Sakin
    Keymaster

    @knudkp:
    1. The following css is not needed. It must be there when you are using Catch Base free theme which doesn’t have layout “No Sidebar (Full Width)”. But in Pro version, you can select layout “No Sidebar (Full Width)” http://catchthemes.com/demo/catch-base/layout-options/no-sidebar-full-width/
    .no-sidebar.content-width #main { width: 100%; }

    2. The following css is to remove page tittle. You can add comment like this

    /* Hide Page Title */
    .page .entry-title { display: none; }

    3. The following css removes padding top and padding bottom in your Footer Sidebar Widgets.

    /* Remove Spaces in Footer Widgets */
    #supplementary .widget {
        padding-top: 0;
        padding-bottom: 0;
    }

    4. The following css removes border in your Promotion Headlines.

    /* Remove border in Promotion Headlines */
    #promotion-message { border: none; }
    in reply to: Adding Background to Featured Content #78091
    Sakin
    Keymaster

    @anamoli: For Full Frame Free theme, please use the support forum http://catchthemes.com/support-forum/forum/full-frame-free/

    In Pro version, you can change it from “Appearance => Customize => Featured Content => Featured Content Background Settings”. But in Free version, you don’t have this option. So, you need to upload image from “Media => Add New” and then copy your image URL. After then you can paste your image url in the following css replacing your image URL and then add it in “Appearance => Customize => Theme Options => Custom CSS Options”

    #featured-content {
        background-image: url("your image URL");
    }
    in reply to: Catch Kathmandu Free – html in tags/category description #78090
    Sakin
    Keymaster

    @crazyjunx: You image code is working fine. It’s just your image path is not correct. You have image HTML code as
    <img alt="Fińskie maskotki w kształcie trolli" src="wp-content/uploads/2015/10/Finskie-trolle.jpg">

    But it should be as
    <img alt="Fińskie maskotki w kształcie trolli" src="http://admiring-diversity.pl/wp-content/uploads/2015/10/Finskie-trolle.jpg">

    in reply to: Mobile Menu Covers up Header #78073
    Sakin
    Keymaster

    @David: For that you need to upload your logo from “Appearance => Customize => Theme Options => Fixed Header Top Options”.

    in reply to: Remove search at top right of page #78072
    Sakin
    Keymaster

    @eirini: This is Simple Catch Theme Support forum and you are using Catch Flames theme, that is why the above css will not work for you. You need to search at Catch Flames support forum at http://catchthemes.com/support-forum/forum/catch-flames-free/ and if you have question, you need to post in there.

    in reply to: Slow backend #78071
    Sakin
    Keymaster

    @knudkp: Yes, you need to carefully select plugin. Thanks for finding out the issue.

    Which Custom CSS are you talking about? Sorry I don’t it what you mean.

    in reply to: Theme update issue #78070
    Sakin
    Keymaster

    @Kenta: Thanks for your appreciation

    in reply to: Changing color of margins #78069
    Sakin
    Keymaster

    @matthewseanmclachlan: Which margin color are you talking about? Your site is not loading.

    in reply to: Changing display on header #78068
    Sakin
    Keymaster

    @EricT: That image is positioned like that. So, once you add that padding top, make your you reduce the padding-top and padding-bottom. As per our previous css, we added in padding top 10px. So, reduce 5px top and 5px bottom in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
    	#masthead { padding-top: 94px; padding-bottom: 50px;
    }
    in reply to: Slider images moving down #78067
    Sakin
    Keymaster

    @lrdgsn: I just check in your site and see that you are not using our theme. So, we are not sure what is the issue. We only support theme by us, that is Catch Themes.

    in reply to: How to remove white space below the header #78066
    Sakin
    Keymaster

    @eirini: Thanks for your appreciation and if you like my support and Catch Flames theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform

    Thanks 🙂

    in reply to: Slider Images #78051
    Sakin
    Keymaster

    @Cathy: It depends on the Slider Type you choose. The recommended side as per our design is Width: 978px and Height: 375px which has been mentioned in our theme instructions page at http://catchthemes.com/theme-instructions/catch-mustang/. But if you select slider type as “Featured Image Slider”, then you can upload image with the size you need.

    in reply to: Increase width of page to fit full screen #78050
    Sakin
    Keymaster

    @Alexander: If you just want Full Width layout then you can go to “Appearance => Customize => Theme Options => Layout Options” and in “Default Layout” you need to select “No Sidebar, Full Width”, also you can edit this layout in individual page and post using Catch Adaptive Options metabox layout options.

    But if this full width is not enough, then you need to increase wrapper, for that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .wrapper { width: 100%; }

    in reply to: Catch Kathmandu Free – html in tags/category description #78049
    Sakin
    Keymaster

    @crazyjunx: Can you post in your site URL and let me know what are you trying to do then I can check in and suggest you the solution.

    in reply to: Changing display on header #78048
    Sakin
    Keymaster

    @EricT: For that, you can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .site-title { padding-top: 10px; }

    in reply to: Removing arrows when only using 1 image for Image Slider #78047
    Sakin
    Keymaster

    @tomoyoma: Thanks for your appreciation. Have a nice weekend 🙂

    in reply to: How to remove white space below the header #78046
    Sakin
    Keymaster

    @eirini: Detail color options are there only in Catch Flames Pro version. For free version, you need to do it manually. To change the Tagline color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-description { color: #7a7a7a; }

    in reply to: Translating catch flames theme #78032
    Sakin
    Keymaster

    @eirini: Sorry I also don’t know much about multi-language. So, you might want to ask in Polylang Support forum.

    in reply to: How to remove white space below the header #78031
    Sakin
    Keymaster

    @eirini: Just add the following css in “Appearance =>Theme Options => Custom CSS” box:
    #branding, #colophon, #site-generator { background-color: transparent; }

    in reply to: Headings Font Size option (for slider) #78028
    Sakin
    Keymaster

    @Tomáš: It’s because of your custom css. So, replace the following css:

    @media screen and (min-width: 961px) {
    }
    @media screen and (min-width: 961px) {
        #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .5); }
        #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .5); }
    }

    with:

    @media screen and (min-width: 961px) {
        #main-slider .entry-header .entry-title { font-size: 35px; }
        #main-slider .entry-content { font-size: 20px; }
    }
    #main-slider .entry-header .entry-title,
    #main-slider .entry-content { background: rgba(64, 64, 64, .5); }
Viewing 20 posts - 1,901 through 1,920 (of 14,500 total)