Forum Replies Created

Viewing 20 posts - 1,121 through 1,140 (of 14,499 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @chrsbat: Can you post in your site URL and let me know in which elements are you facing issue. For Catch Responsive Free theme, you need to post in Catch Resposnive Free theme forum at https://catchthemes.com/support-forum/forum/catch-responsive-free/

    Best recommendation is just to upgrade to pro.

    in reply to: Social Media icons #101596
    Sakin
    Keymaster

    Here it goes for Flckr:

    ul.social-profile li.flickr a {
    	background-position: -431px -43px;
    }
    in reply to: Size difference between browsers #101567
    Sakin
    Keymaster

    I didn’t find this issue in our browsers. It looks like your browser settings.
    About the width, make sure that you are viewing site in each browser as same width. If you make the browser width small then due to responsive design, width get changes as per the screen size that your browser is on.

    in reply to: insert a code Head section #101565
    Sakin
    Keymaster

    Hello Herbie,

    To insert code in header section, I recommend you to install our plugin Catch Web Tools and then activate “Webmaster Tools” modules and from “Catch Web Tools => Webmaster Tools => Enable Webmaster Module” and finally add in code in “Catch Web Tools => Webmaster Tools => Header and Footer Scripts => Enter scripts or code you would like output to wp_head():” box.

    But if you are doing it from child theme, then you need need to be carefully as simple coding can make your site down. For child theme, add the following code in your child theme functions.php file. Just replace <!-- Add in your header code here --> with your code.

    function catchresponsive_child_header_code() { ?>
    	<!-- Add in your header code here -->
    <?
    }
    in reply to: Social Media icons #101564
    Sakin
    Keymaster

    You can add the following css:

    ul.social-profile li.pinterest a {
    	background-position: -216px -43px;
    }
    ul.social-profile li.you-tube a {
    	background-position: -87px -43px;
    }
    ul.social-profile li.delicious a {
    	background-position: -689px -43px;
    }
    ul.social-profile li.viemo a {
    	background-position: -345px -43px;
    }
    ul.social-profile li.instagram a {
    	background-position: -775px -43px;
    }
    ul.social-profile li.tumblr a {
    	background-position: -646px -43px;
    }
    ul.social-profile li.email a {
    	background-position: -1119px -43px;
    }
    ul.social-profile li.meetup a {
    	background-position: -1205px -43px;
    }
    in reply to: Social Media icons #101554
    Sakin
    Keymaster

    Hello Casper,

    Can you let me know the names of the icons that you want to change, then I can add in custom css.

    Regards,
    Sakin

    in reply to: Slider Image not cropping #101552
    Sakin
    Keymaster

    thanks for sharing issue with Photon module in Jetpack.

    in reply to: Slider Image not cropping #101535
    Sakin
    Keymaster

    @banno2000: can you post in your site URL so that I can check in. First, did you regenerate the thumbnail using “Regenerate Thumbnail” plugin.

    in reply to: Post pages #101446
    Sakin
    Keymaster

    @acosta: You can just hide it by adding the following css in “Appearance => Customize => Theme Options => Advanced Options => Custom CSS” box:
    .entry-meta { display: none; }

    in reply to: Shading for text in menu and featured slider? #101353
    Sakin
    Keymaster

    @motoman: You can just add the following css in “Appearance => customize => Theme Options => Custom CSS Options” box to add shading background beside header menu and slider content.

    #masthead,
    .slider-contents {
        background: rgba(17, 17, 17, 0.7);
    }
    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;
    }
Viewing 20 posts - 1,121 through 1,140 (of 14,499 total)