Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Pavel Member

@pawel · Joined 8 years ago · 13 posts · 6 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Third-level menu · 8 years ago

    I didn't solve it yet. I have written pages using Bootstrap. It's worked perfecly, 3th level menu especially. I added successfully own css styles to Grav. Next I created pages structure via admin pane

  • Third-level menu · 8 years ago

    @pamtbaau Yes I cut for loop from inside another for loop. Below it's all. [code] {% for page in pages.children.visible %} {% set current_page = (page.active or page.activeChild) ? 'active' : '' %} {

  • Third-level menu · 8 years ago

    I have pages structure with grandchildpages (03.site->01.site->01.site) and I created dropdown-menu. I have a problem with loop in child pages with own children because foreach have returned onl