Limit to 30 subsections within 1 section
AnsweredI have the {{pagination}} helper included in my list of 87 subsections, which are listed under one section. However, even with pagination enabled the maximum about of subsections it will enable me to scroll to is 30. Once I get to the 30th value in the list I can scroll no further. It seems like this isn't a pagination problem. I can't seem to find anywhere in code editor where it is specifying the limit of the subsections should be set to 30.
-
Hi Caroline Maguire,
It's happening from the backend. It's the default. 30 sections, 30 subsections, and 30 articles would be visible at once on the template.
You can change it via custom JS code.
Thanks
-
This is for articles in a section not subsections.
The JS code uses an API call to get a list of articles in a subsection.
_url = hc_url+'/api/v2/help_center/'+HelpCenter.user.locale+'/sections/'+_id+'/articles.json';
I would need the JS code to do an API call to get a list of subsections in a section. Unfortunately I don't think that API exists so I can't modify it or use something similar.
Please sign in to leave a comment.
2 Comments