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/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 2 Years, 9 Months ago Karma: 276
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 2 Years, 9 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 2 Years, 9 Months ago Karma: 276
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 2 Years, 9 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 2 Years, 9 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