Image Show rockwall style IE8

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Sep 04, 2013 7:21 pm
Hi everybody out there,

i do use image Show GK4 (rockwall style) with bluap-template and i am experiencing some problems in IE8. The Slides do not load correctly. Instead of transisting they just appear for a second. It seems duration an transition times are swapped.

Is there any fix for this?

Link to livesite: www.mirja-anders.de

Thanks in advance
User avatar
Senior Boarder

GK User
Mon Sep 09, 2013 7:39 am
Hi,

Please open file:

styles/gk_rockwall/style.css in the Image Show module directory and change fragment:

Code: Select all
.gkIsWrapper-gk_bluap .figure.active {
   position: relative;
   z-index: 3;
}


to:

Code: Select all
.gkIsWrapper-gk_bluap .figure.active {
   opacity: 1;
   filter: alpha(opacity=100);
   position: relative;
   z-index: 3;
}


it should helps in your case. We will fix it in the next release.
User avatar
Administrator


cron