Forum Replies Created
-
AuthorPosts
-
October 11, 2016 at 10:34 pm 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 onlysidebar.php
checks for WooCommerce Sidebar.Sakin
Keymaster@erikagill: Ok we will add it in next version of Catch Flames and Catch Flames pro theme.
Sakin
Keymaster@erikagill: Which theme and which version are you using it? As Goodreads icon is already there in Simple Catch Theme.
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.
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.Sakin
Keymaster@robincox: Which css are you taking about? Can you explain in reference with your site url?
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; }
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.
Sakin
KeymasterHello 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; }
Sakin
Keymasteryes that fine. Every theme is little different and we need different css.
Sakin
Keymaster@dr3awix: Sorry we only support theme developed by us. You are not using our themes. Please contact your theme/site developer.
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; } }
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; } }
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.
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; } }
Sakin
Keymaster@tscharlieh: We have just released version 2.8.3 which fixes this issue. Please update now.
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; }
Sakin
Keymaster@phillycontemporary: Ok I will email you and then you can reply me there with site URL and access.
-
AuthorPosts