pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
How to setup multi-lingual website?
· 8 years ago
@javiregpa The documentation has a separate chapter on Multi-language websites. In short, a page can have multiple translations but they share one and the same folder. The name of the file tells Grav
-
Third-level menu
· 8 years ago
@pawel I have been staring at it for some time but could't find an obvious issue why the 3th loop wouldn't return any child pages. A few questions come to mind looking at the code.... Questions with r
-
Third-level menu
· 8 years ago
@pawel I suppose this is not all code used for building the menu. Would you mind sharing a bit more of the entire recursing loop your are using?
-
How to add fields to standard Page blueprint
· 8 years ago
Give a man a fish, and you feed him for a day. Teach a man to fish, and you feed him for a lifetime. --Maimonides Have a look at A First Example from Example: Page Blueprints.
-
How to add fields to standard Page blueprint
· 8 years ago
How does your '/user/themes/mytheme/mytheme.yaml' look like? That should also not contain spaces when referencing Project Space. streams: schemes: theme: type: ReadOnlyStream prefixes:
-
How to add fields to standard Page blueprint
· 8 years ago
class Mytheme extends Project Space In PHP a class name cannot contain spaces... Have a look at '/user/themes/project-space/project-space.php' and you will see the class is named 'ProjectSpace'. You
-
How to add fields to standard Page blueprint
· 8 years ago
@adamburton I'm sorry my response wasn't clear enough. After re-reading the docs I pointed at, I can imagine it might have caused some confusion... I have updated my answer and tried to add some more
-
How to add fields to standard Page blueprint
· 8 years ago
@adamburton You could try the following: First, you need to create you own inherited theme, else any changes you make will be overridden when the base theme gets updated. Creating an inherited theme
-
How to add fields to standard Page blueprint
· 8 years ago
@adamburton Looking at the names of the newly added taxonomies I wonder what the intention is behind these new taxonomies. The names suggest you would like to add new fields to the header instead of '
-
Multi language nav menu
· 8 years ago
@aristotletalks Somehow I'm confused... You say: So right now i have Is that the folder structure you think that should be ok, or the folder structure you had before? Anyway, the folders structure y