Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Quark shows empty module 'gallery'
· 1 year ago
Quark doesn't have adventures page type. It has to extend modular template. Check your plugins maybe, because this adventures most likely is not modular and comes from somewhere else
-
How to make a Print button on item.md page that prints some elements of item.md, not all
· 1 year ago
Works just fine on Pixel 6a in this example https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_print
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
So did you check your markdown in the second and third modules as I suggested?
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
Please paste actual code in the future and not images These two images don't show anything useful Check your module templates Don't use element inspector - open page source Either some tags are not p
-
How to make a Print button on item.md page that prints some elements of item.md, not all
· 1 year ago
What's the browser there?
-
How to make a Print button on item.md page that prints some elements of item.md, not all
· 1 year ago
@joejac: It is not supported on Android Isn't it really? 🤔 https://caniuse.com/mdn-api_window_print
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
Check the theme templates
-
How can I create dynamic pdf files from a page
· 1 year ago
I guess you could have something like {# my-page.pdf.twig #} {{ outputPDF(page) }} And then in some custom plugin with outputPDF($page) Twig function render the PDF using TCPDF 🤔 Or maybe this outputP
-
Plugin Plan compare
· 1 year ago
Just submitted my latest plugin to GPM https://www.karmalakas.lt/grav-plugins-demos/plan-compare
-
Custom field data not being submitted in Admin
· 1 year ago
This worked. I'm pretty sure I saw somewhere in the docs, that in order to save lists, you need to have validate: type: array Or something similar (can't find it any more)... And I tried that, but d