Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Can I limit the Amount of Tags shown on my Grav Site?
· 1 year ago
You're right Karmalakas. Sometimes I forget to specify that the modifications have to be made in a child theme
-
Can I limit the Amount of Tags shown on my Grav Site?
· 1 year ago
In quark/templates/partials/taxonomylist.html.twig change this line: {% for tax,value in taxlist[taxonomy]|slice(0,10) %} Change the 10 to the number of tags you want to display.
-
Basic Custom.CSS Custom.CSS does not do anything
· 1 year ago
@Shannon: {% do assets.addCss('theme://css/custom.css', {priority:200, position:before}) %} The priority of your custom.css file is backwards. A low priority number means it will load before one with
-
Basic Custom.CSS Custom.CSS does not do anything
· 1 year ago
You have to set the priority of your custom css to be loaded before others. Take a look at https://learn.getgrav.org/17/themes/asset-manager#for-css
-
How to list taxonomy?
· 1 year ago
But then it is not a problem in itself, but the documentation of the Grav Taxonomy is incomplete and should include this .md file format In that case you could send it to the Grav team through a PullR
-
How to list taxonomy?
· 1 year ago
This is an example of item in blog from Editorial theme demo page. --- title: 'First item' taxonomy: category: - featured tag: - tag1 --- It works fine. I’m not understand what
-
How to list taxonomy?
· 1 year ago
What is the problem? The format in md file? . Is your page working with both formats?
-
Fresh Grav Installation on Windows doesn't seem to find the ZIP-Module
· 1 year ago
You can mark this post as solved if you have found a solution.
-
Limit view from Page Access
· 1 year ago
Hi @sdesergi Do you refer to visibility of pages in frontend or backend?
-
Sliders doesnt work anymore - but why is the question
· 1 year ago
Hi. What Grav theme and plugin or JavaScript library for slider are you using?