Is it possible to have a drop down menu in JM Ores instead of the menu shown in the demo or a split menu. Maybe a Moo menu?
1 answer
Hi vonzie64!
Sorry for replying you late. In Ores we have supported drop down menu. Please switch menu type, you will have what you want. To do that, please do the following:
-- Open "app\design\frontend\default\jm_orestemplate\page \ja_vars.php".
-- Find this line (about line 32):
PHP Code:
$_params->set('ja_menu','split');//css:CSS Menu; split: Split Menu;
-- Replace it with:
PHP Code:
$_params->set('ja_menu','css');//css:CSS Menu; split: Split Menu;
-- Login into admin then clear your cache.
Hope this help you.