Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1189 posts · 33 topics · 218 reputation
Badges
Recent posts
-
Turnstile captcha is not registering?
· 1 year ago
captcha: type: turnstyle # ... turnstyle: true I believe there's a typo
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
Honestly, I can't imagine a situation where anyone would want to hide mandatory fields. That's probably one of the worst UX 🤔 Users should not need to check if they didn't fill something, that's requi
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
@pmoreno: Any suggestions? Show all 4 fields in 2 columns
-
Validation required for hidden element field not showing on save configuration
· 1 year ago
It's HTML5 validation and not much you can do about it, except disabling it completely: <form method="post" action="/" novalidate>...</form> Then form will be submitted and validation woul
-
Media showing on the backround of my page
· 1 year ago
OK, you posted an update just before I submitted my previous post. @Delo: it is still not looking good I have no idea what you mean. How do you expect it to look? Resize the window and it will look
-
Media showing on the backround of my page
· 1 year ago
Then why did the layout on your linked page change? I can clearly see it did something. And this additional empty section has no use at all. Just remove <i> from original and then play with CSS.
-
Media showing on the backround of my page
· 1 year ago
Read my post till the end. And the gap is most likely adjusted via CSS
-
Media showing on the backround of my page
· 1 year ago
What's this empty section? What happens if you delete it? @Delo: <section id="hero" class="modular-hero" style="margin-bottom: 0;"> </section> And there's also a missing </sec
-
Media showing on the backround of my page
· 1 year ago
Based on your specific question and considering all the provided info, aswer is really simple - don't upload media on the hero page. Can't suggest more, because you didn't even mention what you want a
-
Read data to make table
· 1 year ago
Do you get No form submissions found.? If not, did you try to debug what you get for data?