Main menu customization in Motif-theme
-
I’m trying to align a custom element to my menu. See pics for reference:
image 1
image 2
image 3The code used for showing this is:
<nav id="site-navigation" class="main-navigation" role="navigation"> <h1 class="menu-toggle"><?php _e( 'Menu', 'motif' ); ?></h1> <div class="screen-reader-text skip-link"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'motif' ); ?>"><?php _e( 'Skip to content', 'motif' ); ?></a></div> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> <div class="languageSelection"><ul> <?php pll_the_languages(array("show_flags"=>1,"hide_current"=>1,"show_names"=>0)); ?> </ul></div> </nav><!-- #site-navigation -->Before the recent update on Motif-theme, the menu was as it should be.
-
Hi @jminion, I’m not seeing any site associated with your username, and given you are working with php, I would assume you are on a self-hosted WordPress installation.
Support for self-hosted WordPress.org installations, is provided at this site: http://wordpress.org/support/.
- The topic ‘Main menu customization in Motif-theme’ is closed to new replies.