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
  • 29/08/2010 Free Joomla! photo gallery module

    ARI Soft team is glad to introduce a new Joomla! photo gallery extension called ARI Slick Gallery. The module shows photos in fancy way and can be integrated with different lightbox extensions. See the extension in action here.

  • 27/07/2010 ARI Image Slider v. 1.1.0 is ready

    We are glad to announce new version of ARI Image Slider extension. It provides possibility to define link target, generate thumbnails and can be integrated with different popular Joomla! lightbox extensions.


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 1 Year, 3 Months ago Karma: 61
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 1 Year, 3 Months 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 1 Year, 3 Months ago Karma: 61
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 1 Year, 3 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 1 Year, 3 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