pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
If file added to page, is it possible to filter by type?
· 7 years ago
@col You could query the properties of page.media.images|first, like {% if page.media.images|first.mime == "image/jpeg" %} or {% if page.media.images|first.type == "image" %} or {% if page.media.im
-
Hide navigation and header [Antimatter]
· 7 years ago
@werdi, Based on a child theme of Antimatter, I have created a sample to hide/show the entire header or only show/hide the navbar. To hide/show a block of code based on the frontmatter of a page, you
-
Login redirects to login's page
· 7 years ago
@Arpega Is it an issue caused by AdvancedPageCache, or an oversight from your side? If it is an issue caused by AdvancedPageCache it could be useful if you create an issue at its repo.
-
Problems with drop-down menu
· 7 years ago
@tacuarimedia, Issue of missing theme_config variable in pure-blank theme has been fixed in 'develop' branch and will soon be available in update. Update: Fix has been merged into new release v1.2.4 o
-
Problems with drop-down menu
· 7 years ago
@tacuarimedia I'm not sure if your issue is the same as the issue mentioned by OP. Nevertheless, I installed a fresh Grav and created a 'pure-blank' theme. Guess what... the submenu doesn't work... I
-
Problems with drop-down menu
· 7 years ago
I installed the skeleton for X-corporation, upgraded everything using bin/gpm selfupgrade and bin/gpm update and installed admin using bin/gpm install admin. Everything is working just fine... First
-
Login redirects to login's page
· 7 years ago
Elas, not being able to set cookies is the only reason I know of... Have you checked in the browser if a cookie is set?
-
Login redirects to login's page
· 7 years ago
Did you perhaps set system.session.initialize to false?
-
How to handle templates of plugins
· 7 years ago
@Spica, You can override templates from plugins by copying the template from the plugin into your theme using the exact same folder hierarchy. Like: /user/plugins/login/templates/login.html.twig -->
-
Login form - forgot button
· 7 years ago
@normawhite, @Spica, I was intrigued by the question and did some research... TLDR; Copy /user/plugins/login/pages/login.md to user/pages/login/login.md Add to your login.md a new "form" section: f