Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 16/10/2012 "ARI Quiz" v.3.3.0

    "ARI Quiz" v. 3.3.0 is ready and it is compatible with Joomla! 3.0.

  • 01/09/2012 "ARI Quiz" v. 3.0.0

    We are glad to announce extremely waiting update for popular Joomla! quiz extension. "ARI Quiz" version 3.0.0 is ready. The code has been totally reworked. The extension is fully compatible with Joomla! MVC model and contains the following new features:


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?

menu does not validate
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: menu does not validate
#28239
Re:menu does not validate 1 Year ago Karma: 0
*removed*

here, I just replaced this code for now.

Now it's W3C valid, but doesn't work
Last Edit: 2012/05/13 00:25 By dimaz.
The administrator has disabled public write access.
 
#28244
Re:menu does not validate 1 Year ago Karma: 442
Use the next code:

Code:


if (!Ext.isIE || typeof(MooTools) == "undefined" || typeof(MooTools.More) == "undefined") Ext.onReady(_menuInit); else window.addEvent("domready", _menuInit);



instead of:

Code:


if (Ext.isIE) if (typeof(MooTools) != "undefined") if (typeof(MooTools.More) != "undefined") window.addEvent("domready", _menuInit); else Ext.onReady(_menuInit);



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28245
Re:menu does not validate 1 Year ago Karma: 0
Thank you man! Now it'w working fine and W3C valid also!
The administrator has disabled public write access.
 
#35510
Re:menu does not validate 4 Months, 2 Weeks ago Karma: 0
I am still getting validation errors in Joomla 2.5.8

Line 28, Column 198: character "&" is the first character of a delimiter but occurred as data
…x-menu-init-hidden"); }; if (Ext.isIE && typeof(MooTools) != "undefined" && ty…
✉
This message may appear in several cases:

You tried to include the "<" character in your page: you should escape it as "&lt;"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.

How do I fix this?

Thanks
The administrator has disabled public write access.
 
#35513
Re:menu does not validate 4 Months, 2 Weeks ago Karma: 442
Install the latest version of the module.

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