RokAjaxSearch 1.9 (MooTools 1.2) Beez Override Conflict
When enabling the Mootools upgrade system
plugin (which enables Mootools 1.2 in Joomla), RokAjaxSearch 1.9 stops fetching results on single article
layout pages. This occurs due to a conflict with the Mootools 1.2 JavaScript used by RokAjaxSearch and the Beez
com_content/article override. This can be worked around by changing
<div id="page"> in com_content/article.default.php to some else. For example,
you can use <div class="page"> or <div id="content">. You
may need to adjust your CSS to match your change.
This issue only occurs with Mootools 1.2 since RokAjaxSearch loads a
different JavaScript for that version of Mootools. I would expect
Rockettheme to adjust their
JavaScript since the Beez overrides are everywhere.