Portfolio grid Post Number
How many items should be displayed per page? How can I add more then 100?
Hey Lundby,
The portfolio grid is not limited, so you could add more than 100, but this may slow your load time for your visitors and ask them to scroll alot. Creating grids of 24 or 48 per page may be a better experience for your visitors.
Best regards,
Mike
I’m having the same problem. We are an association with around 120 members and we display their information using the portfolio grid with different categories. Unfortunately the max number of items displayed per page (Post Number pop-up) is limited to 100 and the pages are not updated automatically when using the category filter.
How can we set the Post Number to 120?
We are using Enfold 4.7.4.
Hi,
Try editing \wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\portfolio\portfolio.php
on line 460 look for 'subtype' => AviaHtmlHelper::number_array( 1, 100, 1, array( 'All' => '-1' ) )
and change to 'subtype' => AviaHtmlHelper::number_array( 1, 200, 1, array( 'All' => '-1' ) )
Then clear your browser cache and check, the option should allow 200 now.
Best regards,
Mike
Thanks! It did work.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike