My modal popups stopped working after the recent FF update (I assume this is when it stopped).
I see the following on my page inspection console:
../wp-content/plugins/formidable-bootstrap/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Anyone else having issues, or any advice of how to troubleshoot and resolve?
Best Answer
.map file errors are irrelevant to your problem. Many developers generate CSS style sheets using a CSS preprocessor, such as Sass, Less, or Stylus. The .map file is used with the preprocessor, which doesn't exist in a browser. It's a development only file. Modal popups with primarily with jQuery. If you're not seeing jQuery errors in the console, there's something else going on that requires a deeper level of troubleshooting or you'll need to open a support ticket with Strategy 11.
Strategy 11 just release Bootstrap Modal 3.0.1 with bug fixes. Maybe it will help if you update the add-on. https://www.facebook.com/groups/formidablemasterminds
I logged it with Strategy11 and they informed me this morning that there was an exception after the release of version 3.0 - They rolled me back to version 2 and everything is working again.
Thanks for helping, much appreciated as always.
Please login or Register to submit your answer