Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #228104

    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!

    #228334

    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

    #228779

    Thanks Ismael,

    That solution worked.

    Jason

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio image grid extending over 100 – how can I increase this?’ is closed to new replies.