Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
jQuery Modal Video Plugin not working in last grav version
· 5 years ago
It's some combination of embed URL params. Maybe YT changed something on their end. This works - https://www.youtube.com/embed/ett71FNSD2s This doesn't - https://www.youtube.com/embed/ett71FNSD2s?auto
-
Does anybody know why Grav developers chose Flexbox over CCS Grid?
· 5 years ago
But does it matter? You can always extend Quark and change the base template to your liking. Or you can try submitting a pull request on Github. Sorry, but I don't see a point of this topic, because a
-
Rename page folder without breaking http links
· 5 years ago
At least for FB you can invalidate shared content with FB debugger and Image should get the correct URL then. Maybe some other services also have something similar. Not sure what's the best way for ne
-
Shortcode-Gallery not functioning with Quark
· 5 years ago
This still doesn't say much. How does your content look like in both cases? A couple of images would be enough as an example
-
Shortcode-Gallery not functioning with Quark
· 5 years ago
Sounds like you're providing wrong images path. More info needed.
-
[PHP] using user data in plugin
· 5 years ago
@stereo9: {{ example_function( {{ grav.user.username }} ) }} This should be {{ example_function(grav.user.username) }}
-
GDPR compliant Youtube embed
· 5 years ago
Try checking JS errors with Preserve log checked in Dev Tools Console. Sounds like click is not caught by JS
-
Twig plugins in error due to "certificate verify failed"
· 5 years ago
Maybe this will help /forum/support/i-cant-check-for-updates-due-to-peer-certificate-authentication-error-t214?u=karmalakas
-
I can't check for updates due to peer certificate authentication error
· 5 years ago
OK, so I talked to my sys admin and he confirmed that most have expired root certificates and he advised me to add peer SSL verification to false where request is initiated. So I remembered I saw some
-
I can't check for updates due to peer certificate authentication error
· 5 years ago
Same here. Didn't even update Grav for a while now. It just started happening