Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@lohanc:
1. If you are adding elements is Header Right Sidebar. Then why are you using Secondary menu. Secondary menu is for full width menu and only primary menu is there to stay in the Header Right Sidebar.
2. For this, first add all the widget and then send me your site URL. Then I need to check in CSS
3. How much you want to reduce it?
4. If you put logo, title and tagline in the same line and center it then you cannot have header right sidebar.Your options are so confusing. Can you create screenshot of what you want and add in the URL of screenshot here.
Sakin
KeymasterHello Peter,
You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Secondary Menu Text color */ .nav-secondary .catchbase-nav-menu a { color: #000; } /* Secondary Menu Text Hover color */ .nav-secondary .catchbase-nav-menu li a:hover { color: #000; } /* Secondary Menu Text Active color */ .nav-secondary .catchbase-nav-menu .current-menu-item > a, .nav-secondary .catchbase-nav-menu .current-menu-ancestor > a, .nav-secondary .catchbase-nav-menu .current_page_item > a { color: #ec6307; }Sakin
Keymaster@arnold: This falls under plugin territory. So, we suggest you to install Catch Web Tools plugin http://wordpress.org/plugins/catch-web-tools/ and add your analytics code in “Catch Web Tools => Webmaster Tools”, then check to “Enable Webmaster Module” and finally add your anaytics in Header and Footer Script box in “Enter scripts or code you would like output to wp_footer(): “
Sakin
Keymaster@Susie: This will be released in next version update. thanks
Sakin
Keymaster@BobS: For change log you can always check in changelog.txt file or change log page at http://catchthemes.com/changelogs/catch-responsive-theme/
Sakin
Keymaster@Susie: Make sure you have added Featured Image in all your posts. Then it will display in all posts. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
Sakin
Keymaster@John U: No your homepage is using different size then your shop page. Your homepage is using Full Image size where as your shop page is using Thumbnail size of 150px by 150px. For your shop page you need image size of at least 276px by 276px.
So, go to “WooCommercer => Settings => Products => Display” change image size:
For Shop: http://chezjillchocolates.com/shop , it needs “Catalog Images”: 276 x 276
For Single Product: http://chezjillchocolates.com/product/ginger-truffles , it needs “Single Product Image”: 600 x 600After you change this image values, you need to regenerate thumbnail using regenerate thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails/
For more about image sizes, refer to http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/
Sakin
Keymaster@mikethagoat Nice thanks 🙂
Sakin
Keymaster@Panayot: Sorry I don’t get it how can I help you in this. Let me know it.
Sakin
Keymaster@eric: It’s strange. I am checking in from same Ipad. This is first time, we see that you are facing issue in iPad. Have you change any setting in your Ipad? Try checking that. Also reset your safari and clear you cache there and check in. If that doesn’t work then try adding following css in “Appearance => Theme Options => Custom CSS” box.
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) { .tinynav { display: block; color: #fff; } }Sakin
Keymaster@Massimo: try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 991px) { #masthead { padding: 0; } #site-branding { display: none; } }Sakin
Keymaster@mg13: It’s not major changes. It’s just css changes an it’s mainly improvement in responsive css and match with pro version css.
Sakin
KeymasterHello Peter,
You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-secondary { background-color: #111; }Regards,
SakinSakin
Keymaster@bobgarrett: It’s ok. I was sure that it’s not from our theme. Thanks 🙂
Sakin
Keymaster@Massimo: Please post in your site URL and explain. Then I will be able to check in the spaces and send you custom css. Thanks.
Sakin
Keymaster@Grenouille: Sorry there is no option to make it 2 columns. But we can work on it and it will soon in release in next version update. We are about to release by this weekend. But for now, you can choose 4 columns layout and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.
#featured-content.layout-four .hentry { text-align: center; width: 50%; } #featured-content.layout-four .hentry:nth-child(2n+1) { clear: both; } @media screen and (max-width: 480px) { #featured-content.layout-four .hentry { width: 100%; } }Sakin
Keymaster@mg13: Have you customize style of this theme as it should be working fine. As your style http://www.couponterri.com/wp-content/themes/catch-box/style.css doesn’t match with our style http://wp-themes.com/wp-content/themes/catch-box/style.css
Sakin
Keymaster@phdinlife: If you have child theme of Catch Responsive Free theme then just copy function
catchresponsive_header_right()fromcatchresponsive-structure.phpfile to your child themefunctions.phpfile and remove search. -
AuthorPosts
