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?

Ari yui vs. Ari Ext menu: scripts
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Ari yui vs. Ari Ext menu: scripts
#15667
Ari yui vs. Ari Ext menu: scripts 12 Years, 11 Months ago Karma: 0
Hi, very good work!

I use ARI EXT menu. Using jch_optimize I need to exclude ext-core.js, menu.min.js and the rather heavy mootools.js, which I did not need at all before.

I'd like to know if I could make all a bit lighter with the YUI menu. Therefore: would the scripts used in YUI reduce the load? (I saw on you demo page that mootools.js and other js scripts are on, but only menu-min.js is loaded specifically for the YUI menu).

Thank you and best regards,
The administrator has disabled public write access.
 
#15672
Re:Ari yui vs. Ari Ext menu: scripts 12 Years, 11 Months ago Karma: 747
Hello,

The module loads only necessary javascript and CSS files, mootools.js is loaded by Joomla!

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15674
Re:Ari yui vs. Ari Ext menu: scripts 12 Years, 11 Months ago Karma: 0
Correct, but without mootools, ARI EXT menu does not function. Would ARI YUI work without mootools?
Thanks
The administrator has disabled public write access.
 
#15677
Re:Ari yui vs. Ari Ext menu: scripts 12 Years, 11 Months ago Karma: 747
"ARI Ext Menu" doesn't require MooTools javascript library. It uses ExtJs library. If something doesn't work without MooTools, it can be a problem with 3rd party extension. We can investigate the problem if you provide link to page where we can see the problem.

PS: BTW, you can check browser's error console, we suppose it contains some errors.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15718
Re:Ari yui vs. Ari Ext menu: scripts 12 Years, 11 Months ago Karma: 0
That becomes interesting (at least for me as a newbee). Here is the site apvl.org/. I can disable mootols for a short while, just let me know when.
Last Edit: 2011/06/03 14:33 By admin.
The administrator has disabled public write access.
 
#15719
Re:Ari yui vs. Ari Ext menu: scripts 12 Years, 11 Months ago Karma: 747
If you open HTML source of provided page, you can find the next code:

Code:


window.addEvent("domready", function() {
var JTooltips = new Tips($$(".hasTip"), { maxTitleChars: 50, fixed: false});
});



This code is required MooTools library and it is loaded by Joomla!. We suppose when you disable MooTools library, this code is not removed and causes javascript error and stops executing of script for menu module.

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