Home › Forums › WoodMart support forum › Increase the number of product thumbnails/ Увеличить кол. миниатюр товара
Increase the number of product thumbnails/ Увеличить кол. миниатюр товара
- This topic has 5 replies, 2 voices, and was last updated 2 years, 9 months ago by Luke Nielsen.
-
AuthorPosts
-
January 5, 2022 at 10:08 am #343524
detroyt86ParticipantGood day!
Now only 4 thumbnail images are displayed in the product card https://prnt.sc/263y4bp
I need to display 10 thumbnail imagesHow to do it?
I did not find such settings in the theme settingsДобрый день!
Сейчас в карточке товара выводится только 4 картинки миниатюры https://prnt.sc/263y4bp
Мне нужно чтобы выводилось 10 картинок
Как это сделать?
В настройках темы я не нашел таких настроекJanuary 5, 2022 at 3:13 pm #343609
Luke NielsenKeymasterHello,
In order to display 10 thumbnail images, try adding the below code to the functions.php file in your 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' => 10, 'tablet_landscape' => 3, 'tablet' => 4, 'mobile' => 3, 'vertical_items' => 3, ), ), ); } );
Later you can change the number of pictures by setting another value for the “desktop” field (https://prnt.sc/2651z4q).
If you have other concerns or additional questions, please don’t hesitate to reach out to our customer service team.
Kind Regards
January 6, 2022 at 12:23 pm #343807
detroyt86ParticipantThank you for your quick and accurate answer!
You answered in advance my next question about displaying thumbnails on different devices)
I installed 7 pictures everywhere https://prnt.sc/268szin
I’m happy)Tell me, is it possible to display the number of photos on the product picture (in the catalog)? https://prnt.sc/268tbgo This number should change depending on the real number of photos in the product.
I think this increased the interest of users to click more
Спасибо за быстрый и точный ответ!
Вы угадали мой следующий вопрос насчет отображения на разных устройствах)
Я везде поставил 7 картинок https://prnt.sc/268szin
Я доволен)Скажите а можно вывести в каталоге, на главной картинке количество фото в товаре? https://prnt.sc/268tbgo Это чмсло должно меняться в зависимости от реального количества фотографий в товаре.
Мне кажется это увеличило заинтересованость пользователей, чтобы больше кликать
January 10, 2022 at 8:27 am #344288
Luke NielsenKeymasterHello,
It’s my pleasure!
Unfortunately, such customization is not included in our support.
You can get acquainted with Envato Support Policy here:
https://themeforest.net/page/item_support_policy
If you still have further questions, please don’t hesitate to reach out. We’d be happy to talk through them with you.
Kind Regards
February 18, 2022 at 7:22 am #354127
detroyt86ParticipantHello Please help me restore the ability to create messages on the forum!
I am writing in this thread because after updating your site, I can not create new questions.
Previously, I did this via the button https://prnt.sc/26xstii
But now the topic is not created https://gyazo.com/7efd59a83c4b4270409df4e032c5ae43
And it’s not on my list of questions https://prnt.sc/26xswrmПривет Помогите мне пожалуйста восстановить возможность создавать сообщения на форуме!
Пишу в этой теме, так как после обновления вашего сайта я не могу создавать новые вопросы.
Ранее я делал это через кнопку https://prnt.sc/26xstii
Но сейчас тема не создается https://gyazo.com/7efd59a83c4b4270409df4e032c5ae43
И ее нет в списке моих вопросов https://prnt.sc/26xswrmFebruary 18, 2022 at 10:01 am #354172
Luke NielsenKeymasterHello,
You have already received an answer to this question in this (https://xtemos.com/forums/topic/help-i-cant-post-in-the-forum/#post-354169) topic.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register