pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Read data to make table
· 1 year ago
@meechal, A few things that certainly would make it fail... The page frontmatter does not contain: process: - twig: true But since you are not complaining about plain escaped Twig being in the output
-
Page edit problems
· 1 year ago
This is by design. According the docs: https://learn.getgrav.org/17/content/headers#visible By default, a page is visible in the navigation if the surrounding folder has a numerical prefix, i.e. /01.
-
Page edit problems
· 1 year ago
@shane, I recall having read something about triple leading digits causing issues and that it had been fixed, but this thread didn't ring a bell. I just looked up the repo of Admin and there appears t
-
Page edit problems
· 1 year ago
Next.... Generate a single page Test Generate 10 pages Test Generate 100 pages Test 500, 1000, etc.
-
Page edit problems
· 1 year ago
I presume you mean?: 01.Genesis/ 001.Capitulo-1/ <-- Note the dot instead of dash docs.md 002.Captiulo-2/ <-- Note the dot instead of dash docs.md 02.Exodo/ etc. Please be p
-
Page edit problems
· 1 year ago
@shane, how does your /user/pages folder look like. Create tree using $ tree user/pages. You might need to install it first. tree user/pages user/pages ├── 01.blog │ ├── blog.md │ ├── classic-mod
-
Page edit problems
· 1 year ago
@shane, Did you and if not, can you test my bare script first? If you can reproduce the issue with the bare Grav installation, then it is not your pages, not the amount of pages, but something else.
-
Page edit problems
· 1 year ago
@shane, I cannot reproduce the issue... I did the following: Fresh install of Grav $ bin/gpm install learn2 Set theme to learn2 in user/config/system.yaml :theme: learn2 Opened Admin in browser Edite
-
Page edit problems
· 1 year ago
@shane, Sounds like a good idea... Keep us posted! It would be even better when you use a laptop/pc to create a local installation on which you can experiment without fear.
-
Page.find plus a for loop not showing all children pages
· 1 year ago
@marcocevoli, A quick look at the DOM reveals that all titles are in the DOM. It is the max-height: 50rem (in combination with overflow: hidden;) that limits the number of titles that can be shown.