steveush
Forum Replies Created
-
Hi,
The issue is that the gallery images are setup to be lazy loaded. This means when the gallery initializes all images are set to a width and height of 1px. This is what is causing the strange overlap as the lazyload plugin provides a fake 1px by 1px image which the gallery is seeing as the thumbnail size. Please disable lazyloading of images within the gallery and everything will work as expected.
Thanks
No problem, glad to have helped you and you also helped us discover the issue with the click events in IE<=10 which we will have a live fix for shortly.
PS: Can we ever really unnecessarily bad-mouth IE? I think it deserves whatever it gets for years of pain brought upon the web 😉
@jrwills I think I’ve found the issue you are experiencing.
Basically you have your site set to always display in IE9 mode by using the X-UA-Compatible meta header. This is forcing cube gallery to detect that no transitions are supported (it thinks it’s IE9 or lower) and so just toggles the visibility of the captions on hover.
This has however brought to my attention another bug in IE<=10 as they do not support the pointer-events CSS property which is why when clicking the item nothing is happening as the caption is simply eating the event.
I’ll make a fix as soon as possible for the click event issue which will resolve your problem however I suggest you also look at not forcing IE to always render in IE9 or less mode as you are now using a 2 version old engine to perform the rendering of your site in the newest version of the browser, IE11.
@pixvault Ah, apologies 🙂 The advice still stands though for @jrwills as with the old script versions cached in my browser (I was checking your site while fixing the issue @pixvault) I encountered the same problems, no pointer cursor on hover, clicking resulted in nothing, etc. which I believe was a result of the page being updated but the script being cached. Once the cache was cleared everything returned to normal.
I have just tested your site url http://photo.simplydesign.me/portfolio/ and on first load it was doing what you described above, no effect even on hover. The issue for me was IE had cached the old scripts, once I had cleared the cache for your site and IE had downloaded the new versions the cube gallery was working with the IE fallback as expected.
Thanks
SteveForum: Plugins
In reply to: [Attention bar] [Plugin: Attention bar] javascript is copied from foobarIndeed this is a blatant copy & paste of the foobar script…