Some of our themes include JQuery scripting. When called twice in the same page, this script call causes a conflict. This situation can happen with some 3rd party modules.
If this is the case, edit .ascx layout files and change from:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/xxx/jquery.min.js"></script>
to<!--<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/xxx/jquery.min.js"></script>-->
This will comment a second call to JQuery scripts.
Comments