Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
maddin Member
@wmcig · Joined 7 years ago · 15 posts · 6 topics · 0 reputation
Badges
Recent posts
-
How to use Modular (pages, content) in Grav?
· 3 years ago
I started to create my on Grav theme. I put the navigation into it and I tried to use the Modular Pages in my theme. I created the modular.html.twig file with the following code: {% for module in pag
-
How to use Modular (pages, content) in Grav?
· 3 years ago
I have the following code as carousel in my HTML theme (a theme with no Grav in the backend): <!-- Carousel Start --> <div class="container-fluid p-0 wow fadeIn" data-wow-delay="0.1s">
-
[SOLVED] Modular Carousel code is not defined in site
· 3 years ago
I think it should be solved. After changing your code a bit now the site is presented again. {% include 'modular/carousel.html.twig' %}
-
[SOLVED] Modular Carousel code is not defined in site
· 3 years ago
No, that helped not.The error is still there.
-
[SOLVED] Modular Carousel code is not defined in site
· 3 years ago
I have the following code as carousel in my HTML theme: <!-- Carousel Start --> <div class="container-fluid p-0 wow fadeIn" data-wow-delay="0.1s"> <div id="header-carousel"
-
New created theme with dev tools (tailwind) - no logo or stylesheets working?
· 4 years ago
Opened an issue on Github. Hope that will be fixed very soon.
-
New created theme with dev tools (tailwind) - no logo or stylesheets working?
· 4 years ago
Hi there, I play around with Grav CMS and its plugin dev tools. With this plugin I had successfully created a theme with tailwind. I am a bit confused about a thing with this theme. In the "head" of t
-
Protected Specific Content (only for specific user)?
· 4 years ago
Okay. Thank you for your answer. Maybe you can contact the person who is more familiar with this API Access Level topic to get into this topic?
-
Protected Specific Content (only for specific user)?
· 4 years ago
Do you mean that I am creating a group. In this group a user is a member of the group and only users of this group have access to a site/page? In the documentation of Grav I can find this example: ht
-
Protected Specific Content (only for specific user)?
· 4 years ago
Is this some of a solution of my question? /forum/general/user-groupe-dependent-content-t7558 Maybe I have to put HTML/Twig Code under the username to display only for the user?