My Theme breaks the Page Setting bar functions.

Permalink
Im working on v7+

My themes javascript breaks the Page Settings panel functions.

Is there a function I can use to test if the Pages settings panel is open, so that I can remove my javascript for that part.

Ive tried inEditMode and isLoggedIn, asAdminArea, but I just want the specific Page Settings Panel check.

Any help is appreciated.

wavemedia
 
siton replied on at Permalink Reply
siton
It's really rare you need to do this.
Check if you load jquery twice and/or bootstrap assets and stuff like this (see docs like this and learn this issue):
https://documentation.concrete5.org/developers/designing-for-concret...

About you Q: the answer is no.
The edit mode is edit mode you don't have sub-categories for each button under edit mode

+ On chrome --> shift+control+j (check for JS errors) - "js console"

+ turn on/off one at a time your assets and check what causes the problem

Also if all of this wont work tell more about the problem
"breaks the Page Setting bar functions" (break what? the button wont work?)