Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
An exception has been thrown during the rendering of a template ("Array to string conversion") after upgrade
· 5 years ago
Then something like {% if member.info|length %} <p> <ul> {% for info in member.info %} <li>{{ info }}</li> {% endfor %} </ul> </p> {
-
An exception has been thrown during the rendering of a template ("Array to string conversion") after upgrade
· 5 years ago
@kalimati: info: - "Network Administration and Implementation," - "Automation & Instrumentation," - "Telecommunication Engineering," - "CCTV Camera Security
-
Show latest update and modified
· 5 years ago
Did you check the docs for lastModified? I believe, if you have this enabled, then you can get latest modified page and display that date
-
Confused how to make a twig function
· 5 years ago
Try changing public function getFunctions() To public function getFunctions(): array Your getFunctions() declaration must match the extended getFunctions() https://github.com/getgrav/grav/blob/develop
-
Carousel with Quark-Theme (spectre css)
· 5 years ago
Scratch that 🙂 Move your .carousel-nav out of .carousel-container - place it bellow. Currently it's inside. Your pasted code does not match what is rendered in your linked example (I think your pasted
-
Carousel with Quark-Theme (spectre css)
· 5 years ago
You might be missing some CSS with nth-of-type() Left is Twig and right is your 1st variant
-
FontAwesome 5 Free doesn't show in mobile devices
· 5 years ago
Not sure actually. It seems like some icons are just missing. Or all icons are not showing up?
-
FontAwesome 5 Free doesn't show in mobile devices
· 5 years ago
It also does not work on Mac Chrome desktop Do you have your font imported properly and available SVGs? I didn't really bother to look for it, as included assets are a bit of a mess (CSS in head, JS
-
Beginners Question
· 5 years ago
It's from the post about 1.7 RC1 Traditionally we recommended less than 1000 pages for Grav sites. That's not a hard limit, and does depend on plugins you use, and logic you may have in Twig etc. Som
-
Button to toggle fullscreen works only for first element
· 5 years ago
You can't have multiple elements with same ID. Change IDs to be different (or remove if not used elsewhere) and target selector by class name. Eg.: <a href="#" class="projekt-fullscreen" role="butt