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 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 14 Years, 11 Months ago Karma: 747
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 14 Years, 11 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 14 Years, 11 Months ago Karma: 747
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 14 Years, 11 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 14 Years, 11 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