For some unknown reason, this module messes up Omega's grid styles (960px grid layout, 12 collumns). When I enable this module, the classes of Omega (container-12, grid-12 etc.) are still there, but there is no style applied to them; Omega's grid stylesheets aren't imported anymore.

I've been looking the whole morning for a solution, but I found nothing that solved it.

CommentFileSizeAuthor
#6 source13.45 KBAnonymous (not verified)

Comments

attiks’s picture

Priority: Critical » Normal
  • What version of Drupal, omega?
  • Any other modules enabled?
  • css/js aggregation on?
  • What browser?
  • Did you try the 1.3 version or dev version?
Anonymous’s picture

I use Drupal 7.14 with Omega 7.x-3.0-rc4. I have the problem in every (major) browser and I tried both the dev and the 1.3 version. Also, no caching is enabled.

It's clearly this module that causes the problem. I have other modules enabled, but I can't put them all here.

attiks’s picture

Your omega version isn't the latest one, try upgrading to a newer version like 7.x-3.1

This module doesn't output and/or alter any css so it's strange that your css is not defined anymore, are the css files inside the html of the page?

Anonymous’s picture

Sorry, I looked at Omega Tools. I have Omega theme 7.x-3.1 installed.

attiks’s picture

are the css files inside the html of the page?

can you give me the URL of your site, or upload the html of the rendered page so I can see what's going on?

Anonymous’s picture

StatusFileSize
new13.45 KB

See the attachments.

attiks’s picture

what are the names of your suffixes?

attiks’s picture

Title: Omega's grid is broken after enabling this module » Do not use _default as a suffix, use __default instead

looking at the source one of them is _default, change it to _mobile or __default

the problem is that content is also checked and alpha_default get replaced by alpha_normal.

Anonymous’s picture

Status: Active » Fixed

You're defenitely right. I overlooked the double underscore. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.