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?

Inline content linked to picture?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Inline content linked to picture?
#28883
Inline content linked to picture? 11 Years, 10 Months ago Karma: 0
Ok I got the code down on how to show text and have it linked to a lightbox which shows inline content. Can someone give me an example of how to link it to a picture? Thanks for all your guys support!!
The administrator has disabled public write access.
 
#28884
Re:Inline content linked to picture? 11 Years, 10 Months ago Karma: 747
Hello,

Use the next HTML code:

Code:


<div id="sexyContent" style="display: none;"> Any HTML content </div>
<a href="#TB_inline?inlineId=sexyContent&height=270&width=400&modal=1" rel="sexylightbox" title="Sample content"><img src="LINK_TO_IMAGE" /></a> 



Where LINK_TO_IMAGE is a link to an image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28889
Re:Inline content linked to picture? 11 Years, 10 Months ago Karma: 0
my fault for not being completely clear. Im trying to use the plugin {/arisexylightbox} tags in chronoforms

I can link it to a words....but I dont know how to link it to a picture...as in someone clicks the picture and then the lighbox pops up with inline content.

just realized im in the light forums...but if you could get me an answer anyway id appreciate it! thanks!
Last Edit: 2012/06/05 07:22 By nkellert.
The administrator has disabled public write access.
 
#28890
Re:Inline content linked to picture? 11 Years, 10 Months ago Karma: 747
Could you specify what plugin code do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#28891
Re:Inline content linked to picture? 11 Years, 10 Months ago Karma: 0
{arisexylightbox activeType="icontent" width="500" height="700" link="Click For Deatails" title="My Title"}

HTML HERE

{/arisexylightbox}

this works just fine...i just want to be able to link the content to a picture instead of "click for details"
Last Edit: 2012/06/05 07:27 By nkellert.
The administrator has disabled public write access.
 
#28892
Re:Inline content linked to picture? 11 Years, 10 Months ago Karma: 747
You can find the answer in documentation for the plugin. It is located here. The code looks like:

Code:


{arisexylightbox activeType="icontent" width="300" height="250" title="Hidden text"}
       {link}<img src="LINK_TO_IMAGE" />{/link}
       {content}Inline content which you want to show in sexy lightbox goes here.{/content}
{/arisexylightbox}



Where LINK_TO_IMAGE is a link to an image.

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