Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Chris Jung Regular
ModSquad Team Member
Grav Forum Moderators
@chris_jung · Joined 9 years ago · 102 posts · 6 topics · 24 reputation
Badges
Recent posts
-
Premature end of script headers: index.php (500 Error)
· 9 years ago
@Aki: each size is under 50MB If you resize or otherwise manipulate images via Gravs Asset management, PHP GD is used. Almost all Files used on the web are compressed. Manipulating them needs them to
-
JS snippets at very end of body (GRAV captcha)
· 9 years ago
Module code: {% block bottom %} {% do assets.addCss('theme://src/node_modules/slick-carousel/slick/slick.css', {'group':'bottom'}) %} {% do assets.addCss('theme://src/node_modules/slick-carou
-
Cookie-free domains
· 9 years ago
You could use different environments. Use 'admin.yoursite.com' with cookies and disable cookies for yoursite.com.
-
How can I put fields above the original Content
· 9 years ago
Works perfect (except that 0 seems to be reserved for the title field)
-
How can I put fields above the original Content
· 9 years ago
Thanks, I will try that later.
-
How can I put fields above the original Content
· 9 years ago
I'd like to extend the content page of grav pages, adding two fields above the title and content fields. Adding under all fields works without problems. edit: Im talking about the fields in grav admin
-
Show only Children in Nav
· 9 years ago
Im using following technique: {% set footermenu = page.collection( {'items':{'@taxonomy':{'navigation': 'footer'}}, 'order':{'by': 'header.order', 'dir': 'asc'} }) %} {% if footermenu | length
-
Weird load of google maps in modular page
· 9 years ago
Disable TWIG Caching for the modular page.
-
Embed SVG inline
· 9 years ago
But you would have the external requests though, since you're downloading the images via ajax.
-
Embed SVG inline
· 9 years ago
You could write your own twig extension for that.