pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Issues with menu in modular page
· 6 years ago
@Karmalakas, Not sure how I should relate both images with each other... A few remarks: In the folder /pages/01.home your have both a modular.md and a default.en.md. Not sure if that might byte in so
-
Shortcode Owl Carousel plugin broken after upgrade to Grav 1.7
· 6 years ago
@bosse, Ahhh that's the difference! You are using a modular and I'm using a regular. It indeed works when using a modular page :-) Will add that to the issue on Shortcode Core.
-
Extend plugin languages
· 6 years ago
@Karmalakas, To add an extra translation for a plugin, you can do the following. Also see the docs about Translation Overrides. Let's add 'Italian to the plugin: Lookup the string from the plugin you
-
Shortcode Owl Carousel plugin broken after upgrade to Grav 1.7
· 6 years ago
@bosse, Thanks for the elaborate script. I appreciate it, but that's not quite what I meant... As said before, when the Owl Carousel shortcode is only used in Twig, the assets required to show/run th
-
Issues with menu in modular page
· 6 years ago
@Karmalakas, Ordering: Would you mind providing a bit more context info? The ordering of modules (or collections in general) can be derived in several ways: the ordering of files, it can be set in t
-
Shortcode Owl Carousel plugin broken after upgrade to Grav 1.7
· 6 years ago
@bosse, Not sure how you fixed the issue that assets are not being loaded into the page. I cannot get Owl Carousel to work without manually copying the assets... Would you mind explaining how you solv
-
Quark theme menu bar arrow-down icon issues after updating from FontAwesome 4 to 5
· 6 years ago
@jerobapatrol, For the dropdown menu in Quark, the 'arrow-down' icon is not being referenced in Twig, but rather in css. However, when Quark references FontAwesome in css, it references font-family: F
-
Shortcode Owl Carousel plugin broken after upgrade to Grav 1.7
· 6 years ago
@bosse, It wasn't really clear from your question that you were using the shortcode in Twig... Or did I overlook something? To make the script compatible with 1.7, you will have to again add the |raw
-
Shortcode Owl Carousel plugin broken after upgrade to Grav 1.7
· 6 years ago
@bosse, I did the following and all works as expected... Fresh install of latest Grav 1.7 RC Installed Shortcode Owl Plugin: $ bin/gpm install shortcode-owl-carousel (plus Shortcode Core which comes
-
Shortcode Owl Carousel plugin broken after upgrade to Grav 1.7
· 6 years ago
For security reasons, the latest Grav 1.7 RC is more tight about the output of HTML, Javascript etc. in Twig. Output is now escaped by default and output tags {{ }} in Twig need the |raw filter to ins