Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
Looking for Artwork portfolio theme
· 1 year ago
My photoswipe plugin shows all images uploaded to the page. You'd need to take care of css though, because plugin provides just basics I'm pretty sure there are more similar plugins, but I developed t
-
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