Question:
[Grid Changes PPL made in my Tablet version apply to Desktop aswell ]
Product:
[Wix Studio]
What are you trying to achieve:
I adapted all the grids per Breakpoint version ( Desktop / Tablet / Mobile )
The Grid Options to display the amount of Products per load i want to be on 4 for Tablet and Mobile. But i want it on 5 for Desktop.
What have you already tried:
I have designed all my grids starting with Mobile, then Tablet and finally Desktop.
All options stay fixed except for the product per load count on Tablet.
Mobile stays on 4, I put Tablet on 4, when i put Desktop on 5, it also changes Tablet to 5.
Looking forward to reading some advice on this topic.
By products per load I’m guessing you mean how many more items are loaded from the products dataset when clocking “Load More”?
Unfortunately I do not think you can use the native dataset and load more buttons, as there does not seem to be a way to programmatically control the dataset item limit
Instead, you can use wixData queries and populate your repeater manually
In my example i am using 4 grid rows on mobile and tablet, having 4 items per load for Tablet and Mobile which works as intended.
On my Desktop i have 5 grid rows displaying 5 items per load idealy.
If i change the product per load on desktop to 5 i also get this for the tablet yet the
mobile version does stay locked on 4 per load. If the mobile version can stay locked i presume the Tablet should stay locked aswell but in my case it changes with the change on the desktop value.
That 1 extra per load on tablet gives me a new horizinatal row with 1 item .
How can i prevent the tablet from syncing with the product per load from desktop like the mobile version?