I have a mobile skin that I don't want to have this appear on. Can you make it so we can exclude certain styles.
This is a discussion on Exclude Styles within the General Discussion forums, part of the LiveStats for Google Analytics category; I have a mobile skin that I don't want to have this appear on. Can you make it so we ...
I have a mobile skin that I don't want to have this appear on. Can you make it so we can exclude certain styles.
Great suggestion.
The Forum Hosting - Forum Hosting from the Forum Experts
i have a product that does this... the problem is, it doesn't bypass htaccess.
I'm still working on a good solution for htaccess which notes the style... but haven't come up with anything yet.
I'm looking for something similar. I'm fine keeping the SEO friendly URLs. The issue I have is with the "Tweets" and "Stats" tabs being displayed on the mobile style which blocks links and makes it almost impossible to navigate the mobile style on a mobile device. Using VBSEO 3.8.6 RC2 (updating to gold soon) on VB 3.8.7
I'll update this thread if I find a suitable workaround.
For disabling the "Tweets" tab on certain styles, disbale the tweetboard in the VBSEO adminCP options, and manually add the code to the templates for the styles that you do want it to display on, and just don't add it to the mobile style templates. Tweeboard JS is available here:
Tweetboard Support
Still working on the "Stats" tab for google livestats. Will update when I figure out a fix.
OK, it's ugly, but it works.
In the plugin manager, for the LiveStats hook location of "parse_templates"
Add this at the begining:
replace XX with the mobile template ID numberPHP Code:if($styleid != 'XX')
{
And at the very end of that add the closing "}" bracket.
Stats now display on all styles except for the mobile style. Like I said, it's ugly, but it works.