pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Logging in: You have been logged out
· 5 years ago
@rtx, Down the thread it says: All issues should be fixed now (tested with this site), so closing the issue. Fixes are in the next release. Then, if you look in the CHANGELOG, it says: v1.10.11 04
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
@Karmalakas, I like to think searching on title should be available out-of-the-box...
-
Search pages by slug or title in Admin (Grav version 1.7)
· 5 years ago
@samuele, You might want to consider creating a feature request when not already existing...
-
Logging in: You have been logged out
· 5 years ago
@rtx, Seems to be a know issue. If your issue is the same, it should be fixed in next release. See issue at Admin repo. Scroll down to see the 'You have been logged out' issue.
-
Static access of page header in conditional field
· 5 years ago
@stepbyweb, According the docs Available Form Fields for Use in the Admin: In addition to the fields listed below, reserved for usage in the Admin, you can also use all the fields available in the f
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
@brigaill, Do you want to remove the @3x in the frontmatter of the page, or in Twig? You didn't answer where you wanted @3x to be removed, but I will answer it for the Twig variant... Try the follo
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
@brigaill, But I really don’t know how I could programmatically drop off the suffix @3x in the frontmatter field “name” from my uploaded image files. Do you want to remove the @3x in the frontmatte
-
How to display responsive images using GRAV srcset method in TWIG?
· 5 years ago
@brigaill, I think you will have to drop the suffix @3x in field name in your frontmatter. See docs on higher density images: Let's assume you have a file called [email protected] , you would actually re
-
Form plugin returns null instead of a page via getPage()
· 5 years ago
@domsson, I've Added an issue at the repo of the Form plugin. According the team, it is by design and won't be fixed. UPDATE: Team is considering how adding extra fields can be done safely. There are
-
Form plugin returns null instead of a page via getPage()
· 5 years ago
@domsson, The following seems to be happening... Form::getPage() should either return a page or null. However, Form::getPage() is being defined as returning a PageInterface and will therefor throw an