@MissKalunji - not sure what the issue may be there...
On a note to disabling GARS for a specific style, Morgan over at
www.TheVBGeek.com offered this suggestion which I tested and it seems to work:
Edit the "GARS - Startup" plugin and replace
Code:
require_once(DIR . '/geek/gars/includes/gars_ignition.php');
with
Code:
if (STYLEID != xx){
require_once(DIR . '/geek/gars/includes/gars_ignition.php');
}
where xx = the styleid of the mobile style.