Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Help newbie Grav plugin development (from WP)
· 1 year ago
Well... Not the best documentation, but still quite informative: https://learn.getgrav.org I'm still not sure I understand what your goal is. Grav already has all the CRUD functionality. Maybe you're
-
Help newbie Grav plugin development (from WP)
· 1 year ago
Are you trying to add a DB support? I believe there are plugins that do this already 🤔
-
Adding new Pages to Homepage results in 404
· 1 year ago
Does it work without updating? Did you try older versions?
-
Adding new Pages to Homepage results in 404
· 1 year ago
@Snickbrack: Do you think a fresh install of the plugin could help? Can I break something by deleting an re-install? Strange. Flex Objects come by default with Grav. You can try deleting it and re-in
-
Adding new Pages to Homepage results in 404
· 1 year ago
Did you try disabling plugins one by one to see if that fixes it?
-
Adding new Pages to Homepage results in 404
· 1 year ago
So it sounds like this redirect losses the /admin part somewhere. Try disabling plugins one by one or just fully reinstall Grav and restore user folder after
-
Adding new Pages to Homepage results in 404
· 1 year ago
How come you add the page to / (root), but URL is to /pages/test? Where soes the /pages part come from?
-
Can I get rid of the Platform.js-File in the SourceCode of my Grav Website?
· 1 year ago
Looks like it's really comming from the theme: https://github.com/hibbitts-design/grav-theme-quark-open-publishing/blob/v2.3.2/templates/partials/base.html.twig#L143 I just tried to open embedly.com,
-
How to hide content before === delimiter in article view?
· 2 years ago
In blog-item.html.twig add: {{ dump(page.summary) }} {{ dump(page.summary|length) }} Or is it {% ... %} 🤔
-
How to hide content before === delimiter in article view?
· 2 years ago
That's the summary config, but what's the actual summary length?