pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3198 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
New lazy loading in Grav 1.7
· 6 years ago
@01K, Not quite... For Markdown yes. With config set to system.images.defaults.loading: lazy, the following will happen: // Markdown   Will generate: // H
-
New lazy loading in Grav 1.7
· 6 years ago
@01K, You are right, the default configuration setting for loading is not applied to images defined in Markdown. There are two issues with loading in Markdown: The default value is not being read pr
-
Facebook and Instagram plugins
· 6 years ago
@louigi, Not sure which plugins you are referring to because multiple plugins have Facebook or Instagram in their title... But when looking at plugins named "Instagram" and "Facebook", in particular t
-
All Grav sites broken - InvalidArgumentException cache directory not writable, but it is
· 6 years ago
@Vince42, No questions popping up right now... I guess things have to sink in first. Will update when questions popup...
-
Migrating pages to flex-pages
· 6 years ago
@christiana83, Not sure why you would want to do that... But, to be honest, I haven't spent much reading time on Flex Pages (not much docs anyway)... According the 1.7 upgrade guide: NOTE: Flex Pages
-
All Grav sites broken - InvalidArgumentException cache directory not writable, but it is
· 6 years ago
Hi @Vince42, Interesting puzzle... ;-) In order to show you the full stack trace, please visit http://all24.net What's wrong with copying the stacktrace, removing sensitive data and copy it here wi
-
Vagrant Box for Grav 1.7
· 6 years ago
@adv, I don't know Vagrant nor Scotchbox, but when looking at the repo of scotchbox, it seems to be dead. Someone has created an alternative cognacbox which has upgraded dependencies. Maybe it will w
-
Server Error: E_NOTICE - spl_autoload_register()
· 6 years ago
@icamps, It is plugin Shortcodes that throws the error about spl_autoload_register()
-
Server Error: E_NOTICE - spl_autoload_register()
· 6 years ago
@icamps, Plugin 'Shortcodes' is 6 years old and not compatible with PHP 8. spl_autoload_register() will now always throw a TypeError on invalid arguments, therefore the second argument do_throw is ig
-
Set default attributes to markdown images to avoid cls
· 6 years ago
@christiana83, Fair enough...