Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Removing Grav copyright notice from footer
· 2 years ago
I believe @snake is simply asking if footer can be removed or changed. The answer is yes. It's released under MIT license
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 2 years ago
Did you try summary: enabled: false ? At least based on the docs, it should disable summary if there's no ===
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 2 years ago
You're still explicitly saying that the page has summary
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 2 years ago
But by defining summary: size: 300 You're explicitly telling Grav that this page has a summary of 300 chars, aren't you? If you remove that and there's no === in the content, then there's no summa
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 2 years ago
What's the "trimmed string of characters"?
-
Customizing Blog Post Layout Using "Summary Size and Separator"
· 2 years ago
Forum already has multiple topics about this and also there's a whole recipe in the docs dedicated just for that https://learn.getgrav.org/17/cookbook/twig-recipes#displaying-page-content-without-summ
-
How can in create a scroll to section
· 2 years ago
I might've misunderstood. Do you mean you want to do this on a single item? Like adding anchors to titles of content sections? If so, IDK of a quick answer to that
-
How can in create a scroll to section
· 2 years ago
Did you check a single page skeleton? It uses modular page and has what you want IIRC
-
Unable to Load Website Content After Updating Plugins
· 2 years ago
For me it sound like a full Grav upgrade, and not just plugins update. Or some plugin is used on most pages and it causes issues. If it really was just plugins update, try disabling one by one and see
-
Page quick view window
· 2 years ago
Probably better to report this on Admin plugin repo on GitHub