Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Reverting all plugins to latest version supported by Grav 1.6?
· 2 years ago
I suppose it all depends on the plugin developers how they labeled and/or tagged the releases which swithed from 1.6 to 1.7 support. If it's not mentioned in the releases, I doubt there's an easy way
-
Debugbar not showing and twig dump not working
· 2 years ago
Does it work on fresh Grav install? If so, try disabling plugins maybe one by one
-
Debugbar not showing and twig dump not working
· 2 years ago
I see some differences in out of the box config: twig: cache: true debug: true auto_reload: true autoescape: true undefined_functions: true undefined_filters: true safe_functions: { }
-
Debugbar not showing and twig dump not working
· 2 years ago
When you enable the debugger, look for this icon in the corner: When you click on it, it should show all the info and debug output. If you have Clockwork installed, even better and it shows all the
-
Edit info displayed on blog page with Antimatter
· 2 years ago
How does your MD file look like? I'm pretty sure you have a title directly in your content
-
Edit info displayed on blog page with Antimatter
· 2 years ago
Based on the code, it seems like all this text comes either from your page.summary or page.content (lines 53-62)
-
Edit info displayed on blog page with Antimatter
· 2 years ago
Probably depends on your theme
-
Unable to change/add logo to antimatter header
· 2 years ago
Check that answer again. I see it was updated a minute ago
-
Try to inherit a Theme but dont get the new Theme to work properly
· 2 years ago
@Snickbrack: Or is there some Mechanism already in Place in Grav? Not sure, but I don't think so. When theme updates, I believe you'd need to check if any of your overwritten files were affected
-
Try to inherit a Theme but dont get the new Theme to work properly
· 2 years ago
I'll copy here what I was told 🙂 partials/hero.html.twig is not part of quark-open-publishing, but part of quark. Apparently, a child only looks for a template in the parent and not the grandparent.