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?

Error in lightbox
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Error in lightbox
#16397
Re:Error in lightbox 12 Years, 10 Months ago Karma: 0
www.4lifeagain.com/index.php/component/content/article/72

below the images are two links. the top link gets the error 500 and the bottom link works but doesn't display the thumbnail.
The administrator has disabled public write access.
 
#16398
Re:Error in lightbox 12 Years, 10 Months ago Karma: 747
Code is incorrect. It seems you have entered the code in design mode in WYSIWYG editor. Switch editor to plain text mode and correct code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16399
Re:Error in lightbox 12 Years, 10 Months ago Karma: 0
heres the html...
<p>{!jomcomment}</p>
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td></td>
<td></td>
<td style="text-align: center;">
<h4>School in Jamaica</h4>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td style="text-align: center;">{module ARI Image Popup}</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>{arisexylightbox activeType="rcontent" width="800" height="450" url="<a href="www.youtube.com/watch?v=bNGGE16ulk4">www.youtube.com/watch?v=bNGGE16ulk4</a>" link="YouTube video" title="Video"}{/arisexylightbox}</p>
<p>&nbsp;</p>
<p>{arisexylightbox activeType="rcontent" width="800" height="450" url="www.youtube.com/watch?v=WyA1dzfKywg" title="Video"}img src="www.4lifeagain.com/images/jamaica/Jamaica1.JPG"{/arisexylightbox}</p>
The administrator has disabled public write access.
 
#16401
Re:Error in lightbox 12 Years, 10 Months ago Karma: 747
This is incorrect code. Corrected code looks like:

Code:


{arisexylightbox activeType="rcontent" width="800" height="450" url="http://www.youtube.com/watch?v=bNGGE16ulk4" link="YouTube video" title="Video"}{/arisexylightbox}



and

Code:


{arisexylightbox activeType="rcontent" width="800" height="450" url="http://www.youtube.com/watch?v=WyA1dzfKywg" title="Video"}<img src="http://www.4lifeagain.com/images/jamaica/Jamaica1.JPG" />{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16405
Re:Error in lightbox 12 Years, 10 Months ago Karma: 0
works now, thank you so much.
The administrator has disabled public write access.
 
Go to topPage: 12