pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation
Badges
Recent posts
-
Tags automatically uppercase?
· 8 years ago
The tag is transformed to uppercase by css: .label { font-size: 12px; text-transform: uppercase; }
-
Hero_image setting ignored
· 8 years ago
By default, Quark looks inside the folder containing the page for the hero image. Depending on the template, if field 'hero_image' is not set, or the image cannot be found, the first image in the page
-
Automatically "translate" URLs / Set Default Route to match the Title
· 8 years ago
Bummer... But I cannot reproduce... Modular page remains modular, module remains module.... Can you give me the steps to reproduce? What are you seeing?
-
Automatically "translate" URLs / Set Default Route to match the Title
· 8 years ago
Maybe this answer on Stackoverflow can help to translate umlauts and others. The extra check in onPluginsInitialized() sounds like a good idea.... I think you should also check if Uri::paths() returns
-
[Antimatter] 5 columns desktop - single column rendering on mobile devices?
· 8 years ago
Glad your issue got solved. I can imagine you would like to 'wrap' the 5-column section into a 3-column or 2-column section when the page is not visited from a mobile but a wider tablet, or when the
-
Font Awesome issues
· 8 years ago
Hi Sarah, Never used Font Awasome, but wanted to have a look anyway... Have you seen this page about migrating Awesome 4 to 5? Most information I used can be found at What’s in the Download? and Using
-
PHP Streaming doesn't seem to be working :/
· 8 years ago
May I ask why you are using Gantry? I only use home grown themes, which IMHO are dead simple, and so far, I have not seen the added value of Gantry. I have visited the website, but it doesn't ring a
-
Automatically "translate" URLs / Set Default Route to match the Title
· 8 years ago
In Admin/Pages I tried to add a new page with name "Qqq's Www": In the modal popup, while typing the page's name, the folder name gets a transformed value "qqqs-www". Seems to me this is done using
-
Automatically "translate" URLs / Set Default Route to match the Title
· 8 years ago
Ahh now I understand... I hope... I know no other solution than the one mentioned by @metbril. If I understand your needs correctly this time... then the following might be doing what you are after.
-
Star Ratings v2.0.1 plugin - why does not output work?
· 8 years ago
@dydaevskiy Have you tried the default Quark theme? {{ stars(page.route) }} seems to be working fine in /partials/blog-list-item.html.twig and inside the content of item.md.