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?

ARI Fancybox Table Problem
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Fancybox Table Problem
#16743
ARI Fancybox Table Problem 12 Years, 9 Months ago Karma: 0
Hi, I'm having a problem with inserting multiple instances of the fancybox codes within an article. I have one displaying a gallery within a table, then one that's supposed to display another joomla article. If the gallery is by itself on the page it works perfectly, but as soon as I insert the other code anywhere else on the page inside or outside of the table, it seems like it cripples the rest of the page and restricts the entire page's table. Here is my HTML code for the article.

Code:

<table cellpadding="10" cellspacing="10">
<tbody>
<tr>
<td colspan="3"><b>Avani</b></td>
</tr>
<tr>
<td>{arifancybox activeType="imglist" generateThumbs="true" thumbType="resize" thumbHeight="50px" type="gallery" theme="shadow" dir="images/stories/gallery/horses/avani"{/arifancybox}</td>
<td>Gulch x Royal Strait Flush by Seattle Slew<br />'08 Indian Charlie colt brought $ 300,000 at Keeneland Sept!
<p>View Pedigree</p>
</td>
<td>Open</td>
</tr>
</tbody>
</table>
<p>{arifancybox activeType="article" opt_width="300" opt_height="250" id="79" link="Show article" title="Article"}{/arifancybox}</p>



Here's the link to the page I'm working on.
The administrator has disabled public write access.
 
#16771
Re:ARI Fancybox Table Problem 12 Years, 9 Months ago Karma: 746
Hello,

Provided code works fine on our test server. Could you provide temporary access to your J! backend by email that we can investigate the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16772
Re:ARI Fancybox Table Problem 12 Years, 9 Months ago Karma: 746
As additional to previous post, provided code contains error. Use the next code:

Code:


{arifancybox activeType="imglist" generateThumbs="true" thumbType="resize" thumbHeight="50px" type="gallery" theme="shadow" dir="images/stories/gallery/horses/avani"}{/arifancybox}



instead of:

Code:


{arifancybox activeType="imglist" generateThumbs="true" thumbType="resize" thumbHeight="50px" type="gallery" theme="shadow" dir="images/stories/gallery/horses/avani"{/arifancybox}



In other words original code doesn't contain } symbol for {arifancybox} tag.

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