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 Images With Description Text
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Single Images With Description Text
#25086
Single Images With Description Text 12 Years, 2 Months ago Karma: 2
I'm needing a way to display a set of images, 1 at a time, with the description text out to the right of each thumbnail, for example:

THUMBNAIL 1 - Description would go here

THUMBNAIL 2 - Description would go here

THUMBNAIL 3 - Description would go here

(etc.)

For each thumbnail, when clicked, I would like the lightbox to pop up with the full-size image.

What code do I use to make this happen?!
The administrator has disabled public write access.
 
#25094
Re:Single Images With Description Text 12 Years, 2 Months ago Karma: 747
You can use "ARI Sexy Lightbox" module, set "Choose type" parameter to "Image gallery", "Image gallery -> Layout type" to "Simple gallery", "Simple gallery -> Container CSS class" to "asexy-right-descr" and add the next CSS rule to a site template CSS file:

Code:


.asexy-right-descr .asexybox-outer
{
 float: left;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25116
Re:Single Images With Description Text 12 Years, 2 Months ago Karma: 2
Thanks SO much for the help! Okay, I have made these changes in my css template and the Ari Sexy Lightbox Module... Now what code do I need to put in the article to call the images from the module?
The administrator has disabled public write access.
 
#25118
Re:Single Images With Description Text 12 Years, 2 Months ago Karma: 747
If you want to load "ARI Sexy Lightbox" module into an article, use the next code:

Code:


{arisexylightbox moduleId="MOD_ID"}{/arisexylightbox}



Where MOD_ID is ID of "ARI Sexy Lightbox" module. Module should be enabled.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25119
Re:Single Images With Description Text 12 Years, 2 Months ago Karma: 2
Thanks! I found this in the instructions *after* I posted my question...!

The one thing I'm still not able to get working is the description to be aligned vertically in the "middle" of the image. If you want to see, the page is at:

sidewalkministries.com/index.php/truck-conversions

I'd like the description text to not be at the top of the image, but centered vertically... Is there a way to do this with my css template?
The administrator has disabled public write access.
 
#25122
Re:Single Images With Description Text 12 Years, 2 Months ago Karma: 747
It is not possible to do only with custom CSS rules, it requires to change gallery HTML template.

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