Forum Replies Created

Viewing 20 posts - 1,161 through 1,180 (of 14,494 total)
  • Author
    Posts
  • in reply to: Search button overlaps site title #101352
    Sakin
    Keymaster

    @venus: Most of your requirement needs upgrade to Catch Box Pro theme.
    1. Can you upload logo from “Media => Add New” and send me your logo URL and I can check in how you can add that logo. Or do you have any design of footer logo. I want to know the size of the logo and where exactly you want to add in.
    2. I don’t understand why you are using Header image instead of Site Logo. Anyway, in this case, to move search in header left of your header image. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #branding .searchform {
        left: 0;
        right: auto;
        top: -34px;
    }

    3. You can add ads below the header image only in Pro version where you have Ads Widget and place it in Header Right widget area.

    in reply to: how to move search button under site title #101351
    Sakin
    Keymaster

    @venus: Can you post in your site URL and then I can check in.

    in reply to: Online-Shop page of WooCommerce doesn't work right #101262
    Sakin
    Keymaster

    @pratik: Here it looks like @serpico57 haveing issue with WooCommerce pages. So, we need to add “Woocommerce Layout”, just like in Catch Responsive Pro theme.

    Also, where we can see sidebar-third.php doesn’t check for WooCommerce Sidebar and only sidebar.php checks for WooCommerce Sidebar.

    in reply to: Social Links Goodreads? #100747
    Sakin
    Keymaster

    @erikagill: Ok we will add it in next version of Catch Flames and Catch Flames pro theme.

    in reply to: Social Links Goodreads? #100727
    Sakin
    Keymaster

    @erikagill: Which theme and which version are you using it? As Goodreads icon is already there in Simple Catch Theme.

    in reply to: Getting the logo in alignment with header text #100204
    Sakin
    Keymaster

    @metin: Please post in your site URL and let me know how much you want to reduce. Then I can check in and provide you Custom CSS.

    in reply to: Doesent show logo since update to version 3.6.1 #100203
    Sakin
    Keymaster

    @pips: I am bit confused now. Logo is working fine in our server.
    Also, I check in your site http://www.lichtundmusik.ch/ and I see that you are using Catch Everest Pro with the logo. So, I think I will contact you via email to get your site access and check in your server.

    in reply to: Getting the logo in alignment with header text #99761
    Sakin
    Keymaster

    @mzhd: Glad that you found the solution.

    in reply to: Slider images width/height #99719
    Sakin
    Keymaster

    @robincox: Which css are you taking about? Can you explain in reference with your site url?

    in reply to: Getting the logo in alignment with header text #99718
    Sakin
    Keymaster

    @mzhd: Sorry, I don’t understand what you mean. Do you mean that you want to put header details below your logo. Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #site-header {
        clear: both;
        display: block;
        padding: 0;
    }
    in reply to: Increase body width/decrease sidebar width #99510
    Sakin
    Keymaster

    @zambare-amol23gmail-com: We only support theme developed by us. But you are not using theme by Catch Themes. So, please contact your theme author support team.

    in reply to: Header Image only on Homepage #99291
    Sakin
    Keymaster

    Hello Laurie,

    I check in your site and see that you are using Simple Catch Pro theme. For Simple Catch Pro theme please use support forum https://catchthemes.com/support-forum/forum/simple-catch-pro-premium/

    I see that you are using Header Image and we don’t have option for this. We have Enable option only for Slider in Simple Catch Pro. For slider, you need to go to “Appearance => Customize => Featured Slider => Slider Options”.

    We will work on the update of Simple Catch Pro theme. So, that we haven enable option for header image as well. This will be there in next version update only. For now, you can hide with the help of custom css.

    Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .headimg { display: none; }
    .home .headimg { display: block; }
    in reply to: hide author and tags #98927
    Sakin
    Keymaster

    yes that fine. Every theme is little different and we need different css.

    in reply to: Remove Powered by: wordpress #98763
    Sakin
    Keymaster

    @dr3awix: Sorry we only support theme developed by us. You are not using our themes. Please contact your theme/site developer.

    in reply to: Header Title is too big #98340
    Sakin
    Keymaster

    @martijn: Then it will be as below:

    @media screen and (min-width: 960px) {
        .site-title { font-size: 133px; }
        .site-description { font-size: 18px; }
    }
    in reply to: Header Title is too big #98299
    Sakin
    Keymaster

    @martijn: If you just want to change it for large screen then you can add the following css instead of above.

    @media screen and (min-width: 960px) {
        .site-title { font-size: 133px; }
    }
    in reply to: Header, Logo and Page Width #98134
    Sakin
    Keymaster

    @catchbc: For your site, first add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #masthead,
    #masthead .wrapper,
    #site-branding,
    .logo-right #site-header { padding: 0; }

    Then, also remove the white spaces from your logo image. See your image have lot of white spaces http://bosmancommunicatie.nl/wp-content/uploads/cropped-LogoNieuw.png

    Sorry, there is no option to upload another logo for mobile.

    in reply to: Converting Site header from fixed to floating #98129
    Sakin
    Keymaster

    @phillycontemporary: Yes, you can add the following css:

    @media screen and (max-width: 990px) {
    	.site {
        	margin-top: 70px;
    	}
    }
    @media screen and ( max-width: 782px ) {
    	.admin-bar #masthead {
    	    top: 46px;
    	}
    }
    in reply to: sprintf(): Too few arguments in catchbase-core #97723
    Sakin
    Keymaster

    @tscharlieh: We have just released version 2.8.3 which fixes this issue. Please update now.

    in reply to: Converting Site header from fixed to floating #97637
    Sakin
    Keymaster

    @phillycontemporary: As per your site, try following:

    #masthead {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 199;
    }
    .site {
        margin-top: 88px;
    }
    .admin-bar #masthead {
        top: 32px;
    }
Viewing 20 posts - 1,161 through 1,180 (of 14,494 total)