|
The problem is not actually the template coding, but the extended menu module (handles the drop down menus) we are using. It has become apparent that this is causing some problems and we no longer use this on our templates. We have integrated our own menu system for all templates from JJ Flex.
{mosgoogle} The fix is as follows: as per: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,163/Itemid,35/limit,15/limitstart,15/ There is a temporary solution to get ext.menu working with Joomfish: in menu.menuloader.class.php, line 52, change the following: global $mosConfig_lang, $mosConfig_mbf_content; to: // global $mosConfig_lang, $mosConfig_mbf_content; The fix is from Daniel himself, and it should be working now... I believe he will soon be posting the update of ext.menu to resolve this conflict. Ext.menu is still the best menu enhancement system for Joomla! |