Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Try to inherit a Theme but dont get the new Theme to work properly
· 1 year 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.
-
Try to inherit a Theme but dont get the new Theme to work properly
· 1 year ago
I found only devtools plugin properly creates a child theme. I never managed to make child theme work when creating step by step manually. Also never bothered to see what's the difference between manu
-
Can I limit the Amount of Tags shown on my Grav Site?
· 1 year ago
@pmoreno: quark/templates/partials/taxonomylist.html.twig Just that this will be overwritten on Quark theme update
-
Admin panel with flex-objects issues
· 1 year ago
Which version of Grav? I believe new Admin won't work without new version of Grav 🤔
-
Basic Custom.CSS Custom.CSS does not do anything
· 1 year ago
@Shannon, you marked my reply as a solution, but never clarified what was the problem. Did you figure it out?
-
Basic Custom.CSS Custom.CSS does not do anything
· 1 year ago
Created a new theme using inheritance with Quark as a parent (bin/plugin devtools new-theme) Added custom.css to my new theme Activated the new theme 🤷♂️
-
Basic Custom.CSS Custom.CSS does not do anything
· 1 year ago
Could you try overriding some CSS that actually comes from Quark and not from plugin://markdown-notices/assets/notices.css?
-
Problem transforming key/word in admin plugin
· 1 year ago
Either something is missing in your research or / symbols are different in $pair['key']. For example, all of these are different from each other: / ∕ ̸ / ̷ ⁄
-
Problem transforming key/word in admin plugin
· 1 year ago
So this works: $escapedKey=str_replace('/', '\\/', http://www.google.com); And this doesn't? $escapedKey=str_replace('/', '\\/', $pair['key']); Debug what you get as the $pair['key']
-
How to list taxonomy?
· 1 year ago
Please edit your post to use code blocks to paste your config. Currently there's no way to tell if formatting is wrong or something else