Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

T&P Navigation Menu

Beschrijving

T&P Navigation Menu is a smart simple plugin that stick your default wordpress nav menu to the top of the page when you scroll down.

  • T&P Navigation Menu works only with wordpress twentythirteen theme!
  • for use in a diffrent theme you need to add <div id="navbar" class="navbar"></div> and put your menu inside it.

Schermafbeeldingen

  • screenshot-1.jpg
  • screenshot-2.jpg
  • screenshot-3.jpg

Installatie

  1. Upload T&P Navigation Menu to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. For a different theme put <div id="navbar" class="navbar"><?php wp_nav_menu(); ?></div> in your header.

FAQ

The T&P Navigation Menu does not work

Make sure that there is a wp_footer() func in your footer.php and wp_header() in your header.php.

I have `wp_footer()` func in footer.php and `wp_header()` in header.php but still does not work

Make sure that your menu inside <div id="navbar" class="navbar"><?php wp_nav_menu(); ?></div>.

How do I change the design

You can use CSS to change the look and feel of the layout.

Beoordelingen

Lees alle 4 beoordelingen

Bijdragers & ontwikkelaars

“T&P Navigation Menu” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “T&P Navigation Menu” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • First release August 2013