I bought the developer plug-in for the image-gallery, which includes lightbox, from Huge-IT just couple weeks ago and lightbox did not work either. The version was 10.0. I contacted Huge-IT support and they gave me an updated version 11 with the “supposed fix” and it still did not work.
There were too many problems for lightbox:
– gallery view showed only 1 column
– pop-up view did not scale correctly and transparency did not work
– none of the transition types work
– the lightbox gallery view will eventually hang, due to some infinite processing in the scripts.
It had been almost 2 weeks since I contacted Huge-IT support and my website still did not work as what I expected from seeing the lightbox demo on their website. It’s terrible that they released such a buggy plug-in for sales.
Anyways, I couldn’t wait longer for their support so I went ahead and tried to fix the plug-in myself and finally got it working like on Huge-IT demo page (or at least look like it). Below are some main problems I found. Hope they can be useful for Huge-IT support to fix in their next release:
– jquery colorbox had the following line commented out:
// if (value.indexOf(‘true’) > -1 || value.indexOf(‘false’) > -1)
– Several areas had setInterval but never call clearInterval, and therefore created infinite processing and eventually hung the website.
– bugs in class-gallery-img-admin-assets.php