VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: PRO on August 30, 2019, 15:22:32 PM

Title: 3.6.0 Not loading Jquery Before , ui etc.
Post by: PRO on August 30, 2019, 15:22:32 PM
3.6.0 is not loading Jquery before the other Jquery Files.

Using vmbeez this is the order.


<script src="/components/com_virtuemart/assets/js/jquery-ui.min.js?vmver=1.9.2"></script>
   <script src="/components/com_virtuemart/assets/js/jquery.ui.autocomplete.html.js"></script>
   <script src="/components/com_virtuemart/assets/js/jquery.noconflict.js" async></script>


   <script src="/components/com_virtuemart/assets/js/fancybox/jquery.fancybox-1.3.4.pack.js?vmver=f4ec5936"></script>
   <script src="/components/com_virtuemart/assets/js/vmprices.js?vmver=f4ec5936"></script>
   <script src="/media/system/js/mootools-core.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>
   <script src="/media/system/js/core.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>
   <script src="/media/system/js/mootools-more.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>


   <script src="/media/jui/js/jquery.min.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>
   <script src="/media/jui/js/jquery-noconflict.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>
   <script src="/media/jui/js/jquery-migrate.min.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>


   <script src="/media/jui/js/bootstrap.min.js?3a9bfa6f74daf88ea7ba88e72a2b74d1"></script>
   <script src="/templates/vmbeez3/javascript/hide.js"></script>
   <script src="/templates/vmbeez3/javascript/respond.src.js"></script>
   <script src="/templates/vmbeez3/javascript/template.js"></script>
Title: Re: 3.6.0 Not loading Jquery Before , ui etc.
Post by: Milbo on September 07, 2019, 09:06:13 AM
Hey Banquet,

I think the reason is here http://dev.virtuemart.net/projects/virtuemart/repository/revisions/10081

"Important change of the config loading jquery_framework and jQueryUi. There is now a new setting to disable the JQuery of joomla completly"

I think you need to enable "Load Joomla jQuery Framework". I wonder that it is not activated already in your case.