Hello,
I need to set the portfolio grid to 150 images per page, the max is 100 in the selections. How can I add 150 as an option?
THanks!
Hi w3developing!
Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 90:
"subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),
Replace 100 with 150. I think you’ll have a problem with page speed when you have 150 portfolio items on one page.
Best regards,
Ismael
Thanks Ismael,
That solution worked.
Jason