Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@dan-d: If like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Sakin
Keymaster@timp: That is not theme issue, it’s your setting in WooCommerce plugin. For that go to “WooCommerce => Settings => Products => Display” and then change “Catalog Images, Single Product Image and Product Thumbnails” image sizes. See this http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/
So for Single Product Image, you need to use image size of width at least 640, for Catalog Images, you need to use image size of width at least 560 and for Product Thumbnails, you need to use image size of width at least 300. After you change this, you need to regenerate your thumbnail using Regenerate Thumbnail http://wordpress.org/plugins/regenerate-thumbnails. So, that all your old product will have new image sizes.
Sakin
Keymaster@flagshop: I have already answered you that you can use “Secondary Menu” where menu will be centered and your sub-menus will be on left align. You can see demo at http://catchthemes.com/demo/catch-kathmandu/.
Sakin
Keymaster@TerroirCongress: It must be your server loading time, cache issue and your internet speed. When I check in your site. It’s loading fine. Try using plugin like W3 Total Cache or WP Rocket cache.
Sakin
Keymaster@Robertf: Thanks for your appreciation and if you like my support and Catch Everest theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform.
Sakin
Keymaster@tala69: I just check in your site and sidebar is show on the left of the content. I don’t see any issue.
You sidebar will move down your content only when your screen size is less than 990px, which is from iPad Portrait.
Sakin
Keymaster@Delle: Sorry not sure what are you trying to say. So, please post in your site URL and explain please. You are using page slider in your homepage and then post carousel in other pages.
Sakin
Keymaster@dan-d: You can change the maximum width in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 767px) { #site-logo img { max-width: 110px; } }Sakin
Keymaster@vladvasal: Can you post in your site URL and then I can check in your pages. Catch Responsive Free version only have option to use Featured Page Slider. You can only select page not posts. For post slider or image slider or category slider, you need to upgrade to Pro version.
Sakin
Keymaster@ampratwum: Sorry, we only support theme developed by us. We don’t support. Theme that you are using in not from us. So, please contact in that theme author support.
Sakin
Keymaster@birdpuk: If you are in version 1.1 then it should be fine. There might be cache in WordPress. So, I hope the message will go soon. If not then let me know it and then I need to check in your server.
Sakin
Keymaster@Christian: Ok let me know it once it’s live. Thanks
Sakin
Keymaster@lazer: That image on top option is there in Catch Responsive Pro theme. When you can change the Archive Content Layout to “Excerpt Image Top” from “Appearance => Customize => Theme Options => Layout Options”.
To add title in the image, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.has-post-thumbnail .archive-post-wrap { position: relative; } .has-post-thumbnail .archive-post-wrap .entry-header { background-color: #fff; left: 2%; padding: 20px; position: absolute; top: 2%; width: 96%; }Note: You shouldn’t add/edit any core theme files inside catch-responsive directory as all your edits will be reverted back to original when you update the theme. So, we recommend you to do the customization from “Appearance => Customize”. But if you want to do advance coding changes then you need to build child theme and edit it. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Alexander: We haven’t hard coded next and previous link image in slider. We have use WordPress code function
get_template_directory_uri()which take the URL of theme directory in your server. See the code as below:<div class="nav-previous"><img class="pngfix" src="'.get_template_directory_uri().'/images/previous.png" alt="next slide"></div> <div class="nav-next"><img class="pngfix" src="'.get_template_directory_uri().'/images/next.png" alt="next slide"></div>So, first make sure you have corrected theme WordPress Address (URL) and Site Address (URL) and then also change any value in theme option to clear the cache from Theme Options panel and then check in.
Sakin
Keymaster@Rui: It’s cool that you found the solution. It’s also mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/#updating
Sakin
Keymaster@Carlo: Yes, you can use Pro version anytime. If you are upgrading to Catch Flames Pro theme then read the theme instructions at http://catchthemes.com/theme-instructions/catch-flames-pro/.
Also you can check out updating process screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@dan-d: If you logo is larger then the device screen then responsive will make it fit to 100%. But if your logo is small then it won’t change it.
-
AuthorPosts
