Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Kenneth Joris Newcomer
@Genenenenaam · Joined 8 years ago · 8 posts · 4 topics · 6 reputation
Badges
Recent posts
-
WEBP image format
· 7 years ago
Will Grav add webp image format support? Google's webp format docs: https://developers.google.com/speed/webp
-
Conditional field - Creating a 'Flexible Content Field' (like 'Advanced Custom Fields' wordpress plugin)
· 8 years ago
@rhuk. Sure 🙂 Who can i contact if i have questions?
-
Conditional field - Creating a 'Flexible Content Field' (like 'Advanced Custom Fields' wordpress plugin)
· 8 years ago
WORKING 'FLEXIBLE CONTENT FIELD' WHAT YOU NEED TO DO TO IMPLEMENT THIS: Extend your theme to add/load some css & js into the admin Add the css & js file in the theme folder Add the <templa
-
Add JS to admin - How to
· 8 years ago
I don't know if its the correct hook. But this code seems to work. This code goes into your themeName.php file, located at user/themes/themeName/themeName.php <?php namespace Grav\Theme; use Grav\
-
Add JS to admin - How to
· 8 years ago
How can you add a JS (file) that runs in the admin environment? This question relates too: Conditional field - Creating a ‘Flexible Content Field’ (like ‘Advanced Custom Fields’ wordpress plugin)
-
Conditional field - Creating a 'Flexible Content Field' (like 'Advanced Custom Fields' wordpress plugin)
· 8 years ago
THE QUESTION I would like to create a Flexible Content Field** by using Grav's 'list fieldtype' in combination with a 'select fieldtype' and the 'conditional fieldtype'. ** Define groups of sub fields
-
Pagination - simple & small twig version - based on page collections
· 8 years ago
Another version: Listing of pages that use a template. `<h2>Amount of listing items - pagination by template</h2> <p><strong>When using dynamic twig variables, turn off the pag
-
Pagination - simple & small twig version - based on page collections
· 8 years ago
You can use this twig code on any template where you would like to add a listing with pagination. To configure your page collection for your needs look at the Grav documentation regarding collections.