mobile style doesnt work for me strange
Collapse
X
-
im gonna turn off until vb team comes with a solution. because i want to force my visitors to use whatever style has been specified.Comment
-
Check attachment. This is not on every thread but certainly on a lot of them and using iphone and samsung/andriod phones using their default browsers.
EDIT: What's odd is when you find one of these threads that do not display properly if you hit refresh it will then load properly, most of the time!
EDIT2: Seems to be only threads that have a lot of text content or a picture. So perhaps it's a loading timing issue?Last edited by zelnik; Wed 16 Feb '11, 4:47am.Comment
-
You need to allow users to change styles.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Comment
-
It allows non mobile device using members of sites to select it and use it and for sites which depend on adsence/advertising will (and are already on my site) be affected as users will notice the mobile style works on normal browsers and has no advertising so they use that style instead of the default one.Comment
-
I'm having the same problem... if I import the vbulletin-mobile-style.xml template as a child style, the page renders blank. If I then move that style to have no parent, it works fine. If I leave it as a child style to another, it will display the page with default stylevars if I delete the HTML tag's "ui-mobile-rendering" class and the "ui-page" class from the first body's first DIV tag. I can't yet get it to render with my custom parent style's stylevar values, though the stylevars seem to be inheriting correctly. Maybe this means the mobile style has a problem with those two classes?www.MJWebhosting.com - (Vbulletin Forum Hosting)
www.MercuryServer.com - (Our vBulletin forum Managed & hosted by MJWebhosting)Comment
-
Playing some more, here's what I see. This css value is defaulting to hidden:
.ui-mobile-rendering > * {
visibility: hidden;
}
And this one is defaulting to none:
.ui-page {
display: none;
}
Disabling both CSS values (via Firebug) lets the page load... but it still doesn't pull my custom stylevars, even though they are inheriting
When checking this with no parent style, the visibility property doesn't exist and the display property exists but is overriddenLast edited by encryption; Wed 16 Feb '11, 4:34pm.www.MJWebhosting.com - (Vbulletin Forum Hosting)
www.MercuryServer.com - (Our vBulletin forum Managed & hosted by MJWebhosting)Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment