•  » Themes
  •  » A question about "Stripped" theme

#1 2011-05-09 01:03:37

lisaviolet
Member
san diego, california
2011-01-03
334

A question about "Stripped" theme

Zaphod, how can I change the slideshow icons to something else? They aren't rendering correctly in IE8, they look find in FF and Chrome.  I had fixed them before the upgrade, but what I did was overwritten and for some reason, I'm not able to do it again.

I think I'd changed the sizes or placement in some of the code (theme.css maybe?), but I'm at a loss. They look okay with dark backgrounds, but most of mine are light.

http://www.lisaviolet.net/gallery is the link in case you want to see what I'm talking about. I'd hate to disable the slideshow altogether, but it looks really bad.

TIA.

Offline

 

#2 2011-05-09 13:29:32

Zaphod
Former Piwigo Team
2006-11-13
441

Re: A question about "Stripped" theme

lisaviolet wrote:

Zaphod, how can I change the slideshow icons to something else? They aren't rendering correctly in IE8, they look find in FF and Chrome.  I had fixed them before the upgrade, but what I did was overwritten and for some reason, I'm not able to do it again.

In the original stripped theme the icons are displayed correctly in IE8... it may be because of the background color change.

It's hard to know what is going wrong without being able to make some adjustments, so, if you can email me your entire theme (in a zip file), I'll see what I can do.

Anyway I'm not an IE expert, so I'm not sure to find what causes the problem.

Offline

 

#3 2011-05-09 21:11:45

Zaphod
Former Piwigo Team
2006-11-13
441

Re: A question about "Stripped" theme

Okay, I managed to see what is not working with IE.

It's because of the background change, and because of the opacity filter in light_slideshow.

All you have to do is to remove, in theme.css, the line:

Code:

filter:alpha(opacity:50);

in the block:

Code:

#light_slideshow .navButton {
  opacity:0.5;
  filter:alpha(opacity:50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}

Offline

 

#4 2011-05-09 21:41:12

lisaviolet
Member
san diego, california
2011-01-03
334

Re: A question about "Stripped" theme

Yay! Yay! Happy dancing! Doing cartwheels!  *whoa, hurt my back*  ^^

It worked! 

Thank you, thank you, thank you!

Offline

 
  •  » Themes
  •  » A question about "Stripped" theme

Board footer

Powered by FluxBB