Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 04/03/2010 ARI Slider v. 1.3.0

    ARI Slider v. 1.3.0 is available. New version of the extension can display menu items title in nice tooltip. See demo here.

  • 26/02/2010 Joomla! popup extensions

    ARI Colorbox, ARI Sexy Lightbox, ARI Fancybox and ARI Pretty Photo have been updated. Now these provide ability of using pretty lightbox in any Joomla! content, for example in VirtueMart product description or in other content. Extensions also can create thumbnails and create popups with large images from inline content images. Only wrap necessary content with plugin tag.


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 on page when I use data table in an article
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Error on page when I use data table in an article
#1902
Re:Error on page when I use data table in an article 10 Months, 1 Week ago Karma: 25
Sorry, but it isn't ARI Smart Content issue. It's issue in javascript file from your template. You can find this file by the following path:

<joomla_dir>/templates/anchor/js/pngfix.js

It contains the following code:

if ((version >= 5.5) && (document.body.filters))

but it's incorrect in your case because including of this file comes before <body> tag and document.body.filters expression raise error because document.body is null.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1904
Re:Error on page when I use data table in an article 10 Months, 1 Week ago Karma: 0
So if I get this right. I need to let my script PNG fix execute in the body and not the head tag?
The administrator has disabled public write access.
 
#1907
Re:Error on page when I use data table in an article 10 Months, 1 Week ago Karma: 25
Yes, move this inclusion under <body> tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1910
Re:Error on page when I use data table in an article 10 Months ago Karma: 0
I removed the script all together from the page and still have the same error
The administrator has disabled public write access.
 
#1911
Re:Error on page when I use data table in an article 10 Months ago Karma: 0
Think I found the problem. jQuery was being loaded into the page more than once. Once by your addon and another by a script I wrote.

Thanks!
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: admin