Home › Forums › WoodMart support forum › Increase thumbnail image number
Increase thumbnail image number
- This topic has 8 replies, 2 voices, and was last updated 3 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
January 14, 2022 at 4:49 pm #345461
critoyactParticipantHello!
On single product page, I need to add more thumbnail images, now there’re 3, I would like to have 6.Thanks in advance
January 14, 2022 at 11:28 pm #345508
Elise NoromitMemberHello,
Unfortunately, it is not possible. The image gallery shows 3 images on the left, and 4 images on the bottom, you can add more and they would slide.
If you have any questions please feel free to contact us.
Best Regards
January 15, 2022 at 3:27 pm #345613
critoyactParticipantHi Elise, thanks for your answer,
I was looking to get some support on adding some custom code on my child theme’s functions.php as I saw Xtemos’s team did on this tickets:
https://xtemos.com/forums/topic/increase-the-number-of-thumbnail-images-in-a-product-page/
Unfortunately I’ve already tried them and neighter of this codes worked for me. But Im confident that with a little bit help from you, we can achieve this.
Can I kindly ask you to check this out? also check the private content.
Thanks,
Cristian.
-
This reply was modified 3 years, 4 months ago by
critoyact.
January 17, 2022 at 10:44 am #345856
Elise NoromitMemberHello,
Please add this code to the functions.php of the child theme:
add_filter( 'woodmart_product_gallery_settings', function() { return array( 'images_slider' => woodmart_is_main_product_images_carousel(), 'thumbs_slider' => array( 'enabled' => woodmart_is_product_thumb_enabled(), 'position' => woodmart_get_opt( 'thums_position' ), 'items' => array( 'desktop' => 6, 'tablet_landscape' => 3, 'tablet' => 4, 'mobile' => 3, 'vertical_items' => 3, ), ), ); } );
If you have any questions please feel free to contact us.
Best Regards
-
This reply was modified 3 years, 4 months ago by
Elise Noromit.
January 17, 2022 at 10:50 am #345858
Elise NoromitMemberP.S. Please take the code from the recent version.
Best Regards
January 19, 2022 at 12:07 am #346241
critoyactParticipantHi, thanks for your reply and support,
Unfortunately, it doesn’t seems to work.
I have added the code on functions.php (child theme)
but on the single product page, there’s still only 3 thumbnails, instead of 6.Thanks for checking it out.
January 20, 2022 at 3:06 pm #346740
Elise NoromitMemberHello,
Please change this value as per your needs:
vertical_items' => 3,
If you have any questions please feel free to contact us.
Best Regards
January 21, 2022 at 10:02 am #346934
critoyactParticipantHello,
Thanks a lot! it works.Wish you a great day,
C
January 21, 2022 at 10:18 am #346941
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
This reply was modified 3 years, 4 months ago by
-
AuthorPosts
The topic ‘Increase thumbnail image number’ is closed to new replies.
- You must be logged in to create new topics. Login / Register