Tagged: x
-
AuthorPosts
-
June 9, 2016 at 5:34 am #1033791
appliedimageParticipantHi
For some reason when using WooCommerce with X my Product featured image thumbnails appear really small, how can i resolve this? (I’ve tried resetting the thumbnails in the dashboard)
Thanks
June 9, 2016 at 5:35 am #1033792
appliedimageParticipantThis reply has been marked as private.June 9, 2016 at 8:27 am #1033965
ChristianModeratorHey there,
Please deactivate all third party plugins and customizations and then give us access to your WordPress admin and FTP in a private reply.
Thanks.
July 5, 2016 at 2:57 am #1072523
appliedimageParticipantThis reply has been marked as private.July 5, 2016 at 3:05 am #1072536
ChristopherModeratorHi there,
Can you confirm that you are fully updated? (Theme and Plugins)
You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.
If you find anything to be out of date, you can review our update guide.
Thanks.
July 7, 2016 at 2:31 am #1076050
appliedimageParticipantAll updated but the problem still exists
July 7, 2016 at 4:01 am #1076146
Rue NelModeratorHello There,
Thanks for getting back to us. To have a full control on your product images including the single product and the the catalog images, please check out this topic: https://community.theme.co/forums/topic/product-images-woocommerce/#post-224057
Hope this helps.
July 7, 2016 at 2:17 pm #1076829
appliedimageParticipantThis reply has been marked as private.July 7, 2016 at 10:32 pm #1077426
Rue NelModeratorHello Again,
Thanks for the updates! No it is not a glitch. By default, we removed the WooCommerce product image settings and have the image dimension based from your global layout settings. Right now, you have set the maximum site wide only 500 pixels(http://prntscr.com/bq7rtb), increasing this to something like 1200 pixels and then regenerate the thumbnails (https://wordpress.org/plugins/regenerate-thumbnails/), I am sure the product image will change.
As I mentioned in my previous reply, if you want to have a better and full product image dimension control, I would recommend that you set up a child theme and do the solution in that topic.
July 8, 2016 at 5:08 am #1077727
appliedimageParticipantThanks again,
I’ve now installed the child theme and added the code, however the settings for the thumbnail size have not reappeared?
July 8, 2016 at 7:32 pm #1078601
RadModeratorHi there,
Would you mind removing this code
function x_woocommerce_remove_plugin_settings( $settings ) { foreach ( $settings as $key => $setting ) { $id = $setting['id']; if ( $id == 'image_options' || $id == 'shop_catalog_image_size' || $id == 'shop_single_image_size' || $id == 'shop_thumbnail_image_size' ) { unset( $settings[$key] ); } } return $settings; } add_filter( 'woocommerce_product_settings', 'x_woocommerce_remove_plugin_settings', 10 );from this file,
\wp-content\themes\x\framework\functions\global\plugins\woocommerce.php
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1033791 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
