Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Anna Regular
@Netzhexe · Joined 8 years ago · 179 posts · 63 topics · 19 reputation
Badges
Recent posts
-
Does Grav set click handlers? Matomo (ex-Piwik) does not track downloads on Grav site
· 3 years ago
Hey, so this took me a while to get around to again. I set up a test site now and tried your snippet (thanks!), unfortunately this gives me an error: Uncaught ReferenceError: getEventListeners is not
-
Admin plugin not translate default value in text blueprint
· 3 years ago
Could you post the template where you are using this? I also assume the string in your languages.yaml file is exactly the same?
-
Does Grav set click handlers? Matomo (ex-Piwik) does not track downloads on Grav site
· 3 years ago
Hello everybody, I have a Grav site that uses Matomo tracking (PHP only, no cookies). Works fine so far, but the PDF downloads do not get tracked at all. According to the Matomo FAQ, the problem might
-
Flex-objects directory with each entry as a mini form? for a classified ads page?
· 3 years ago
In case anyone's thinking about doing something similar, I ended up using a flex directory for the entries and a bunch of custom php for the page handling and to send emails. Works alright so far, lik
-
Flex-objects directory with each entry as a mini form? for a classified ads page?
· 3 years ago
Hey, thank you. I'm a little wary of relying on Javascript for essential functions… I just like to have fallbacks. Maybe I'm overthinking this though. The solution using a form brings up another quest
-
Flex-objects directory with each entry as a mini form? for a classified ads page?
· 3 years ago
Hey everybody, I want to do a fairly simple classified ads page. I thought this should be easy with a designated flex-objects directory, and I've got that done (a page that lists directory entries). B
-
How to show taxonomy entries as select options in a blueprint
· 4 years ago
Hey everybody, I would like to add taxonomy entries to a select field in a page blueprint. Much like the example from the docs where they use a function call to list page routes, just with taxonomies.
-
Turn value of colorpicker field into RGB values
· 4 years ago
I would love to be able to set some colours in the theme settings and use them in my CSS. Since I'm using Tailwind, it would be best to have them in RGB format, but the colorpicker field outputs the h
-
Hook into theme config save event?
· 4 years ago
Yes… the thing is, I don't want to generate x versions of css just in case I might need them. I'd rather change a few variables dynamically. Now, this is quite possible with CSS variables of course, b
-
Hook into theme config save event?
· 4 years ago
Hmmm, yeah no, can't do it with CSS variables. Loading a different preset would be ok, but how would I do THAT on changing a config setting? Apart from that, I think manipulating the file would be ok