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?

Multiple content lightboxes on a single article.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Multiple content lightboxes on a single article.
#25193
Multiple content lightboxes on a single article. 12 Years, 2 Months ago Karma: 0
Hello,

I am trying to use this multiple times on a single article, however the text in the lightbox only displays the text from the very top one.

The link name and title of the lightbox are correct, it is just the text that is the same on every one.

Any help would be greatly appreciated.

John
The administrator has disabled public write access.
 
#25194
Re:Multiple content lightboxes on a single article. 12 Years, 2 Months ago Karma: 747
Hello,

Provide plugin code which you use.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25197
Re:Multiple content lightboxes on a single article. 12 Years, 2 Months ago Karma: 0
<div style='display: none;' id='mySexyContent'>
Test content
</div>
<a href='#TB_inline?height=125&width=500&inlineId=mySexyContent' rel='sexylightbox' title='Title'>
Show HTML
</a>
The administrator has disabled public write access.
 
#25198
Re:Multiple content lightboxes on a single article. 12 Years, 2 Months ago Karma: 747
"id" and "inlineId" attributes should be unique. For example use the next code:

Code:


<div style='display: none;' id='mySexyContent1'>
Test content 1
</div>
<a href='#TB_inline?height=125&width=500&inlineId=mySexyContent1' rel='sexylightbox' title='Title'>
Show HTML 1
</a>

<div style='display: none;' id='mySexyContent2'>
Test content 2
</div>
<a href='#TB_inline?height=125&width=500&inlineId=mySexyContent2' rel='sexylightbox' title='Title'>
Show HTML 2
</a> 



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25201
Re:Multiple content lightboxes on a single article. 12 Years, 2 Months ago Karma: 0
Thanks, that worked a treat.

Looking forward to using more of your products in the future.

Regards,

John
The administrator has disabled public write access.
 
Go to topPage: 1