Lightbox inside iframe 13 Years, 9 Months ago
|
Karma: 0
|
Hello
Just bought, Great module, very extensive.
I have a slight problem, im activating the lightbox from within an iframe using;
<a href='<?php print $product->buy_link?>?TB_iframe=true&height=450&width=750' rel='sexylightbox'><img alt="Add to Cart" height="20" src="images/icons/add_to_cart.png" width="89" /></a>
The problem is the lightbox only appears withn the iframe!
Can this be altered so it appears as expected on the mainpage (target blank or similar???)
Thanks
Dom
|
|
|
|
|
Re:Lightbox inside iframe 13 Years, 9 Months ago
|
Karma: 760
|
Hello,
The lightbox shows in window where it is called. It means if it calls in main window, the lightbox will be shown in main window. If it calls in frame window, the lightbox will be shown in frame window. The extension doesn't provide ability to change window where it will be shown.
Regards,
ARI Soft
|
|
|
|
|
Re:Lightbox inside iframe 13 Years, 9 Months ago
|
Karma: 0
|
Thanks for the quick response... I need it to act like a popup or it is redundant for me...
Any way of altering this?
I used this popup code which worked. Can lightbox be incorporated somehow?
Code: |
<a href="<?php print $product->buy_link?>" onclick="window.open('<?php print $product->buy_link?>','popup','width=750,height=650,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false"><img alt="Add to Cart" height="20" src="images/icons/add_to_cart.png" width="89" /></a>
|
Thanks
|
|
|
Last Edit: 2011/03/16 13:52 By admin.
|
|
Re:Lightbox inside iframe 13 Years, 9 Months ago
|
Karma: 760
|
We will investigate possibility to add this feature. If it is possible we will provide custom version of the extension by email.
Regards,
ARI Soft
|
|
|
|
|
Re:Lightbox inside iframe 13 Years, 9 Months ago
|
Karma: 0
|
I would appreciate that as my shopping cart is hinged on this.
On JED it says: ARI Sexy Lightbox is Joomla! lightbox module which provides possibility to show image galleries, Flickr galleries, Picasa albums, Joomla! articles and modules, external pages, HTML content, YouTube and Vimeo video, Flash files (SWF and FLV) in sexy popup.
So I thought it would work straight out of the box.
Thanks
|
|
|
|
|
Re:Lightbox inside iframe 13 Years, 9 Months ago
|
Karma: 760
|
The extension supports all described features. FYI, most of javascript lightbox works in way as "ARI Sexy Lightbox", it shows lightbox in window where it is called.
Regards,
ARI Soft
|
|
|
|
|
|