I upgraded a few weeks ago from 2.1 to 3.1 of the theme.

I know that version 2.1 of the theme worked on a Blackberry Bold (9650, OS 5.x ) a few months ago. I had to make a fast change to site while on the road and I used the wife's BB she has from work.

Just on a whim I went back to the site again from the same BB and all you get is the title block area with the logo icon, the site title and slogan, everything else is white. No text or pictures. I tried another Drupal site that has a fairly old theme that is table based, and it worked just fine. I even tried a different BB, again a Bold 9650, slightly different version of the OS and a different service provider.

Doing some research it seems that newer version of the BB OS, 6.X is about out that has a completely revamped web browser in it that is based on webkit.

There is a BB simulator that can be downloaded to see what the browser does, but that wouldn't help in determining just what part of the theme's CSS is confusing the BB browser unless someone wants to do a lot of trial and error work.

One website reports that the BB browser treats overflow: scroll and auto as hidden. Maybe this has something to do with the mostly blank screens.

Comments

jeremycaldwell’s picture

Status: Active » Postponed (maintainer needs more info)

Hi there, when you upgraded from the 2.x release to the 3.x release did you make sure to delete your existing "acquia_marina" theme folder and upload the new one in it's place? The 3.x release is a complete new version of the theme that is actually now a sub-theme of Fusion Core. So be sure you also have Fusion Core (http://drupal.org/project/fusion) and Skinr (http://drupal.org/project/skinr) installed and configured on the site.

jriedel’s picture

Yes.

I completely removed the 2.x. I also have Skinr and Fusion installed. Flushed all the caches. The site works fine and looks as expected as long it is not on a Black Berry. I even tried temporarily turning off some blocks that I thought might be a problem, like Rotor. Still didn't help.

jriedel’s picture

Status: Postponed (maintainer needs more info) » Active
jeremyluby’s picture

subscribing

jeremyluby’s picture

I have the same issue! Upgraded to version 3 and the site does not load on BB.

vsmiller’s picture

It's overflow: auto that's causing it the blackberry issue with fusion themes. Overriding it to hidden worked fine in my themes.

http://fusiondrupalthemes.com/forum/using-fusion/blackberry-not-loading-...

jriedel’s picture

Thanks Vinny!

I just copied that into my local.css and changed the line from auto to hidden. I cleared my caches and checked a few things to make sure the site still looked OK in FF and IE8, just then the wife walked in to door and I grabbed her work BlackBerry and tested.

Perfect.

I'll keep an eye on things over the next few days to make sure it didn't break anything else.

ratinakage’s picture

#6 worked for me! Perhaps this should be fixed in the general fusion theme.

goody815’s picture

Status: Active » Closed (fixed)

closing this as fixed from #6. please re-open if you're still experiencing this issue

tindal’s picture

Version: 6.x-3.1 » 7.x-2.0-beta1
Status: Closed (fixed) » Active

This issue is still present in 7.x-2.0-beta1 with my BB Curve 8520, but the fix is still valid too: in the file fusion_core/css/fusion-style.css, the line 172 needs to be "overflow: hidden;"

Thanks for the great work!