Mootools still loaded

  • Posts: 105
  • Thank you received: 2
4 years 4 months ago #313749

-- url of the page with the problem -- : www.wevalgo.com/
-- HikaShop version -- : 3.3.0
PLEASE DISREGARD. FOUND THE SOLUTION. IT WAS LOADED SOMEWHERE ELSE
Hello, even though i changed the set up of the display of the popup mode to vex, I still have mootools loaded in my page head (home page and all others)
Is mootool loaded from anywhere else?
What is strange is that I changed it in my localhost without any problem (mootools isn't loaded) but it doesn't work on my live site.
See in attachment my set up in the backend.
Regards

Attachments:
Last edit: 4 years 4 months ago by rfonta. Reason: PLEASE DISREGARD. FOUND THE SOLUTION. IT WAS LOADED SOMEWHERE ELSE

Please Log in or Create an account to join the conversation.

  • Posts: 2595
  • Thank you received: 62
  • Hikashop Business
4 years 4 months ago #313795

in your template / index.php you could try

$doc = JFactory::getDocument();
unset($doc->_scripts[JURI::root(true) . '/media/system/js/mootools-core.js']);
unset($doc->_scripts[JURI::root(true) . '/media/system/js/mootools-more.js']);

Please Log in or Create an account to join the conversation.

Time to create page: 0.066 seconds
Powered by Kunena Forum