Hi @suelap,
Sorry to hear you are having an issue with saving settings. This could be due to a plugin conflict. I recommend deactivating all other plugins and seeing if you can then save settings. If this works, then we know there’s another plugin interfering with our settings page, and this will help you isolate the issue.
If the plugin can’t save settings and you have all other plugins deactivated, then it could be a theme conflict, but also please open up your browser console and see if there are any javascript errors. You can learn more about this here: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis
Hi there,
@suelap and I have been testing many (many) things out. I’m happy we’ve found the blocker, although it’s pretty surprising, and literally the last thing we could think of. 🙂
And the winner is: the Custom UserAgent String add-on for Firefox! (CustomUser Agent String on chrome)
Probably a custom user-agent is preventing tinyMCE to load (the script isn’t added to the DOM), ultimately causing the Save settings button to error, because the Idea Form “Privacy Confirmation Message” is broken (stays a textarea instead of turning into a proper tinyMCE component).
JS error is Uncaught ReferenceError: tinyMCE is not defined
Don’t know if you can do anything on this matter?
Cheers,
Nico