Is working properly on the desktop:
But the mobile version looks like this:
Joomla 2.5.4
VirtueMart 2.0.6
eSport 2.9.1
Site: http://www.precisionarms.com.br/
The server at www.precisionarms.com.br is taking too long to respond.
// remove mootools and other template scripts
$k2option = JRequest::getCmd('option');
if($k2option != 'com_k2') {
GKParser::$customRules;(...)
}
Don Lee wrote:Hi,
Finally I've got a solution from a developer:
In these files:
- ../layouts/mobile/head.android.php
- ../layouts/mobile/head.iphone.php
- ../layouts/mobile/head.handheld.php
Find this code to remove:
- Code: Select all
// remove mootools and other template scripts
$k2option = JRequest::getCmd('option');
if($k2option != 'com_k2') {
GKParser::$customRules;(...)
}
Please try and let me know if it helps.
Thanks,