Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Sergey Serebrennikov Member
@Serebrennikov · Joined 8 years ago · 25 posts · 7 topics · 1 reputation
Badges
Recent posts
-
Validation failed error in admin panel for Complex Page Collections
· 8 years ago
What validator uses GRAV system? So I can fix the code. The site works well and I can't find the error with online validators. The function of editing pages through the admin panel is important for th
-
Validation failed error in admin panel for Complex Page Collections
· 8 years ago
The code works correctly, but when you try to save through the admin panel, a validation error occurs. How to write it down correctly? <details> <summary>header</summary> content: i
-
TWIG template for bootstrap carousel
· 8 years ago
The problem was wrong syntax and setting the active class for the first row of the carousel. Working version: <details> <summary>md</summary> firstlines: image: ./partner
-
TWIG template for bootstrap carousel
· 8 years ago
I'm trying to create a template for bootstrap 4 carousel. https://getbootstrap.com/docs/4.0/components/carousel/ Each segment of the carousel is a series, there are 6 images in a row. I think about so
-
Admin panel not showing and Memory error massage time to time
· 8 years ago
Upgrade from php 5.6 to 7.0 is solved this.
-
Admin panel not showing and Memory error massage time to time
· 8 years ago
Blank screen on browser. Time to time message: "Allowed memory size of 33554432 bytes exhausted (tried to allocate 323051 bytes)" Pages are shown well, the problem only with admin. No Gregwar installe
-
Install grav in a secondary directory
· 8 years ago
Great success! It works! 😂 How can I thank you?
-
Install grav in a secondary directory
· 8 years ago
But I'm using absolute links in menu, like: <li class="nav-item "> <a class="nav-link" href="/blog">Blog</a> </li>
-
Install grav in a secondary directory
· 8 years ago
{% macro nav_loop(page) %} {% for p in page.children.visible %} {% set active_page = (p.active or p.activeChild) ? 'active' : '' %} {% if p.children.visible.count > 0 %} <li> <a href="{{ p
-
Install grav in a secondary directory
· 8 years ago
Yes. Like described on https://getgrav.org/blog/theme-development-with-inheritance. from user/config/system.yaml "pages: theme: areal order: by: default dir: asc"