jquery UI base conflict
PermalinkIs there a reason why concrete5 core as not created a custom jquery UI SCOPE instead of using the base ?
We did have complication working with UI in the front end and having to override all the base theme to prevent conflicts.
How do you guys work with multiple theme in jquery UI ?
I hope that c5 core will use a unique scope someday or having a way to define one in the config/
I can manually change the css and js callouts in the controller.php file, and doing so fixes the jquery issue with my tabs, but screws up my editor.
Thanks!
We're seeing all kinds of strange things happening with our UI and other css modifying the look of the Concrete 5 dashboard and Concrete's UI modifying our site UI css.
While we can try and add scope on our side without Concrete 5's jquery Ui css being properly scoped we're fighting a losing battle.
See also this discussion...
http://www.concrete5.org/community/forums/customizing_c5/using-regu...
-Steve