Magnific pop-up script interferes with admin functionality
Permalink 1 user found helpfulAfter researching the problem, we can across the Concrete5 add-on Magnific (https://github.com/cdowdy/concrete5-Magnific-Popup). Anyone have success with it?
You should double check your own code, its very possible the error is in your code, so crashing javascript before the dashboard bar can build itself.
The javascript console does show three errors, but they wouldn't seem to be the problem because one is in some Google ad code and the other two are in the jquery code. I haven't even added any code. I've only changed some HTML in a parameter of the open function.
And there is a block of hidden content, but it's treated the same way both in and out of edit mode. I even tested with that block not being hidden and still got the problem.
1. Something in your javascript broke the javascript
2. Something in your html broke the html. Usually an un-closed tag
3. You wrote some bad php and broke php.
Discounting (3) for now because you don't say you have been writing php, that leaves 1 or 2.
If you have script errors in the console, then you need to clear them up.
Did you check for 'not edit mode' and put your script in a jquery ready handler?
Below is a checklist:
http://www.concrete5.org/documentation/how-tos/editors/the-block-do...
As a result, I have abandoned Magnific popup and will look to replace it with something else.
Thanks for your help!
Awesome. Thanks!
In edit mode is the block "hidden", meaning it only tries to render outside edit mode?