pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
Unite Gallery in Grav non modular page: any short code?
· 5 years ago
@maria, According the README (what's in a name?) of the UniteGallery plugin: This generates an album where all pictures are displayed as thumbnails and the metadata alt_text [emphasis is mine] is di
-
Unite Gallery in Grav non modular page: any short code?
· 5 years ago
@maria, Did you force a refresh of the browser's cache (Ctrl-F5, or open its devtools), and/or cleared cache of Grav? What do you meta files look like?
-
Unite Gallery in Grav non modular page: any short code?
· 5 years ago
@mari, I wouldn't call someone a newbie while being a member since Nov. '18 and having created 9 posts... The docs on meta files are quite explanatory on this. If you are using this method to add fil
-
Unite Gallery in Grav non modular page: any short code?
· 5 years ago
@maria, The README of the UniteGallery plugin gives you some examples. Here is one: <div class="gallery-container {{ page.header.class }}"> {{ unite_gallery(page.media.images, '{ "g
-
Error after update...help
· 5 years ago
@marc63400, Good to hear the current state of the site is acceptable to you. Do you have a development or test environment? If not, can you setup one and copy the site to the dev environment? I'm not
-
Error after update...help
· 5 years ago
@marc63400, Have a look at the OS, not Admin. If the system is broken, chances are that the responses by Admin will be broken too... On your site, both /en and /fr give French pages.
-
Error after update...help
· 5 years ago
@marc63400, Sorry to see you haven't had any response yet... Let's see if we can do something about it. What have you tried so far? How easily can you restore a backup? In '/user/config/system.yaml'
-
Server Error "Trying to access array offset on value of type int"
· 5 years ago
@pmoreno, Nice! $ bin/grav yamllinter --help Description: Checks various files for YAML errors Usage: yamllinter [options] Options: -a, --all Go through the whole Grav installatio
-
Unite Gallery in Grav non modular page: any short code?
· 5 years ago
@maria, If you want to embed the UniteGallery inside the Markdown of a page, you could try the following: I'm using a fresh install of Grav 1.7.0 Install UniteGallery: $ bin/gpm install unitegallery
-
Server Error "Trying to access array offset on value of type int"
· 5 years ago
@pmoreno, Could it be the same issue as this one on the repo for grav-plugin-form What does running the following command yield: $ bin/grav yamllinter --all