pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Cant' access meta data from files
· 5 years ago
@01K, Try removing the meta. inside the yaml file: alt_text: My alt text description: Description Changing {{ item.meta.alt_text }} to {{ item.meta.meta.alt_text }} won't work. Dotted names are valid
-
Blueprints Element Field save Frontmatter
· 5 years ago
@topidesta, I'm afraid there is an issue with Element field. The demo from the docs shows the same behaviour. I've created an issue on Github: Elements field not saving data of element #552
-
HTML Code Popup
· 5 years ago
@judie, I have it running Nice! Please mark the questions as being solved by ticking the 'solution' icon in the lower-right corner of the reply that lead you to the solution. is there also a “plu
-
Typhoon Theme - gpm php-zip
· 5 years ago
See issue: https://github.com/getgrav/grav-premium-issues/issues/211
-
HTML Code Popup
· 5 years ago
@judie, May I presume you're trying the sample from tutorial https://sabe.io/tutorials/how-to-create-modal-popup-box? To complete the tutorial: You also need to copy the styling between tags <styl
-
Typhoon Theme - gpm php-zip
· 5 years ago
@jimbo, There is a dedicated repo for all Premium products. There you will get all the attention and love from the developers themselves. grav-premium-issues Official Grav Premium Issues repository t
-
How to get processed content from a modular page in a custom plugin
· 5 years ago
@danielkoptak, Please help the community helping you by providing clear and succinct questions containing relevant information. What are you trying to achieve? What should the result look like? What
-
Type number field in form not validated
· 5 years ago
@maria, I have no experience with Gantry, but a form created in plain Grav using your form definition works fine... I'm sorry I have no more help to offer...
-
How to override content of login.md from plugin Login
· 5 years ago
@rokun, Try copying /user/plugins/login/pages/login.md into subfolder /user/pages/login/ user/pages ├── 01.home │ └── default.md ├── 02.typography │ └── default.md └── login └── login.md In Gr
-
Custom JS in Page Grav1.7
· 5 years ago
@cleblond, Theme Learn2 Git Sync is compatible with Grav 1.7 with respect to Twig auto-escape. I haven't tested other aspects.