pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Page.find fails only on custom route
· 8 years ago
Changed footer block of 'base.html.twig' to: {% block footer %} <div class="links"> {% set _p_links = page.find('/_footer/links') %} <p>Template = "{{page.template}}"<
-
Set a google fonts to quark theme
· 8 years ago
@semplicewebsite There are several ways of doing it, these are just two of them. Option 1: Using @import in css: I presume you already know your way in Google Fonts to find the @import statement. Cre
-
Categories in menu?
· 8 years ago
@marcocevoli Just to clarify your needs... Would you like a menu like this?: image|297x143 If so, what would you like to happen when someone click 'Videos'? Jump to blog and show all items with cate
-
Customizing post thumbnails
· 8 years ago
To complement the first suggestion... Tweaking the '/partials/blog_item.html.twig' (in you child theme) could be like: <div class="post-thumbnail"> {% set image = page.header.thumbnail_media ?
-
Inheritance of getgrav-logo svg in Quark theme?
· 8 years ago
I have no clue where it is broken, but your primary post is reproduce-able when I add 'quark-open-publishing' to the mix. Nevertheless, you have solution at hand...
-
Inheritance of getgrav-logo svg in Quark theme?
· 8 years ago
Nice extra touch... Inheritance of image is now broken indeed.
-
Page.find fails only on custom route
· 8 years ago
TL;DR: Again, could not reproduce the issue... Did the following: Fresh blog-skeleton + admin + devtools Created following folder structure: pages/ _footer/ links/ default.md 01.home
-
Inheritance of getgrav-logo svg in Quark theme?
· 8 years ago
You gave me a little bit more info in your reply: @marcocevoli: I thought it was enough to have another file with the same name in the /mytheme/images folder. You are right... Inheritance should fir
-
3-column content on blog page with Quark theme?
· 8 years ago
I haven't looked at the internals of 'bricklayer.js' but my guess is: it looks for the width of .bricklayer it looks for the width of .bricklayer-column-sizer it divides the two and you have the numb
-
Page.find fails only on custom route
· 8 years ago
Wat is your folder structure? I do use a custom route and 'page.find()' works properly when using the right folder path.