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?

Show single image from existing thumb
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Show single image from existing thumb
#22034
Show single image from existing thumb 12 Years, 4 Months ago Karma: 0
Hi
I need to show an Full size image in Ari Colorbox, from an existing thumbnail
Just can't figure out how to code the thumbnail to show the full image in Ari Colorbox.

I also need to add a description and a download link within the popup

Can someone show me the code I need to apply

Thanks for your help
Last Edit: 2011/11/24 13:59 By smartwebs.
The administrator has disabled public write access.
 
#22043
Re:Show single image from existing thumb 12 Years, 4 Months ago Karma: 746
Hello,

If you want to show custom thumbnail and if a user clicks by it, show an image in the lightbox, you can use the next HTML code for "System - ARI Colorbox" plugin:

Code:


<a class="aricolorbox" href="LINK_TO_IMAGE" title="Image title"><img src="LINK_TO_THUMB" /></a>



Where LINK_TO_IMAGE is a link to an image and LINK_TO_THUMB is a link to a thumbnail.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22044
Re:Show single image from existing thumb 12 Years, 4 Months ago Karma: 0
Thank you, but how do I add a Description and download link to a .pdf file to show within the colorbox popup

Thanks again
Marc
The administrator has disabled public write access.
 
#22045
Re:Show single image from existing thumb 12 Years, 4 Months ago Karma: 746
The extension can show only title. A link can be added to a title. Code will look like:

Code:


<a class="aricolorbox" href="LINK_TO_IMAGE" title="Go to <a href='http://www.ari-soft.com'>ARI Soft</a> site."><img src="LINK_TO_THUMB" /></a>



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