Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Harry Member
@hsweet · Joined 3 years ago · 13 posts · 5 topics · 2 reputation
Badges
Recent posts
-
Unstoppable contact form spam
· 2 years ago
I've been getting a steady stream of spam via my 2 grav website's contact forms, despite all my efforts to stop it. This site has a honeypot field, a turnstyle captcha and a math problem. So maybe
-
Problem with custom anti spam code from cookbook section of help
· 2 years ago
To follow up on this. This seems to be a big picture theme issue. It seems to apply to any radio button or checkbox. so It also disables google or turnstyle captchas. Basic captcha is ok since it
-
Problem with custom anti spam code from cookbook section of help
· 2 years ago
Sorry, it's Big Picture https://github.com/tranduyhung/grav-theme-big-picture
-
Problem with custom anti spam code from cookbook section of help
· 2 years ago
I've been trying to set up this bit of code to hopefully reduce the number of unsolicited offers I receive. My theme is bigpic This is just cut and paste from help - name: personality type: ra
-
Quark: different hero-images for different screen-sizes
· 3 years ago
I have the exact same issue but I'm using modular pages. This post was a huge help! These are the changes I made to have different hero images for a modular page I had to edit the hero.html.twig in t
-
Highlights theme displays image tag code on small screens
· 3 years ago
OK. thanks. I was thinking that should not be happening with a unmodified installation. I'll post a bug report and go with a working theme until I can resolve it. It's a small site, at least : )
-
Highlights theme displays image tag code on small screens
· 3 years ago
I tried '{{ page.content }} ==> {{ page.content | raw }}' in default.html.twig. no change yet.
-
Highlights theme displays image tag code on small screens
· 3 years ago
Thanks so much! I'm still a bit confused. (This is new to me, esp twig). I see now that the problem shows up in the html output where you pointed, and that to fix it I need to add a raw twig filte
-
Highlights theme displays image tag code on small screens
· 3 years ago
I.e <img alt="", src="whatever.png"....> as well as the image. This only happens on tablets and phones, not computers. The image displays correctly. I have the issue with a fresh install of Gra
-
Modular form blows up my contact page
· 3 years ago
Thanks. If I understand my issue is more css than anything else? Which makes sense, I still see the page content spilled all over the screen. If that is the case, I might have to dive deeper int