Plugin Contributor
Vagelis
(@eboxnet)
Hello, the plugin is using theme’s default output however we can change that.
Are you using the slider?
Thanks.
Hi… so, HOW “we can change that”?? I want to get (by ranges of screen/viewport resolution) 5 columns in desktop, while 4 at tablet… and 3 (or 2) on mobile.
How can I reach that?
Thanks in advance,
I managed to change that by editing woo-related-products-public.js. But, my changes get overwritten with every update. Is there any other way to change it?
@kuler89 you should be using a child theme and adding your rewrite to its functions.php file. If you can’t do that then you’ll need to use a plugin called Insert Headers & Footers. This will allow you to add the custom snippet there.
Hi folks, I’d like to tell related items to be shown across 4 columns on desktop and 2 on mobile (currently they show as 3 columns on desktop, and 2 on mobile). Would you mind sharing the snippet for my functions.php please? Thanks so much!