Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Does anybody know why Grav developers chose Flexbox over CCS Grid?
· 5 years ago
If I understand correctly the reasons why you asked the question, this has nothing to do with Grav 🤔 Or does it? I mean.. It's just layout and CSS and it doesn't matter if on Grav based page or Wordpr
-
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