Home / Forums / WoodMart support forum / Cloud loaded Image Problem in Bestseller Widget
Home › Forums › WoodMart support forum › Cloud loaded Image Problem in Bestseller Widget
Cloud loaded Image Problem in Bestseller Widget
- This topic has 9 replies, 2 voices, and was last updated 3 years, 5 months ago by
Artem Temos.
-
AuthorPosts
-
May 5, 2022 at 12:12 am #373107
prattsyParticipantHello,
i load my Woocommerce Product Images from Dropbox Cloud.
I have in Sidebar Widget “Popupar Products” and “Bestseller”.
In “Popular Products” Product Image present.
But not in “Bestseller”.
How can it be?
How to fix it?https://t-shirt-bedrucken.eu/staging/shop/t-shirts/wk-t-shirt-weiss-shark-hai/
Admin Login Data in Private Content.
Best Regards
Attachments:
You must be logged in to view attached files.May 5, 2022 at 9:48 am #373198
Artem TemosKeymasterHello,
As we can see you are using some plugin for your featured images and it is not compatible with our theme lazy loading feature, unfortunately.
Kind Regards
May 5, 2022 at 5:03 pm #373428
prattsyParticipantHello,
now I only use the Woodmart Woocommerce bestseller widget.
the question is:
Why are Woocommerce Product Images displayed in all Woodmart Product Widgets but only not in the Woodmart Best Seller Widget?
The settings are the same for everyone.
I need a uniform design.
Or do I have to do without the Woodmart bestseller widget?Best Regards
Attachments:
You must be logged in to view attached files.May 5, 2022 at 8:35 pm #373473May 6, 2022 at 9:14 am #373547
Artem TemosKeymasterHello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action( 'init', function() { add_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_thumbnail', 10 ); remove_action( 'woocommerce_before_shop_loop_item_title', 'woodmart_template_loop_product_thumbnail', 10 ); }, 1100 );Best Regards
May 6, 2022 at 3:16 pm #373714
prattsyParticipantPERFECT
YOU ARE THE BEST
WE CAN MAKE THE WORLD BETTER
MUST ONLY TALK ABOUT IT
the images only bigger than other widget views,
how make all same size?May 9, 2022 at 9:01 am #374136
Artem TemosKeymasterCould you please send a screenshot of the problem so we can better understand it?
Kind Regards
May 11, 2022 at 12:06 am #374716
prattsyParticipanthttps://t-shirt-bedrucken.eu/staging/shop/t-shirts/kopie-aaaaaaaaaaqqqqqqqqqqqqqqqqqqqqqqq/
Attachments:
You must be logged in to view attached files.May 11, 2022 at 12:08 am #374718
prattsyParticipantLike your bigger Images better.
May 11, 2022 at 9:17 am #374787
Artem TemosKeymasterTry to apply the following CSS code as well
.product_list_widget>li img { max-width: 100%; } .product_list_widget>li .widget-product-img { flex: 0 0 50%; }Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register