Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Handling Characters in URL Slugs with Twig Filters in Grav
· 2 years ago
IIRC each module can have a slug, which can be enetered manually. Try using that
-
Show login and logout menu items dynamically
· 2 years ago
Just don't change the code in the darkquark theme or login plugin itself. Use your own theme. Unless you want to lose this change with every theme or plugin update, depending where you put it
-
Prevent page reload after user clicks on cookie banner (TecArt plugin)
· 2 years ago
Not enough information. Do you have any JS error when it's clicked? If not, them most likely (but not necessarily) this behavior is intentional. Is it an anchor tag there?
-
Error "fetch failed" when trying to add images to a page
· 2 years ago
From your initial post there was not much to suggest. The only useful info there was the memory exhausted error, but that doesn't say much too. At least to me. I've read your post, but I didn't even k
-
Image rotated 180 degrees in some places
· 2 years ago
On the list it's an image. On the page it's a background. I would assume, that background doesn't care about EXIF data. Did you try completely removing orientation from EXIF data? Also you could try f
-
What are "Page View Statistics"
· 2 years ago
https://learn.getgrav.org/17/admin-panel/dashboard#maintenance-and-page-view-statistics The Page View Statistics section displays simple, at-a-glance traffic data breaking down the number of page vie
-
Twig image page's folder
· 2 years ago
Could you format your code? That's definitely not a YAML syntax :/
-
Using gpm php : No such file or directory
· 2 years ago
Sounds like you don't have a php.exe added to your PATH env variable.
-
Using gpm php : No such file or directory
· 2 years ago
Try php bin/grav ...
-
Twig image page's folder
· 2 years ago
https://learn.getgrav.org/17/advanced/debugging You could also try {{ dump(post.media.images) }}