Hi guys,
We are sorry for being late in answering you.
Please try this solution, open file \plugins\system\yt\yt.php
find this code:
unset($doc->_scripts[JURI::root(true) . '/media/system/js/core.js']);
unset($doc->_scripts[JURI::root(true) . '/media/system/js/modal.js']);
unset($doc->_scripts[JURI::root(true).'/media/system/js/caption.js']);
unset($doc->_scripts[JURI::root(true) . '/media/system/js/mootools.js']);
unset($doc->_scripts[JURI::root(true).'/media/system/js/mootools-core.js']);
unset($doc->_scripts[JURI::root(true).'/media/system/js/mootools-more.js']);
unset($doc->_styleSheets[JUri::root(true) . '/media/system/css/modal.css']);
edit to:
//unset($doc->_scripts[JURI::root(true) . '/media/system/js/core.js']);
//unset($doc->_scripts[JURI::root(true) . '/media/system/js/modal.js']);
//unset($doc->_scripts[JURI::root(true).'/media/system/js/caption.js']);
//unset($doc->_scripts[JURI::root(true) . '/media/system/js/mootools.js']);
//unset($doc->_scripts[JURI::root(true).'/media/system/js/mootools-core.js']);
//unset($doc->_scripts[JURI::root(true).'/media/system/js/mootools-more.js']);
//unset($doc->_styleSheets[JUri::root(true) . '/media/system/css/modal.css']);
If it still does not work, please submit a ticket and send us your site information.
We will check directly and reply you soon.
Thanks & regards!