Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterThanks @Liora for your appreciation and you can post review at https://wordpress.org/support/theme/catch-kathmandu/reviews/?filter=5
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%; } }
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.
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.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.
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
Sakin
KeymasterHello 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,
SakinOctober 24, 2016 at 10:02 pm in reply to: Online-Shop page of WooCommerce doesn't work right #102105Sakin
Keymaster@Serpico57: It’s fixed in new version update Catch Evolution Pro 3.4
October 20, 2016 at 6:30 pm in reply to: Polylang: translating Featured Content title and description #101860Sakin
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.
Sakin
KeymasterHere it goes for Flckr:
ul.social-profile li.flickr a { background-position: -431px -43px; }
Sakin
KeymasterI 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.Sakin
KeymasterHello 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 --> <? }
Sakin
KeymasterYou 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; }
Sakin
KeymasterHello Casper,
Can you let me know the names of the icons that you want to change, then I can add in custom css.
Regards,
SakinSakin
Keymasterthanks for sharing issue with Photon module in Jetpack.
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.
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; }
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); }
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.
-
AuthorPosts