Forum Replies Created

Viewing 2 replies - 46 through 47 (of 47 total)
  • Thread Starter superciccio14

    (@superciccio14)

    Thanks! I think that the code is this:

    <nav id="access" role="navigation">
    				<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
    				<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
    				<div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
    				<div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
    				<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assigned to the primary location is the one used. If one isn't assigned, the menu with the lowest ID is used. */ ?>
    				<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    			</nav><!-- #access -->
    	</header><!-- #branding -->
    
    	<div id= "mydiv"></div>
    	<div id="main">

    Ok I added mydiv, but can I put a widget into this new div?

    Thanks a lot!

    Thread Starter superciccio14

    (@superciccio14)

    I’ve just found how remove Search Box

    By editing child CSS:

    /* Search Form */
    #branding #searchform {
    	display: none;
    }

    But now how can I add language switching?

    Thanks!

Viewing 2 replies - 46 through 47 (of 47 total)