Closed (fixed)
Project:
Responsive images and styles
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
11 Jul 2012 at 14:40 UTC
Updated:
1 Apr 2019 at 19:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
attiks commentedComment #2
Anonymous (not verified) commentedI 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.
Comment #3
attiks commentedYour 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?
Comment #4
Anonymous (not verified) commentedSorry, I looked at Omega Tools. I have Omega theme 7.x-3.1 installed.
Comment #5
attiks commentedcan you give me the URL of your site, or upload the html of the rendered page so I can see what's going on?
Comment #6
Anonymous (not verified) commentedSee the attachments.
Comment #7
attiks commentedwhat are the names of your suffixes?
Comment #8
attiks commentedlooking 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.
Comment #9
Anonymous (not verified) commentedYou're defenitely right. I overlooked the double underscore. Thanks!