Hi,
Is there a way to have the secondary menu on the top of the Header and not in the footer?
Thanks
Secondary menu
4 posts from 2 voices-
Posted 5 months ago #
-
Tbh I'm not sure if this is easily possible because of the menu styling, etc. (probably you'll need to rewrite some parts of the css code). However you can try to remove following code from footer.php:
<?php echo "<div class='sub_menu'>"; $args = array('theme_location'=>'avia2', 'fallback_cb' => '', 'depth'=>1); wp_nav_menu($args); echo "</div>"; ?>and insert following code:
echo "<div class='sub_menu'>"; $args = array('theme_location'=>'avia2', 'fallback_cb' => '', 'depth'=>1); wp_nav_menu($args); echo "</div>";below following line:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', get_option('blogdescription'));in header.php.
Posted 5 months ago # -
Cool thanks, I will give it a try.
Great support team, keep up the good workPosted 5 months ago # -
Hi!
Great thanks.
Best regards,
PeterPosted 5 months ago #
Reply
You must log in to post.














