Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
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
-
Shortcodes not working in additional markdown editor
· 5 years ago
So I see two issues here: Second editor has issues with parsing markdown You want your pages to have intro Not sure about that, but sounds like Javascript issue not getting the second editor eleme
-
Example of JSON response from API?
· 5 years ago
Are you referring to this? That's not an API you can make cURL (or whatever) requests to per se (to my knowledge). I think you'd need to create a plugin to be able to make requests and get JSON respon
-
Example of JSON response from API?
· 5 years ago
Which API are you talking about? I'm not quite sure how this relates to Grav
-
I change page template and my content disappeared
· 5 years ago
What's your /user/pages structure currently? You should have something like /home folder (depending on how you named it) and inside it your default.md template with all the contents
-
Loop.index - select 2 images/photos per element rendered
· 5 years ago
@logjammin: id="post-{{ loop.index }}" What exactly is looped here? You're still not showing full structure. Also, if it's a blog item where you use my snippet, page.media.images should be only image
-
Loop.index - select 2 images/photos per element rendered
· 5 years ago
All you need is add div break on every second image. Something like: <div> {% for image in page.media.images %} {{ image.html()|raw }} {% if not loop.last and loop.index % 2
-
Search engine indexing issue
· 5 years ago
It might even take a month (or more) to reindex everything
-
How to send an email via a GRAV form with a picture attachment?
· 5 years ago
OK, so there's some action happening under the hood in Grav itself 🤔 Gotcha
-
Help adding Contact form with multiple contact
· 5 years ago
If I understand what you're saying, you have a select with two options whom to contact. Depending on selected option, email should be sent to different recipient. If so, just use <option value="sal