libradiet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bj?rk] Theme conflicts with WPFormsOk thank you for the explanation…
Forum: Themes and Templates
In reply to: [Bj?rk] Theme conflicts with WPFormsHi again @anlino,
By the way, I got feedback from the WPForms support team and they advised me to turn back to “Base styling only” instead of “Base and form theme styling” regarding which CSS files to load and use for the site.
They added that if this still doesn’t work, “this might be due to a conflict between the forms and the site theme”…
I did what they told me to and it is indeed working but with a styling which is no longer coherent with the website, especially for radio buttons and the submit button, see here:
I hope you could look into it again…
Yassine
Forum: Themes and Templates
In reply to: [Bj?rk] Theme conflicts with WPFormsOk thank you…
Forum: Themes and Templates
In reply to: [Bj?rk] Theme conflicts with WPFormsHi @anlino,
Please find here below 2 examples:
- https://libradigest.com/poll/topic-for-episode-7/ with radio buttons (please note that this is already the result of a ‘tinkering’, see below)
- https://libradigest.com/contact/ with inputs working fine and https://libradigest.com/fr/contact/ with inputs not working anymore (please note that these are separate forms, not a single one translated into 2 languages)
I hope this helps,
Yassine
PS: As I mentioned above, the tinkering is adding custom CSS:
.wpforms-container input[type=radio] {
-webkit-appearance: radio !important;
-moz-appearance: radio !important;
appearance: radio !important;
}.wpforms-container input[type=checkbox] {
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
appearance: checkbox !important;
}