Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

sexy lightbox instead of regular joomla popup
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: sexy lightbox instead of regular joomla popup
#15729
sexy lightbox instead of regular joomla popup 13 Years, 1 Month ago Karma: 0
Could you please tell me how I can call sexylightbox instead of regular joomla shadowbox?

This is the code that I have right that handles popup.
<a id="hikashop_checkout_shipping_address_new_link" rel="{handler: 'iframe', size: {x: 450, y: 480}}" href="/sjNew/htdocs/web/index.php/testing-009/address/add/redirect-checkout/step-1/tmpl-component" onclick="SqueezeBox.fromElement(this,{parse: 'rel'});return false;">

<input type="submit" class="hikashop_cart_input_button" name="new" value="New" onclick="var field=document.getElementById('hikashop_product_quantity_field_2');var link = document.getElementById('hikashop_checkout_shipping_address_new_link'); if(link) SqueezeBox.fromElement(link,{parse: 'rel'});return false;" /> </a>
</span> </div>

Thank you!
The administrator has disabled public write access.
 
#15826
Re:sexy lightbox instead of regular joomla popup 13 Years, 1 Month ago Karma: 748
Hello,

Sorry for delay. Use the next code:

Code:


<a id="hikashop_checkout_shipping_address_new_link" rel="sexylightbox" href="/sjNew/htdocs/web/index.php/testing-009/address/add/redirect-checkout/step-1/tmpl-component?TB_iframe=true&amp;width=450&amp;height=480">
<input type="submit" class="hikashop_cart_input_button" name="new" value="New" onclick="if (typeof(jQuery) != 'undefined') (window['jQueryASL'] || jQuery)(this).parent().click();return false;" /> 
</a>



PS: Check that "System - ARI Sexy Lightbox" plugin is installed and enabled.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1