SecondSight Posted July 24, 2022 Share Posted July 24, 2022 Hello, 🙂 In Pages, I have a page which shows articles from a database. I also have a menu on the right side. => This is nothing I created, I use the existing solution in Pages. My question is : how can I remove the "And 6 more" and show all items in the menu instead ? Thank you. 🙂 Link to comment Share on other sites More sharing options...
Solution Jim M Posted July 24, 2022 Solution Share Posted July 24, 2022 This is by design for this "block." You would not be able to expand this menu without some form of customization. Here is a similar category block in Downloads (our Marketplace): Â If you would like to change this behavior in the software, please leave your suggestion in our official Feature Suggestion forum. Link to comment Share on other sites More sharing options...
opentype Posted July 24, 2022 Share Posted July 24, 2022 The template is in the theme is this → cms → front → widgets → categories There is a hard-coded condition there: {{if $counter >= 5}} Ibai 1 Link to comment Share on other sites More sharing options...
SecondSight Posted July 24, 2022 Author Share Posted July 24, 2022 47 minutes ago, Jim M said: If you would like to change this behavior in the software, please leave your suggestion in our official Feature Suggestion forum. Done. 🙂 44 minutes ago, opentype said: There is a hard-coded condition there: {{if $counter >= 5}} This was the solution. 🙂 Thank you. 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts