Closed (fixed)
Project:
Rotor Banner
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2009 at 18:45 UTC
Updated:
27 Mar 2010 at 13:23 UTC
Great module. We're using it for rotating testimonials -- quotes created as rotor items, where the body text is what shows up, not an image -- in a sidebar with an orange color.
In firefox it works fine, but in IE7, the rotor quotes are in a white box in the middle of the orange sidebar. muy uglay!
Nothing I try re: CSS or the theme template seems to take. How can I change the background and font of the rotor?
Thanks.
j
Comments
Comment #1
cgjohnson commentedUpate: I had to hard-code each rotor item and I still get weird little white lines/boxes in IE7. Again, it all works fine in Firefox and safari.
Would love to have more flexibility to set the background color to match a sidebar background, in cases where it's not white. thanks.
Comment #2
mrfelton commentedComment #3
XRobinson commentedmrfelton -
Is this really fixed? I'm having the same problem, but I want my background-color to be transparent since I want to overlay the text on a gradient background. Everything looks great in Firefox and Chrome, but IE7 keeps sticking me with a white background behind the text.
Thanks,
- Chris
Comment #5
mrfelton commentedI can't reproduce the problem, but perhaps this is not fixed then after all. Can someone provide me with an example url?
Comment #6
mkstalen commentedI'm getting this now. Text bg is black in IE, but transparent in FF. I'm PM'd you a URL.
Comment #7
Boss C commentedAny idea on what is causing this, or has anyone come up with a solution, I'm stuck and can not fix with css.
Comment #8
eoneillPPH commentedHere's what causes it:
Shows up if you view the source of your page in IE7. Doesn't come from the theme page.tpl.php file. It's definitely being inserted by the rotor module. I tried copying and pasting that line later in the header section to override it. It sort of worked: White became the background color of the rest of my page (not the 'transparent' I order up). Still trying to fix that.
Comment #9
mrfelton commentedThis is fixed in CVS.
Comment #10
sounds commentedFixed in CVS? what do you mean?
I have the same problem as above,
Using IE. I see a white background when it's displaying text
But transparent when using firfox
Comment #11
sounds commentedWhen i click updateusing IE, it Gives me a window to fine or save something, weird
Comment #12
mrfelton commentedBy Fixed in CVS, I mean that I removed the offending line of code as pointed out in #8, and committed the change to CVS. If you check out the code from CVS ot use the latest -dev version you shouldn't have this problem any more.
Comment #13
sounds commentedThanks for your reply,
So i would be better off uninstalling this and getting the dev version?
Comment #14
mrfelton commentedyes, you need to upgrade to the -dev version.
Comment #15
sounds commented..delete
Comment #17
Boss C commentedAfter upgrading to the latest views, I had no choice but to upgrade to the latest rotor banner dev.
After reading #8 from the older dev, I changed the #FFFFFF color to my theme color, this seemed to bandage the problem in IE8.
Now after #12, I had to re comment the line in order for the display to show, because the background was not white, but now black.
I tried uncommenting the line in the older dev which created the same effect. This is what caused me to change the color instead.
Would this have anything to do with .js?
Thanks in advance
Comment #18
Boss C commentedComment #19
mrfelton commentedplease try using the latest -dev, and the fix suggested on http://drupal.org/node/601442
Comment #20
mrfelton commentedThe conditional code that forced the background colour to white in IE has been long since removed. Closing this issue due to 4 months of inactivity.