Jump to content
  • 0

Как убрать панель Меню


Grimnir69
 Share

Question

Добрый день!

Подскажите пожалуйста, каким образом в стандартной теме Twenty Eleven 2.3, можно отключить отображение Меню, а название страницы расположить по центру?

 

https://drive.google.com/file/d/0B0PJputsz7YPaC1RcFBrTFotbEk/view?usp=sharing

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
название страницы расположить по центру

 

Прописать в цсс для заголовка страницы:

text-align: center;
отключить отображение Меню

 

Ну очевидно убрать вывод меню из шаблона
 

<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"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div><?php if ( ! is_singular() ) : ?><div class="skip-link"><a class="assistive-text" href="#secondary"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div><?php endif; ?><?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 -->

Мне вот просто интересно, вы хоть что-то пытаетесь самостоятельно сделать? Или избрали для себя более легкий способ - создать кучу тем, чтобы люди за вас все сделали?

Link to comment
Share on other sites

  • 0

 

название страницы расположить по центру

 

Прописать в цсс для заголовка страницы:

text-align: center;
отключить отображение Меню

 

Ну очевидно убрать вывод меню из шаблона

 

<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"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div><?php if ( ! is_singular() ) : ?><div class="skip-link"><a class="assistive-text" href="#secondary"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div><?php endif; ?><?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 -->

Мне вот просто интересно, вы хоть что-то пытаетесь самостоятельно сделать? Или избрали для себя более легкий способ - создать кучу тем, чтобы люди за вас все сделали?

 

Пытаюсь разбираться сам! Но к сожалению, бывают иногда затыки :(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy