pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
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
-
Get querystring from Url in template
· 6 years ago
@claycle, Well... it's mostly themes in which you create templates and use objects and variables... Maybe it should have been called "Template Variables". Page variables? Nah, the variables are of all
-
Get querystring from Url in template
· 6 years ago
@claycle, Read some more docs.. ;-) On doc page Theme Variables: See Quick Menu for other theme variables From the Quick Menu, try URI: The whole list of the Uri object methods is available on the
-
Adding <iframe> to .md not working
· 6 years ago
@Francois, Smart cookie... ;-) No need to set it to false, just delete it because false is the default. See '/system/config/system.yaml': markdown: ... escape_markup: false # Escape