Hey All!
I'm unable to see the "Delete Field" Option, nor any option when clicking the 3 vertical buttons next to a field. I've tried this on multiple computers and all browsers with the same result, is there an addon that's installed in WordPress that's known to block this behavior?
Thanks!
Turned out to be v2.0.16 of "RapidLoad Power-Up for Autoptimize" Once that was disabled, I'm now able to delete fields. Hopefully this helps others with the same issue in the future!
Congratulations and thanks for reporting back. It's helpful.
Do you have any jQuery errors in the browser console? That's the most likely cause.
Yep, I believe these are jQuery errors?
Uncaught TypeError: a.default is not a constructor
at e.show (bootstrap.min.js?ver=4.6.1:6:42278)
at e._enter (bootstrap.min.js?ver=4.6.1:6:47035)
at HTMLAnchorElement.<anonymous> (bootstrap.min.js?ver=4.6.1:6:45954)
at HTMLAnchorElement.handle (jquery.min.js?ver=3.6.4:2:46636)
at HTMLAnchorElement.dispatch (jquery.min.js?ver=3.6.4:2:43184)
at y.handle (jquery.min.js?ver=3.6.4:2:41168)
Yes. When jQuery/JavaScript errors occur from any source on a site, it will prevent all jQuery from working correctly. You need to find out what’s loading bootstrap.min.js and either disable it, find a work around, or contact the source’s developer for support.
Please login or Register to submit your answer