pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Solved - Empty Modular Page
· 3 years ago
@nido, the collection of a modular does not get generated magically by Admin... You'll have to define it yourself using a file editor (eg. vscode) or in "Expert" mode of Admin.
-
Solved - Empty Modular Page
· 3 years ago
@nido, When having issues with pages it's usually a good habit to share the header/frontmatter of the page. I guess that's where the root of the problem lies. Please read the docs on: Modular Pages P
-
How to add a modular home page to Future 2021 theme?
· 3 years ago
@bjaz, Your question does not contain much information for us to get a clear picture of: what you are trying to achieve, what your current page tree (/user/pages/*) looks like, what you've tried and
-
HELP! I can no longer use admin login after disabling accidentally the "Admin Plugin"
· 3 years ago
@maria, @maria: Actually I checked only the number 3 and 4 of your list, and they were enabled… That was indeed my first guess... You can read about this in the docs: Environment Configuration
-
HELP! I can no longer use admin login after disabling accidentally the "Admin Plugin"
· 3 years ago
@maria, There might be several admin.yaml files in your site: /user/env/yourdomain/config/plugins/admin.yaml /user/yourdomain/config/plugins/admin.yaml /user/config/plugins/admin.yaml /user/plugins/a
-
Twig template profiling?
· 3 years ago
@Watermann, To monitor/improve performance of the site: Frontend: Did you examine the frontend using Lighthouse and implement its performance suggestions? Server: Have you read the docs on Perfo
-
Individual landing pages for taxonomy by category
· 3 years ago
@sklus, You said: [...] instead of creating links like project.url/projects/branding/page:2, the link to page 2 justs point to project.url/projects/page:2 (without branding), [...] I cannot reprodu
-
Image included in the form
· 3 years ago
@Deight, field section does not allow Markdown as a value for property title. But field display does and might fit your needs... form: name: myform fields: displayfield: type: display
-
Premium License: Downloads
· 3 years ago
@qualakon, Please ask all your "Premium" related questions at https://github.com/getgrav/grav-premium-issues
-
Creating an anchor link from the header to the body on the same page
· 3 years ago
@Alpha, Have a look at the One-Page Site skeleton demo and its download. Read the docs on Modular Pages Inline anchors will be created for you out of the box...