Hello i am using t3 framework 2.5.0 template and when i am changing language the menu disappear but if i refresh the page the menu appeard !!! sorry for my bad english .... t3 mega menu ...
p.s the site is in localhost
Please post all new support queries in our New Forum.
$lang = JFactory::getLanguage();
$lang = $lang->getTag();
$lang = explode("-", $lang);
$lang = $lang[0];
$logoimage = $logotype == 'image' ? $this->params->get('logoimage', 'templates/' . T3_TEMPLATE . '/images/logo.png') : '';
$logoimg = $logotype == 'image' ? 'templates/' . T3_TEMPLATE . '/images/logo-'.$lang.'.png' : '';
$logoimage = $logotype == 'image' ? $this->params->get('logoimage', 'templates/' . T3_TEMPLATE . '/images/logo.png') : '';
$logoimg = $logotype == 'image' ? 'templates/' . T3_TEMPLATE . '/images/logo-'.$lang.'.png' : '';
We have the same trouble when switching to another language - megamenu disappear until you refresh the page.. and disappears again in the next refresh - or not.. Very annoying! And Alex cure is not solving the problem..
Hi, It is just about configuration, I think.I don't think because with Joomla! 3.3.3 works perfectly.