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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Js not loading correctly · 7 years ago

    @blacklab What will happen with the changes made in .htaccess when Grav is updated?

  • Menus & Modular pages · 7 years ago

    @GNUTechie, Themes can do anything they like... The Grav theme has created the concept of modular pages and created the first themes using it. I (like to) think that all other theme builders are sensi

  • Menus & Modular pages · 7 years ago

    @GNUTechie, A bit more clarification: onpage_menu is only used for modular pages. It does not make sense in other page types (regular and listing). See page types and modular. A regular/listing page

  • Js not loading correctly · 7 years ago

    @shane, I am quite a noop with respect to php servers and .htaccess etc., so I'm not entirely sure if this is the right approach, but it seems to work for a simple php script... The following rough ex

  • Menus & Modular pages · 7 years ago

    @GNUTechie, Not sure what you are expecting the menu to look like. Modular pages can show two different menus depending on the value of onpage_menu set in 'modular.md': onpage_menu: false The menu wi

  • Need help to output page media files and page heading text in a one loop · 7 years ago

    @01K, During our private conversation, I got a better picture of your technical problem: A 'parallel' loop over 2 arrays: An array of images and an array inside frontmatter. Some programming language

  • Form: dynamic form action URL · 7 years ago

    @fosil, I've been playing a bit with forms... In 'user/plugins/form/templates/forms/default/form.html.twig', on line 103, the action is defined in the following block: {% block embed_form_core %} nam

  • Need help to output page media files and page heading text in a one loop · 7 years ago

    @01K I'm having difficulty figuring out what exactly you are trying to achieve... Would you mind revisiting your question and maybe add some more details? For example: What higher-level problem are y

  • Want to show Module content in columns not rows · 7 years ago

    @bmherard, You could create a new modular template based on 'modular.html.twig' and wrap the two modules in a flexbox. Since I don't know the theme you are using, I based the following example on Qua

  • Changing the header in the afterburner 2 theme · 7 years ago

    @gobs, scss: In scss you can define variables ( $logo-image ) and reuse them at other places. In file '/user/themes/afterburner2/scss/configuration/template/_colors.scss', the variable$logo-images i