thethemefoundry
Forum Replies Created
-
I see, Paul!
In that case, you’ll want to add the below snippet to your Appearance → Customize → Additional CSS screen:
.happyforms-form { background-color: grey; }
I hope that helps!
Bummer! Sorry to hear this, @afizan75.
HappyForms and older versions of Kirki don’t play well together — when this happens, most of the time it’s because your theme ships with an outdated version of Kirki. In that case, installing and activating the latest version normally solves the issue. Would you try this route?
Hey there! ??
The Additional CSS section in your Style tab automatically wraps your custom CSS rules with the container ID — which is, itself, the
.happyforms-form
element.Try this snippet instead:
form { background-color: grey; }
That should hopefully do the trick. Let us know how that goes!
Hey there, @spicerldn ??
Happy to help! Please add this code snippet into your theme’s Additional CSS tab (you’ll find this tab in the customizer):
#happyforms-form-3538 *:not(input):not(textarea) { color: #ffffff; }
I hope this helps!
- This reply was modified 4 years, 3 months ago by thethemefoundry.
We’ll close this. If you still need help, feel free to reach out in a new topic.
Forum: Themes and Templates
In reply to: [Make] Is Make defunct?Hey there ??
I know we’re super-late to reply. Sorry! We actually don’t check these forums.
For anyone reading this now, don’t worry! What Robert reported was actually a blunder by WordPress. They fixed it in version 5.5.1.
Make is still rockin’ on. No doubt about that!
- This reply was modified 4 years, 3 months ago by thethemefoundry.
- This reply was modified 4 years, 3 months ago by thethemefoundry.
Hey there, @craigmacmedia ??
We’re looking to make this easier by adding a dedicated control to our Style tab.
In the meantime, we’re happy to help out! Just try this snippet, please.
.happyforms-styles .happyforms-part .option-label input:checked+.checkmark, .happyforms-part.happyforms-part-choice--display-as-letters input:checked+.checkmark { background-color: #ffffff !important; }
That should do the trick. Let us know how it goes!
- This reply was modified 4 years, 3 months ago by thethemefoundry.
We’re closing this.
If you still need help, please just open another thread! We’re always happy to lend a hand wherever we can ??
- This reply was modified 4 years, 3 months ago by thethemefoundry.
Glad to hear it’s sorted! ??
Let us know if we can help in any other way. ??
Got it!
You shouldn’t need to increase your timeouts — I’m pretty sure the core issue is “upstream”, meaning your server is taking too much time to reply to your proxy.
It’s really hard to guess what could be the cause, so I’d first start with a simple check: would you temporarily disable all your plugins, except for HappyForms, and see if that makes any difference?
If it does, turn your plugins back on one by one, and check each time if your form is submitting correctly. That should hopefully reveal the culprit, if it’s among your plugins.
Let us know how that goes!
Hey there!
I just tried a test submission, and the request timed out with this error:
504 Gateway Time-out
If you’re using Nginx, that’s normally caused by a missing response from your upstream server to your Nginx proxy. Does that ring any bell? Out of curiosity, do you have access to your server logs?
Let us know!
Hey there, @lacarraro ??
Happy to help out! How are you trying to add this “element”? Is this something your theme offers? Which theme are you using?
Or are you trying to add a “block” with the new WordPress editor?
Let us know! Thanks so much.
Hey there, Carmila!
Since we’re following up by email, I won’t reply here — we’ll just mark this as resolved as soon as we’ve figured out the cause of your issue.
We’re going to close up this thread. Let us know if there’s anything else you need help with in a new thread. Thanks!
Hey there! ??
Right now, HappyForms validation messages are global — meaning they apply to all forms on your site. Unfortunately, this means tools like WPML don’t work well with HappyForms. The good news is, we’re currently moving validation messages to the Edit Form screen, which should let you:
1. Configure different messages for different forms.
2. Translate messages for multilingual forms.We hope to be ready for the next release — in any case, it’s going to land very, very soon. Keep an eye on updates!