I had the word HOME hidden from the Main Menu for a while now, and when I look at the menu item it still says "hidden", but for some reason the word HOME is now appearing on my Main horizontal menu. I've tried every thing I can find on all the forums. Any thoughts?
Hi markmwest
There seems to be issue with the override for menu, I've reported to the dev team to fix this issue. Kindly wait.
markmwest Hi, You can fix it by adding this code
$menu_show = $gkparams->get('menu_show',1 ); // from J3.7.x if ($menu_show==0) continue;
after line 70
70
on file /templates/gk_cloudhost/lib/menu/GKBase.class.php
/templates/gk_cloudhost/lib/menu/GKBase.class.php
or you can use this file
Thank you. fixed.