Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@valenza79: Sorry I don’t get your issue in detail. You don’t need to post in your css. You can just post in your site URL and explain the issue in reference with your site URL.
Sakin
Keymaster@Kim: I think you are talking about the margin bottom. For that you can adjust them margin bottom in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 20px; }Sakin
Keymaster@PoulKristensen: I have already mentioned it to you that, when you have nothing in your sidebar from “Appearance => Widgets”, then it will display default “Search” and “Archive” widgets. It will not be blank. But you can add any other widget to your sidebar. You can also add empty text widget to your sidebar. This is will replace the default widget.
Sakin
Keymaster@thespikers: Thanks for your appreciation. Cheers 🙂
Sakin
Keymaster@harussell: In Pro version, you will see extra sidebar called “WooComercer Sidebar”, so you can add dedicated widgets for your shop from “Appearance => Widgets” and if the widget is empty then it will not show the sidebar.
Sakin
Keymaster@harussell: See this theme page, http://catchthemes.com/themes/catch-kathmandu-pro/ where we have mention that theme as “WooCommerce Ready”. Also you can see in Catch Kathmandu Pro theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ all the additional features in Pro version.
Sakin
Keymaster@harussell: I see that you are using Catch Kathmandu Free theme but this theme is not compatible with WooCommerce theme. For this you need to upgrade to Catch Kathmandu Pro theme.
Sakin
Keymaster@harussell: Yes sure it anywhere you like but that space has to be own by you. You are not allowed to redistribute or resell it. But you can use it for unlimited domain/test sites that you own.
Sakin
Keymaster@harussell: No you don’t need to pay twice. You can use the theme for multiple domains that you own. Just use it.
Sakin
Keymaster@thespikers: Catch Box theme is design with small width so for larger width and similar design I recommend you to use Catch Evolution Theme, Catch Kathmandu Theme and Adventurous Theme. You can see the list of our free themes at http://catchthemes.com/themes/category/free/ and then check our their demo and theme instructions page at http://catchthemes.com/theme-instructions/
Sakin
Keymaster@rojtalbot: I am quite lost. I think you are taking about the spaces above your header wrapper. The margin of 10px. If you are talking about that go to you Custom CSS and find the following css:
.site { margin-top: 10px; }and then replace with
.site { margin-top: 0; }Sakin
KeymasterHi Michael,
I check in your site and you have already changed the the background color of footer area. But if you are talking about Text color then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
/* Footer Area Widget Title Color */ #supplementary .widget-title { color: #fff; } /* Footer Area Widget Text Color */ #supplementary .widget-area { color: #ddd; } /* Footer Area Widget Link Color */ #supplementary .widget-area a { color: #ddd; }Regards,
SakinOctober 12, 2014 at 8:02 am in reply to: Is it possible to extract slider to another WP theme? #45668Sakin
Keymaster@kicia: It’s connected more 2 php files and 2 JS files. As it’s implemented thorough Theme Options panel and uses settings. I will give you the list of files
1. jquery.cycle.all.js
2. catchkathmandu-slider.js
3. theme-options.php
4. catchkathmandu-functions.phpSakin
Keymaster@onceuponageek: Yes that’s because of using different image size. As per our theme instructions http://catchthemes.com/theme-instructions/catch-kathmandu/, we recommend the featured slider image to be Width: 1280px and Height: 550px. Or at least all image sizes has to be same size.
Sorry, this cannot be fixed without changing image size as this is responsive design where we have to adjust the height and width as per the screensize.
October 11, 2014 at 7:44 pm in reply to: Is it possible to extract slider to another WP theme? #45650Sakin
Keymaster@kicia: Yes you can merge two free theme if you know the WordPress Coding. As this level of support is not not provided by us. But you can try our partner using hire a customizer at http://catchthemes.com/hire-customizer/
Sakin
Keymaster@toces: Oh that is not possible with the blog template. That template is just defined to if you want your page to be blog and you can only make that page template universal. So, the you cannot choose in different pages.
This falls under plugin territory and you might want to search for plugin at http://wordpress.org/plugins/. You can check out https://wordpress.org/plugins/single-categories/ and https://wordpress.org/plugins/posts-for-page/
Sakin
Keymaster@mariavandyke: It’s ok and I am glad that you found it.
Sakin
Keymaster@rojtalbot: Not it will not add margin to your logo. How can that be possible? I give you CSS to remove the padding top of the main wrapper and it has nothing to do with the margin of your logo. Can you show me how it adds margin.
Sakin
Keymaster@mariavandyke: It’s still the same. Nothing has been change. you don’t have footer.php.
Sakin
Keymaster@Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Widget Link Hover Color */ .widget-area .widget a:hover { color: #e17c05; } /* For Slider Controller Color */ #controllers a:hover, #controllers a.active { background-color: #e17c05; } /* For Content Link Bold */ #content a { font-weight: bold; } /* For Content Link hover remove underline */ #content a:hover { text-decoration: none; } -
AuthorPosts
