Hello,

I've being using the omega theme for a month or so now and is a bless to work on, mainly i've being testing the layouts on the iPhone, iPad, (Safari) , Chrome and Firefox on desktop, so i didn't see this until recently, in IE 8 i can only see the mobile layout.

i google about it and i saw this:
http://drupal.org/node/1274488

well that is not my case since i have my settings as i need them (please see below)
primary = normal and normal layout is active.

i have clean cache plenty of times, after rechecking my configuration and still same error,

when i tried the demonstration page:
http://omega.developmentgeeks.com/ on IE 8 i see the mobile version here too, but maybe this was intended,

Any help is highly apreciated

Here is my configuration:

Enable the responsive grid checked.

Allow customizing viewport meta properties on iOS and Android devices
checked

Default 960 px layout settings
Primary layout
Normal

Narrow layout (use this layout with the responsive grid) checked
weight 1

Normal layout (use this layout with the responsive grid) checked
weight 2

Fluid and wide (unchecked) not using those for this client.

*******************
HTML 5 Subtheme.
Using delta module too.

Comments

Anonymous’s picture

Title: IE 8 Shows only mobile layout al though primary = normal » For anyone else having this problem

I had to use conditional styles, can't use the module though, you must include the lines in your template file.
see this: http://drupal.org/node/1263750
#1 seems to be the solution to my problem, what's very important is the weight of the stylesheet, i had mine set to 10, but when i changed it to 0 it worked.

hope it helps.

Anonymous’s picture

Title: For anyone else having this problem » IE 8 Shows only mobile layout al though primary = normal

changing the title back, so it's easier to find.

Anonymous’s picture

Status: Active » Closed (works as designed)
Anonymous’s picture

Issue summary: View changes

i forgot to mension that im using the delta module as well