Yes, The top menu has been removed to accommodate the ticker. To balance that, We have added the secondary menu 2.
Now, You have to add the below code in functions.php file in the Nav menu section,`
register_nav_menus(
array(
'mainNav' => __('Secondary Menu','silvermag' ),
'mainNav2' => __('Secondary Menu 2','silvermag' ),
'topNav' => __('Top Menu','silvermag'),
)
);
After that turn off the Ticker and uncomment the Top Nav Menu in the header.php file,
//wp_nav_menu(array('theme_location' =>
to
wp_nav_menu(array('theme_location' =>
Hope you can do this without any issues.
Thanks.. Before that backup your files for safety measures.