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?

menu does not validate
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: menu does not validate
#28239
Re:menu does not validate 12 Years 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 06:25 By dimaz.
The administrator has disabled public write access.
 
#28244
Re:menu does not validate 12 Years ago Karma: 748
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 12 Years 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 11 Years, 4 Months 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 11 Years, 4 Months ago Karma: 748
Install the latest version of the module.

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