image_show_gk4 not working properly in IE 10

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
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
Thu Jul 03, 2014 3:17 am
I am using image_show_gk4 and I was able to fix an annoying "jump" it had during the transition.
It now works just fine in Chrome and FF but in IE is behaving very strangely.

http://livelaughlove.com/

If you navigate to the site above and load the page, you can clearly see that the slide loads about 50px above where it should be and then moves back to where it belongs (not really, it is a bit too low compared to the other browsers, but I can fix that.
Try the same page in Firefox and chrome and it works fine.

It seems to me that there is some IE specific code that is messing this up, but I cannot find it.

Thank you
User avatar
Junior Boarder

teitbite
Fri Jul 04, 2014 9:51 am
Hi

You have a lot of overrides for slideshow and I believe one of them is causing the problem. Try add this at the bottom of override, to clear some of the changes:

Code: Select all
.gkIsWrapper-gk_storeboxlll figure, .gkIsWrapper-gk_storebox figure {
    left: 0;
    top: 0;
}

.gkIsWrapper-gk_storeboxlll, .gkIsWrapper-gk_storebox {
    margin: 60px 10px 0 -10px;
    min-height: 510px;
}
User avatar
Moderator


cron