This topic has 4 replies, 3 voices, and was last updated 4 years, 3 months ago ago by Olga Barlow
I want to ask about the library used to display “product gallery thumbnails” and the slider displays “related products”….Can you tell us the libraries to display them, because I want to use css and js files for other pages on woocommerce like shop, product archive, …
Thanks
Hello,
Thanks for using our theme.
Please describe the result you want to achieve in more detail.
swiper slider – works on all pages from our script, use a browser inspector tool to check classes https://prnt.sc/tp7dou
Regards
Hello
thank you for your reply…..
I want that library to work with this page:
http://andreynkb.website/catalog/hyundai/accent/
you can see when you hover your mouse over and click the “Quick View” button a popup is displayed and some images like the product gallery and related products are not loaded it only displays the loading icon (I think the reason is due to the lack of css library or js)
Thanks.
Hello,
Use the following code to hide loader (Theme Options > Custom CSS)
#mst-wcqvfepb-popup-modal .thumbnails-list.thumbnails {
display: none;
}
We don’t display the product gallery in the quick view by default. You can only enable/disable images slider for the main image in the ThemeOptions > WooCommerce > Shop Elements > Quick View > Product Images http://prntscr.com/tpr356
Besides you use custom Quick View option. So, if you want to show the product gallery slider in addition to the main slider in the Quick View it required additional customization.
You can submit customization request here because our basic support does not include this, unfortunately.
Regards
You must be logged in to reply to this topic.Log in/Sign up