pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Nav issues with Bootstrap4 child theme
· 6 years ago
@mfiZebra, Ah! You are using modular pages... When using a modular page, Bootstrap4 (and others) create a menu showing only the child modules of the modular page by default. They also implement the o
-
Nav issues with Bootstrap4 child theme
· 6 years ago
@mfiZebra, I cannot reproduce your issue... On the contrary, I found that the main pages are shown in the menu but the child pages are not, while variable dropdown.enabled is set to true in /user/conf
-
Custom edit head of pages for google jobs
· 6 years ago
@TheDancingCode Because the post isn't very clear on what the intention is and what its requirements are, we have to guess... My guess is @kwon wants to embed jobs from Google Careers into his own sit
-
How to make theme translations work properly?
· 6 years ago
@gizmecano, Good catch! The setting translations is true by default and I guess that means it doesn't hurt when a site is not multilingual. Therefor, I would never have the inclination to set it to fa
-
How to make theme translations work properly?
· 6 years ago
@gizmecano, To be honest, I have no idea what is happening. The only suggestion I can think of at the moment is installing a fresh Grav installation and replay my steps using Quark and see what happen
-
Grav Admin Log In CSS not Loading using localhost
· 6 years ago
@Ph1l3mon Never seen something like this before. You said: I took a complete-backup from the live website Did you try emptying the cache folder.
-
Persists user credentials width docker
· 6 years ago
@pablodarde, I'm afraid your have stored the file in the wrong location. Yaml files containing user accounts are stored in /user/accounts/username.yamlwith the following content: fullname: username pa
-
Big Emergency ; error 0 - "you do not have sufficient funds to use this service"
· 6 years ago
@NaomieDecarie, Googls is your friend... Search on "You do not have sufficient funds to use this service." and you will find MaxMind all over... It also helps knowing that "You do not have sufficient
-
How to make theme translations work properly?
· 6 years ago
@gizmecano, When using {{ 'THEME_THEMENAME.FEED' | t }} and the translation filter cannot find the string 'THEME_THEMENAME.FEED' in (any) languages.yaml (or 'user/languages/en.yaml'), it will return t
-
How to make theme translations work properly?
· 6 years ago
@gizmecano, Should it not be: <p>Translation must come here: {{ 'THEME_THEMENAME.FEED' | t }}</p> Just in case... THEME_THEMENAME is a placeholder and should be replaced by the name of you