Home › Forums › WoodMart support forum › slider item set in mobile view
slider item set in mobile view
- This topic has 11 replies, 2 voices, and was last updated 4 years, 7 months ago by
Elise Noromit.
-
AuthorPosts
-
July 25, 2020 at 8:26 am #214076
tfaceParticipantNow showing 1 product in media 567 (see attached image), we want to change the number of product in the slider,
so, please help us how can change this settingAttachments:
You must be logged in to view attached files.July 25, 2020 at 10:28 am #214102
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
What slider do you use? How many products do you want?
Please provide the site admin access to the private area I will check the settings and suggest.
Best Regards
July 28, 2020 at 2:30 pm #214903
tfaceParticipantwe want to change the 1 item product in the slider 479 media
July 29, 2020 at 6:36 am #215000
Elise NoromitMemberHello,
I cannot catch the problem. Do you get any errors when you edit slider or you need the instructions? If you need the instructions, here are the documentation for the WoodMart slider: https://xtemos.com/docs/woodmart/woodmart-slider/
Here is the documentation for Slider Revolution: https://revolution.themepunch.com/joomla/documentation/
Please clarify what kind of help you need.
Best Regards
July 30, 2020 at 2:31 pm #215457
tfaceParticipantI am not saying about Slider Revolution.
I an saying about product item slider.ex. top product in demo home page
July 31, 2020 at 7:10 am #215593
Elise NoromitMemberHello,
Please provide a page URL where I can see this? I am checking the home page https://prnt.sc/trlwrx and there two products on tablet and mobile.
Best Regards
August 4, 2020 at 1:52 pm #216462
tfaceParticipantwe need in size 1 product see screenshort
Attachments:
You must be logged in to view attached files.August 4, 2020 at 3:09 pm #216481
Elise NoromitMemberHello,
You need to set 1 product in the Theme Settings > Shop page > Product grid https://prnt.sc/ttx54i
Best Regards
August 5, 2020 at 4:58 am #216539
tfaceParticipantThis process already i konw it…
i need product item below step how can manage
1199 to 768 media in product item 3
767 to 480 media in product item 2
479 media in product item 1
August 5, 2020 at 9:09 am #216603
Elise NoromitMemberHello,
By means of the custom code, we provide blow it is possible to change the number of the products in the way it is, however, the width cannot be changed. Please add this code to the functions.php of the child theme.
add_filter( 'woodmart_products_shortcode_custom_sizes', function() { return array( 'desktop' => 4, 'tablet_landscape' => 3, 'tablet' => 2, 'mobile' => 1, ); } );
This code would be applied globally for all the Product elements.
Best Regards
August 5, 2020 at 11:21 am #216645
tfaceParticipantYour mobile view size is 575px but i want to 479px…..
I want to all size of desktop, tablet_landscape, tablet, mobile…..
August 5, 2020 at 12:46 pm #216663
Elise NoromitMemberHello,
As I have mentioned above this is not possible, unfortunately.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register