Joomla! - Using Moomenu And Rokbox At The Same Time?
I can not seem to get these two plugins to work together. If I disable rokbox, my moomenu will work, so I think there is a class of the javascript, any ideas on how to fix?
Search more about Joomla! - Using Moomenu And Rokbox At The Same Time?:




This is almost certainly a Javascript conflict. I’m not familiar with rokbox but assume it uses MooTools as the Javascript library. It’s common to get Javascript conflicts in Joomla and the easiest way to resolve them, if the plugins are using the same library, is to cut the js from the plugin and add it to the head of the template.
tags and removing the js from the plugin usually resolves these issues.You need to ensure that only one instance of mootools.js is being called and that it is called before the plugins load. Putting the link to the script between your