This item was featured on CodeCanyon
This item is by an Elite Author
aeroalquimia
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 10 and 49 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Referred between 200 and 499 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Spain
- Won a Competition
4,794
Purchases
Buyer Rating:
4.80 stars
4.80 average based on 883 ratings.
-
5 Star
77287%
-
4 Star
778%
-
3 Star
161%
-
2 Star
80%
-
1 Star
101%
| Created | 1 August 10 |
| Last Update | 17 February 13 |
| Compatible Browsers | IE6, IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | jQuery |
| High Resolution | Yes |
| Files Included | JavaScript JS, HTML, CSS, Layered PSD |
© All Rights Reserved aeroalquimia -
Contact Envato Support


We have an issue on Mobile devices ( such as iPad )
For example: the following code works great, and instantiates a slideshow in lightbox, with title text and clickable links. But on iPad devices, the titles and the images are not in sequence, example:
The second image, may show the title text for the 3rd image, and so on and so forth. They are not displayed in sync.
Code:<script type="text/javascript"> jQuery(document).ready(function($){ $.lightbox([ { href : "/public/welcome/1.png", width : 650, height : 450, modal : true, title : "<h3>Register for free <a href="/register/">here</a> to get all of the 422 features.</h3>", close : false }, { href : "/public/welcome/2.png", title : "<h3>Become a Suburb Reviewer <a href="/reviews/">here</a> and you could<br />win $100 Bunnings Voucher.</h3>" }, { href : "/public/welcome/3.png", title : "<h3>Agency Sign up <a href="/pro/xml/">here</a> and begin streaming your Listings for Free</h3>" }, { href : "/public/welcome/4.png", title : "<h3>Hey Tradies, get listed on 422 <a href="/services/">click here</a> immediately</h3>" } ]); return false; }); </script>Your fine plugin worked for long without any problem. But with coming of IE10 i have a problem. If i have a flash inside your lightbox sometimes when i close the box is still stay on screen the content of lightbox without the box in my screen. Any help to fix this?
A new version will be released soon
Is there a fix for the IE10 issue? When you try to close a lightbox with a youtube video in it , the lightbox closes, but the video remains on the screen with no way to close it.
A new version will be released soon
Does Lightbox Evolution support jQuery 2.0?
It will be. A new version will be released soon
For thegreat80s (and possibly answer the ericjsmith question) i had similar problem with flash, until aeroalquimia answer i discover if i change jquery 1.9.1 with jquery 2 that solve my problem. Until aeroalquimia reply maybe you must check this solution yourself.
Just purchased and installed. How do I remove the easing in and out and just have the Lightbox fade in/out? I also need to make the image in the light box a link. Any help is much appreciated!
THX
This is on the help file
<script type="text/javascript"> $.extend(true, $.lightbox().options, { animation: { show: { duration: 400, easing : "swing" }, close: { duration: 200, easing : "swing" }, move: { duration: 400, easing : "swing" } } }); </script>Regards,
Great, thx. How do I add a link to the static image though?
When loading the lightbox using a Iframe, the lightbox can tell the height of the HTML Area
Example:
div class="jquery-lightbox-html" style="height: 637.56px;Is there anyway to call up the HEIGHT within the HTML in the iFrame so I can apply it to a Image Size???
It will be the 100% of your document.
JS: CSS:body { position:relative; } .myimage { height: 100%; }Regards,
Hi, I would like to buy this product. I have 2 questions. Images stick closely to the border of the lightbox. However the movies and maps do not, leaving some white space which does not look good. Is it possible to fix it somehow?
Is it responsive?