Home › Forums › WoodMart support forum › Variantion pictures not displayed after filter
Variantion pictures not displayed after filter
- This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
December 11, 2021 at 2:15 pm #338780
TylonHHParticipantHello,
my intention is show the variation picture if I filter by color as I mentioned in this topic.
As I understood, the Woodmart Theme doesn’t support that, right? So I bought an Plugin with ajax search and showing picture of the variation(!) after filter.
But unfortunately this plugin dint work, then I get in contact with the developer and he told me:To replace image with variation enable option “Display variation data” in plugin settings. But it can do not work in your case, because you have some plugin that add color selection to products, that replace image.
AJAX functionality seems work correct.
So as I like the woodmart theme, how can I avoid this color selection or (what I would prefer) how can I see in the catalogue the picture of the filtered variation?
-
This topic was modified 3 years, 5 months ago by
TylonHH.
December 12, 2021 at 2:33 pm #338858
Elise NoromitMemberHello,
Please try to disable all WoodMart functionality related to the attributes and try our plugin again: https://xtemos.com/docs/woodmart/variable-products-swatches/
If you have any questions please feel free to contact us.
Best Regards
December 13, 2021 at 12:28 pm #339130
TylonHHParticipantSo I disabled:
- Show attributes table after short description – OFF
- Grid swatch attribute to display – select
- White label – OFF
- Use images from product variations – OFF
- Quick view – OFF
- “Quick Shop” for variable products – OFF
- Scroll top on variation select – OFF
And also
- Hover on product – Standard button
I did this on my live page (see private content). please try to filter for gold variation. It still shows not the picture of the variant in the grid view.
December 14, 2021 at 9:49 am #339360
Elise NoromitMemberHello,
Please, provide your site admin access as well as FTP (insert the site credentials into the Private content block under the message area).
Best Regards
December 14, 2021 at 10:00 am #339366
TylonHHParticipantyou’re welcome
December 15, 2021 at 11:19 am #339690
Elise NoromitMemberHello,
Please add this code to the functions.php of the child theme:
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 ); }, 2000);
Best Regards
-
This topic was modified 3 years, 5 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register