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?

Single image lightbox
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Single image lightbox
#4426
Single image lightbox 13 Years, 11 Months ago Karma: 1
HI

I want to include Sexy Light box features in my Virtuemart store.

Specifically I want to include, in the description, an image of the product that when clicked will have the lightbox effect.

What are the parameters for for this effect?

Looks great!

Rowby
The administrator has disabled public write access.
 
#4427
Re:Single image lightbox 13 Years, 11 Months ago Karma: 747
Hello,

You can do the following:

1. Install 'System - ARI Sexy Lightbox Anywhere' plugin and set 'Load' parameter in plugin settings to 'Anywhere'.

2. Wrap necessary image(s) in a product description with {arisexylightbox} and {/arisexylightbox} tags.

3. Set width or/and height parameters for images in <IMG> HTML tag, these parameters will be used as width or/and height of thumbnail. That's all.

Example. If you want to display image which is located by the following path <joomla_dir>/images/products/product_1.jpg with lightbox effect and want to set thumbnail with to 80 pixels, use the following code in a product description

Code:


{arisexylightbox}
<img src="images/products/product_1.jpg" width="80" alt="Test product" />
{/arisexylightbox}



PS: Usually WYSIWYG editors provide possibility to resize images in content, you can use this feature for resizing original images to thumbnail sizes and the plugin will automatically generate thumbnail with necessary size.

Regards,
ARI Soft
Last Edit: 2010/05/25 19:56 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1