hi on this url
http://79.170.40.239/supplyonlykitchens.co.uk/kitchens/bespoke/
I have inserted this shortcode
[product_attribute attribute=’Style’ filter=’Bespoke’]
Unfortunatly though not all the products are shown just the first 15. Can I have it show all products where the style attribute is set to Bespoke ?
Hi codecreative!
please upgrade to Enfold 3.1.2.
If that does not help, do you mind providing us admin access so we can have a deeper look into the issue? post login details here as private reply.
Regards,
Andy
Hi for any future searches by people with a similar issue I would like to say I resolved this and post the solution.
Thank you for helping as well Andy.
By default 15 products are shown, to get the full list use this modification to your short code
[product_attribute attribute=’Style’ filter=’Contemporary’ per_page=-1]
What is key here is the extra shortcode argument per_page here you can set any number, but if you put -1 it shows all the available products. By default if you place nothing it shows 15,