Installed a fresh without any errors and double checked settings - not working with and without LyteBox as well.
It does work on 4.0.1 Check the demo site. With 384 installs and over 1000 downloads and your saying it doesn't work at all does not add up.
Plus if you would like help please do the following.
Mark as installed.
Print screen shot of the settings for this mod.
Give me a link on a forum post with images where this mod is installed.
Do you have vBSEO installed?
Just saying it does not work does not help me help you. I need details.
Yes, vbSEO 3.5.0 installed -- can that be the problem?
This is definitely the problem. VBSEO 3.5 RC2 has this issue, but they have been notified about it and will have it fixed in the next release. In the meantime it might help to change how external links are handled. If you prevent them from being redirected then that fixes a lot of the issues.
Just wanted to reiterate that right now the lytebox add-on is unusably slow for Internet Explorer users. This is a big problem, and probably the biggest of everything that has been mentioned so far.
Just wanted to reiterate that right now the lytebox add-on is unusably slow for Internet Explorer users. This is a big problem, and probably the biggest of everything that has been mentioned so far.
It isn't no slower then firefox or Opera. It must be the users connection.
It isn't no slower then firefox or Opera. It must be the users connection.
This is not the user's connection. It is a confirmed bug with lytebox and IE8. The fix is to either disable animations for all browsers in lytebox.js via:
Code:
this.doAnimations = false;
or, to apply this.doAnimations on a case-by-case basis depending on the browser using the following function:
(with the above function, animations are disabled for all IE browsers -- not just IE8. IE7 and lower can also have issues, although with IE7 it's not as bad)
This is not the user's connection. It is a confirmed bug with lytebox and IE8. The fix is to either disable animations for all browsers in lytebox.js via:
Code:
this.doAnimations = false;
or, to apply this.doAnimations on a case-by-case basis depending on the browser using the following function:
(with the above function, animations are disabled for all IE browsers -- not just IE8. IE7 and lower can also have issues, although with IE7 it's not as bad)
Thanks for that information as I did not see that. I have not had one person say anything about that.
As a side note it makes it faster for all browsers. I think on my next releases this will be shipped with animations off.
Another bug I noticed is that lytebox is not used if you click on an image before all the images in the thread have finished downloading. This appears to be a bug in the plugin as opposed to lytebox.
Another bug I noticed is that lytebox is not used if you click on an image before all the images in the thread have finished downloading. This appears to be a bug in the plugin as opposed to lytebox.
This is because the page has to finish loading before the replacement is done.