Hey there, I have noticed that enfold is breaking ninja forms. I have already tried to fix some problems but cannot find a solution for the following:
The editor text field breaks in frontend.
https://microshop.bundes-verlag.net/wp-content/uploads/2021/01/ninja-enfold.jpg
Hey Gabster,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Gabster,
Please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then set the jQuery version to 1.12.4 in the plugin options, to see if that helps.
Best regards,
Victoria
Hey Victoria,
thanks! How ever this did not help. May I ask you to use your browsers inspector and check the textarea element? The Problems are caused by the enfold base.css as far as I can see. I temporary skipped that file and it worked.
Gabriel
Okay I ended up adding the following quick CSS to enfold:
.nf-form-content input[type="checkbox"].ninja-forms-field {
display: none !important;
}
.note-editor.note-frame .note-editing-area .note-codable {
display: none !important;
}
Hi Gabster,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria