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?

Lightbox gallery from static photo
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Lightbox gallery from static photo
#27330
Lightbox gallery from static photo 12 Years ago Karma: 0
I'd like to display a graphic which when clicked on opens a lightbox photo gallery showing photos from a particular folder...

I can get it to display one specific photo, but not the series of photos from the directory.

Could you please send me the code to do that?

This is the generic code I have working currently:
<p><a href="lightbox picture" rel="sexylightbox" title="lightbox title"><img src="Thumbnail picture" alt="thumbnail info" title="thumbnail title" style="vertical-align: middle; border-width: 1px; border-style: solid;" /></a></p>
The administrator has disabled public write access.
 
#27332
Re:Lightbox gallery from static photo 12 Years ago Karma: 747
Hello,

You can use "System - ARI Sexy Lightbox Anywhere" plugin, plugin code will look like:

Code:


{arisexylightbox activeType="imglist" dir="RELATIVE_PATH_TO_IMAGE_FOLDER" thumbWidth="75" type="customtext"}<img src="Thumbnail picture" alt="thumbnail info" title="thumbnail title" style="vertical-align: middle; border-width: 1px; border-style: solid;" />{/arisexylightbox}



Where RELATIVE_PATH_TO_IMAGE_FOLDER is a relative path to an image folder. For example if you want to show images from <joomla_directory>/images/photos/album1 folder, use the next code:

Code:


{arisexylightbox activeType="imglist" dir="images/photos/album1" thumbWidth="75" type="customtext"}<img src="Thumbnail picture" alt="thumbnail info" title="thumbnail title" style="vertical-align: middle; border-width: 1px; border-style: solid;" />{/arisexylightbox}



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