pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Turnstile captcha is not registering?
· 1 year ago
@AquaL1te, Cloudflare Turnstile libs are not loaded in the the page of your link... Are you using a cdn to host your site which might not have been updated yet? Or is turnstile not yet properly worki
-
How to keep the Hero image with a high quality?
· 1 year ago
@Delo, I believe you are again asking two different and unrelated questions in a single post. One about the quality of the hero image The second about duplicate files with @2x, @3x @4x These questio
-
hCaptcha support in Grav forms?
· 1 year ago
@AquaL1te, I don't think it will happen... There already is a good alternative for Google's reCaptcha available since late 2022: Cloudflare Turnstile. According the submitter of the PR for including h
-
How to handle internal links when pages are renamed or moved in Grav?
· 1 year ago
@christiana83, Whenever a page gets renamed or moved (e.g. changing the folder name or slug or folder position) [..] To narrow the window of the issue... Are all changes made using Admin, or also d
-
Quark modular: First module not overlaying hero image
· 2 years ago
@Delo: The picture is 5472x3648 pixels and 14,9mb. When I upload it the quality automaticaly reduces. It looks like something is resizing it. Any idea where i could disable that? Once again, please d
-
Quark modular: First module not overlaying hero image
· 2 years ago
@Delo, Two remarks first: Please keep your title succinct. I've taken the liberty to alter it. Your second question is not related to the post's title and will be buried. No overlap of hero and fir
-
Media showing on the backround of my page
· 2 years ago
@Delo, I'm sorry to say that I feel lost... You talk about a modular and show an image of a modular and later you talk about a blog and show an image of a blog list... Do you have two separate problem
-
Media showing on the backround of my page
· 2 years ago
@Delo, As @Karmalakas mentioned, the information shared is insufficient. All we can do is guessing and we are bad at it... :-) Here is my guess... Considering your previous questions about the hero.ht
-
What would be the best strategy to develop a plugin for a very basic CRM with CRM's customers connected to some Grav Web Pages, thanks
· 2 years ago
@joejac, You haven't shared any requirements and metrices, which makes it difficult to say anything... Having said that... I have worked with a CMS myself and in my view it is way too complex to build
-
Session Persistence Issue – Custom Session Variable Not Persisting in Grav
· 2 years ago
@mkglass, Two remarks: Class Session does not have a set() and get() functions, but uses the magic functions __set() and __get(). Try {% do session.__set('access_granted', true) %} Twig is a templa