Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dima Member
@Dima · Joined 2 years ago · 15 posts · 5 topics · 0 reputation
Badges
Recent posts
-
Help with reCaptcha and Contact Form
· 11 months ago
@Dima: Create the destination directory if it doesn’t exist: So, it is necessary to create such a folder.
-
Help with reCaptcha and Contact Form
· 11 months ago
Cursor.ai and I had a long time to create a working feedback form in Gantry. As a result, the following instructions came out. How to Set Up a Form with Basic Captcha in Grav If you're struggling to
-
Help with reCaptcha and Contact Form
· 11 months ago
I have Native selected in the E-mail plugin, not SMTP/sendmail. I also use Basic Captcha. Everything works fine.
-
[SOLVED] Local server starts (200 OK) but browser can't connect - A tip for beginners
· 11 months ago
Hello, Grav community! I want to share a solution to a problem that was very tricky to debug. I'm posting this because I think it could be a common pitfall for developers who are new to Grav or settin
-
How to hide content before === delimiter in article view?
· 2 years ago
Everything and it should work perfectly. But I'm trying to figure out what I'm doing wrong.
-
How to hide content before === delimiter in article view?
· 2 years ago
Good question:) Gantry Helium. But the content is placed in “Page Content”.
-
How to hide content before === delimiter in article view?
· 2 years ago
Where exactly can I check the actual summary length? In which file or section should I look? In /user/config/site.yaml it is written like this: summary: enabled: true format: short size: 300 d
-
How to hide content before === delimiter in article view?
· 2 years ago
If you're talking about what's between the --- in the blog_item.en.md file, it looks like this: summary: { }
-
How to hide content before === delimiter in article view?
· 2 years ago
Summary works well in Blog List. Cache is cleared regularly 🙂.
-
How to hide content before === delimiter in article view?
· 2 years ago
I read this: Displaying page content without summary My blog-item.html.twig code is now: <div class=“e-content”> {% set content = page.content|slice(page.summary|length) %} {{