Forum Replies Created

Viewing 20 posts - 1,101 through 1,120 (of 14,488 total)
  • Author
    Posts
  • in reply to: Increase body width/decrease sidebar width #103245
    Sakin
    Keymaster

    Thanks @Liora for your appreciation and you can post review at https://wordpress.org/support/theme/catch-kathmandu/reviews/?filter=5

    in reply to: Increase body width/decrease sidebar width #103211
    Sakin
    Keymaster


    @Liora
    : If you are looking at the width like Catch Kathmandu Pro theme, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1024px) {
    	.site {
    		width: 100%;
    		max-width: 1280px;
    	}
    	#primary {
    	    width: 70%;
    	}	
    	#secondary {
    	    width: 27%;
    	}
    }
    in reply to: Menu on Mobile Devices Not Showing #103133
    Sakin
    Keymaster

    @becky2911: I see that you have edited css in theme style.css file. Please remove the following code from your style.css file:

    .genericon:before, #feature-slider .entry-container {
        display: none;
    }

    Note: you can simple update theme to latest version, which will revert your edits in style.css file.

    in reply to: Post title not appearing in blog page #103132
    Sakin
    Keymaster

    @marketingpro76: Looks like there is issue with Font Size setting in your theme. Please go to “Appearance => Customize => Theme Options => Font Size Options” and then check in “Site Title Font Size” and “Site Title Line Height”. The default for
    Site Title Font Size is 36 in px and Site Title Line Height is 46 in px.

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

    @jr_shadow: Thanks for asking but we only support theme developed by us. That is CatchThemes.com. But you are not using our theme. So, please ask in your theme author support forum.

    in reply to: Remove "Comments are closed" #102959
    Sakin
    Keymaster

    @lukas: In which page you have disabled it. I see comment is enabled in your site.

    in reply to: Responsive behavior does not work #102578
    Sakin
    Keymaster

    @jpichardo7: Yes, looks like that as well. I doubt in your plugin settings. So, try disabling plugin or change the setting of plugin like I see you are using Siteorigins

    in reply to: Responsive behavior does not work #102519
    Sakin
    Keymaster

    Hello jpichardo7,

    There are so many issues in your site https://vrclimo.com/. You need to check in the person who developed this site. There are custom css which is preventing responsive design and also your slider is not responsive. Further, your panel is also not responsive. It’s all set to fixed 1280px width. Also there are lot of margins and padding set in custom css.

    Regards,
    Sakin

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

    @Serpico57: It’s fixed in new version update Catch Evolution Pro 3.4

    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.

Viewing 20 posts - 1,101 through 1,120 (of 14,488 total)