Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
01K Regular
@01K · Joined 7 years ago · 130 posts · 26 topics · 9 reputation
Badges
Recent posts
-
Need help to utilize the Owl Carousel shortcode plugin
· 7 years ago
Hi @pamtbaau ! Thank you, I've added process: twig: true at the very beginning of 'modular/showcase.html.twig', but still no luck... What I'm doing wrong? @leG, does it helped to you?
-
Need help to utilize the Owl Carousel shortcode plugin
· 7 years ago
Hi! I'm extending from theme "deliver". Yes, I've pasted mentioned code into twig files, but no luck...
-
Need help to utilize the Owl Carousel shortcode plugin
· 7 years ago
Hi there! I Need help to utilize the Owl Carousel shortcode plugin. I'm studying Grav a bit by bit and looking into developed themes. Now I want to modify a theme, and it has showcase.html.twig There
-
How to edit partials from admin panel as page?
· 7 years ago
In a home page, as it was, with raw filter -> {% set video_b = page.find('/videos_block').content %} {% if video_b %} {{ video_b|raw }} {% endif %} And in video_block page I've turned on the Twig
-
How to edit partials from admin panel as page?
· 7 years ago
ah, it was all in cache...
-
How to edit partials from admin panel as page?
· 7 years ago
@paulhibbitts: videos_block|raw ? yes, I've tried this - no luck 😕
-
How to edit partials from admin panel as page?
· 7 years ago
Hi, @paulhibbitts I've main page called Home. Between html code I wrote this call: {% set videos_block = page.find('/videos-block').content %} {% if videos_block %} {{ videos_block }} {% endif %
-
How to edit partials from admin panel as page?
· 7 years ago
I've now one issue: all my inserted html code is treated as text and placed into < pre > and < code > tags now. I've turned off twig and markdown options in admin panel for that page, but
-
How to edit partials from admin panel as page?
· 7 years ago
Hi! Thank you! I will try this today
-
How to edit partials from admin panel as page?
· 7 years ago
Hi there! Just started working with Grav. I've static html+JS template page which I'm trying to start using with Grav. There are many HTML raw code which I've placed in the page. Making things simpler