Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
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?
1 Answer
- Anonymous1 decade agoFavorite Answer
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.
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 <head> </head> tags and removing the js from the plugin usually resolves these issues.