Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 24, 20222 yr 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. 🙂
July 24, 20222 yr Solution 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.
July 24, 20222 yr The template is in the theme is this → cms → front → widgets → categories There is a hard-coded condition there: {{if $counter >= 5}}
July 24, 20222 yr Author 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. 🙂