pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Modular menu on non-modular pages
· 8 years ago
@pgrav Desirability: I wonder if this is something I would use in my projects, because I think this will create a less than optimal user experience. The regular pages probably show a nice header and t
-
Contact form in a default.md
· 8 years ago
Maybe the following documentation chapters may help: Example: Contact Form How to: Forms in modular pages. Take note of the following: !!!In Form v2.0, you can now define the form directly in the m
-
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