Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Gez Member
@Gin · Joined 3 years ago · 90 posts · 6 topics · 14 reputation
Badges
Recent posts
-
Theme PinPress: No 'about' on Dutch pages
· 1 year ago
is it twig that includes that picture maybe? like if active language is english do this. or does a widget create it? maybe a plugin? if so you can check its settings. btw you may prefer not showing .n
-
How to force desktop mode for a single page
· 1 year ago
i didnt say source code, i said inspect. there you can see and try css codes that effects html elements. you may search about this topic on web and try it after reading and watching some videos again
-
Use a form in admin panel
· 1 year ago
https://learn.getgrav.org/17/forms/blueprints/fields-available https://learn.getgrav.org/17/forms/forms/fields-available using these are easy now, they are actually making doing things really easy whe
-
Gantry 5: How to change the Theme logo?
· 1 year ago
i dont have experience with your theme but, let me ask this: did you refresh cache ? :)
-
How to force desktop mode for a single page
· 1 year ago
at Pages there is your home page you can edit. you can add something like this there <style> bacground: purple //rule for only this page </style> that would work if you and your theme put
-
How to force desktop mode for a single page
· 1 year ago
do you know css ? if so mobile version is just a css rule like " if width of page is less than this do this" so if you just add a new rule like that after "existing" one, that would just work. you can
-
Default frontmatter header for all pages
· 1 year ago
i didnt test but i want to tell a possibility adding a field to interface that we face when creating a page in Pages or the interface that we face when we enter content at Pages similar to page.title,
-
How to handle internal links when pages are renamed or moved in Grav?
· 1 year ago
A plugin that scans pages when created and edited each time(links may be changed) and stores links somewhere with their source would help for detecting problem. if we could make links come from somewh
-
How to handle internal links when pages are renamed or moved in Grav?
· 1 year ago
Firstly i should say i dont know about big sites or if this will help. Here is an easy way to do things imo. You have many pages and they may or may not have internal links. Some of them changes over
-
What would be the best strategy to develop a plugin for a very basic CRM with CRM's customers connected to some Grav Web Pages, thanks
· 1 year ago
So we need 3 fields (can be added more even later). And we need to see those fields on a page. Idk what is CRM so i hope i understood what you meant. As you guessed we can do that with using flex easl