Home › Forums › Basel support forum › Product thumbnails
Product thumbnails
- This topic has 9 replies, 2 voices, and was last updated 6 years ago by Artem Temos.
-
AuthorPosts
-
November 15, 2018 at 2:25 pm #89694
cristiancdanParticipantHi!
In this topic it is an example with how to show all the thumbnails bellow product image:
https://xtemos.com/forums/topic/single-product-page-show-all-thumbnails/#post-21658
Is there a way to make the thumbnails to open in pretyphoto when clicked?
Thank you!November 15, 2018 at 3:17 pm #89712
Artem TemosKeymasterHi,
Unfortunately, it is not possible to achieve with that simple CSS code.
Regards
November 19, 2018 at 8:43 am #90296
cristiancdanParticipantI tried to modify myself the functions.js but with no success.
i don’t modify some files if you can help me.
Thank you!November 19, 2018 at 12:58 pm #90342
Artem TemosKeymasterCould you please describe what exactly you would like to achieve and send us your product page link?
November 19, 2018 at 2:15 pm #90357
cristiancdanParticipantHi!
The link of the product is in the private content. I need to display all the thumbnails of the product (only on desktop) because i have many product options and the left column is empty. I managed to display the thumbnails with custom css from here:
https://xtemos.com/forums/topic/single-product-page-show-all-thumbnails/#post-21658
But i also want that when i click on a thumbnail to display the image in prettyphoto.
I don’t mind to edit the functions.js or any other file if needed.
Thank you!November 19, 2018 at 3:20 pm #90368
Artem TemosKeymasterYou didn’t send the product link yet.
November 19, 2018 at 4:04 pm #90380
cristiancdanParticipantThis is the link
https://www.girocompany.ro/produs/hot-tub-deluxe-mini-piscina-jacuzzi-din-fibra-de-sticla/Thank you!
November 19, 2018 at 6:44 pm #90406
Artem TemosKeymasterTry to add the following code snippet to the Custom JS area on document ready in Theme Settings
jQuery('.thumbnails').on('click', '.owl-item', function(e) { jQuery('.woocommerce-product-gallery__wrapper').find('.owl-item').eq(jQuery(this).index()).find('a').click(); });
November 20, 2018 at 8:03 am #90477
cristiancdanParticipantHi!
It worked so well!
I left a review for you on themeforest. (by cristiancdan)
Maybe you will consider adding this custom mod as a feature. There are many products that have a lot of options or a long “short description” that creates the empty space bellow the product thumbnails on desktop.
Thank you!November 20, 2018 at 8:18 am #90481
Artem TemosKeymasterHello,
Thank you very much for the review! We highly appreciate it.
Kind Regards
-
AuthorPosts
Tagged: carets, next button, previous buttons, product page, product thumbnails
- You must be logged in to create new topics. Login / Register