[Plugin: Shortcodes Ultimate] Shortcodes Loading before jQuery
-
Shortcodes is not working in the text editor correctly: whenever we select a shortcode from the drop-down, nothing is revealed. No js action occurs.
Console reports an error that the var JQuery can’t be found for use in generator.js.
Looking at the page code, we see this:
<script type='text/javascript' src='http://www.domain.com/wp-includes/js/l10n.js?ver=20101110'></script> <script type='text/javascript' src='http://www.domain.com/wp-content/plugins/shortcodes-ultimate/js/generator.js?ver=3.2.1'></script> <script type='text/javascript' src='http://www.domain.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script> <script type='text/javascript' src='http://www.domain.com/wp-admin/js/utils.js?ver=20101110'></script>It looks like generator.js is loading before the jquery library. All other plug-in js comes after this block of code.
Could this be the cause of the problem? How do we solve it?
(BTW, it has worked before. This particular MU site has very few plug-ins installed, as it’s our internal Wiki site. However, SU is showing the same problem on all MU sites.)
Thanks.
The topic ‘[Plugin: Shortcodes Ultimate] Shortcodes Loading before jQuery’ is closed to new replies.