Anonymous User
(@anonymized-1391468)
It’s weird. When I inspect element on Chrome, then close the inspection window, the gallery appears. I suspect a conflict with one of the other scripts running, but I see no errors. I suggest turning off the other scripts one by one to determine which one, if any, is causing the conflict.
Yeah, that’s what I found too. But it’s the only plugin I have installed….
Really don’t understand it
The scrollbar is missing after you close inspection
Please help me, really need this plugin to work
Anonymous User
(@anonymized-1391468)
At the bottom of the page you have a script with the following line:
window.onload = crumble_get_time;
This is wiping out the onload functions of all other scripts on the page. So the imageflow script does not run. This is your conflict.
Thanks a lot! It works 🙂 You rock!