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

  • Bootstrap4 theme menu not working with onpage_menu: true · 8 years ago

    @pgrav This is an issue with Bootstrap itself, which of course is carried over into theme Bootstrap4. I don't know of a better way. I've only found solutions which are similar/equal to yours. It might

  • Howto create extended footer with 3 partial blocks? · 8 years ago

    @SjoerdSmeets The Quark theme comes with the template 'templates/partials/sidebar.html.twig' which shows a list of plugins which are enabled. You might call that a kind of 'widget area'..

  • How to use a template (Landio) · 8 years ago

    @yandiro The home page only seems to be blank... It has only frontmatter and no content. Therefor, the content tab in the page editor appears empty. Grav has excellent documentation at https://learn.g

  • Multilanguage in the Ceevee template? · 8 years ago

    @brad Multilingual anchor: The problem arises because the anchor for each module is hard-coded like '<section id="about">'. However, the link in the navigation bar is based on the title of the p

  • The sign +In sub menu · 8 years ago

    I don't consider the following really as a solution, but rather a hacky override of 'jquery.treemenu.js' (which runs the menu) plus some required css compensation. Create inherited theme from quark-

  • How to get home url in a javascript file · 8 years ago

    @Micheal Are you referring to the function wp_localize_script( $handle, $name, $data ) from Wordpress? Please correct me when my info is outdated, but to my knowledge the variable is not injected magi

  • Condition based on page.collection.modular|length · 8 years ago

    I might start coming across as nagging... But ask you anyway: How do you know the code inside the for-loop is reached when the value of 'totalmodule' is zero? Why do I keep asking? The collection o

  • Condition based on page.collection.modular|length · 8 years ago

    @julien A few more questions: How do you know the code inside the for-loop is reached? Have you vardump-ed the value of 'totalmodule' inside the for-loop? Does it print anything? How does modular.md

  • Looping through all Images in Page Folder · 8 years ago

    @nembgen Here is a small sample that might send you in the right direction. Say you have a modular page with template 'templates/modular.html.twig', which loops through all child modules for the modul

  • How to get home url in a javascript file · 8 years ago

    @Michael Because your mention 'function.php', I presume your would like to add an inline script from within php of your theme or plugin. You could use the Asset Manager's method Assets::AddInlineJS fo