Javascript Conflict When in Edit Mode - How to Fix?
Permalink
I am having a hard time with a theme I'm working on. When in edit mode, none of the Concrete editing interface elements show up. Also, when you update a page property (or something similar), it takes me to a blank page that only shows this:
The above is related to a javascript conflict of some sort, and I have no idea what's causing it.
Here is the page I'm working on:
http://mixer.growthcurve.co/themes/premonition...
I am stumped at this point, and can't figure how to work around this.
{"rel":"","name":"Premonition","cID":"241"}
The above is related to a javascript conflict of some sort, and I have no idea what's causing it.
Here is the page I'm working on:
http://mixer.growthcurve.co/themes/premonition...
I am stumped at this point, and can't figure how to work around this.
Yes, I just noticed that too. I have found the problem.
In my "header.php" file, I was including the header after calling my scripts. I re-arranged it so the header is called before, and everything works fine now.
In my "header.php" file, I was including the header after calling my scripts. I re-arranged it so the header is called before, and everything works fine now.
Great glad you got it sorted!
Looking at the page, you're getting a JS error where jQuery has not loaded before jquery.poptrox.min.js. Might want to look at the order you are pulling in files. It's difficult to troubleshoot the error that occurs in Edit mode without being able to login :( if you're happy to ping my over a login via PM i'll try take a look.
Cheers,
Mat