Open m-art-in opened 5 years ago
The same with other widgets, like the Tabs Widget... Have no clue what and how to change
I am having the same problem....
@Daniel-KM no idea about this issue?
Javascript conflicts are complex issues. In such a case, I don't include jquery ui on the pages where the viewer is. Or you may ask on the UniversalViewer/UniversalViewer.
I have the modules IIIFServer, UniversalViewser and JqueryUI for Omeka S installed. As soon as I want to display a simple accordion menu together with UV, the error console shows me:
$(...).accordion is not a function
As soon as I remove this line of code
echo $this->universalViewer($item);
everything works as desired and the accordion is loaded. I'm assuming that JQueryUI will be loaded twice, since UV also integrates this library. How can I prevent conflicts?