Title: WP Select Box Navi
Author: Florian Steller
Published: <strong>Desembre 17, 2012</strong>
Last modified: Gener 21, 2013

---

Search plugins

![](https://ps.w.org/wp-select-box-navi/assets/banner-772x250.jpg?rev=641155)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-select-box-navi_a2bbca.svg)

# WP Select Box Navi

 By [Florian Steller](https://profiles.wordpress.org/guesmo/)

[Download](https://downloads.wordpress.org/plugin/wp-select-box-navi.zip)

 * [Details](https://bal.wordpress.org/plugins/wp-select-box-navi/#description)
 * [Reviews](https://bal.wordpress.org/plugins/wp-select-box-navi/#reviews)
 *  [Installation](https://bal.wordpress.org/plugins/wp-select-box-navi/#installation)
 * [Development](https://bal.wordpress.org/plugins/wp-select-box-navi/#developers)

 [Support](https://wordpress.org/support/plugin/wp-select-box-navi/)

## Description

**Mobile Navigation**
 This Plugin adds an select box navigation and font size support
for mobile devices to your WordPress template.

**More Inforrmation**
 For more information visit the [plugin website](http://wordpress.guesmo.com/).
http://wordpress.guesmo.com/

**Thanks to**
 WP Select Box Navi uses [TinyNav.js](http://tinynav.viljamis.com/),
the jQuery responsive navigation plugin.

## Installation

 1.  **Make sure** your Theme using **wp_head();**! If not, add the function `<?php
     wp_head(); ?>` to the “header.php” file in your theme directory right before the
     closing `</head>` tag.
 2.  **Install the Plugin** from the dashboard or download it from wordpress.org and
     load the folder “wp_select_box_navi” in to the “http://www.my-blog.com/wp-content/
     plugins/” directory
 3.  **Activate the Plugin** from plugin menu in the WordPress dashboard
 4.  **Add the following CSS styles** to your Theme stylesheet:
 5.  **Show or hide the default navigation**
 6.      ```
         .nav { display: none } /* hide default navi */
         ```
     
 7.  -> or
 8.      ```
         .nav { display: block } /* show default navi */
         ```
     
 9.  **Show or hide the select box navigation**
 10.     ```
         .tinynav { display: none } /* hide select box navi */
         ```
     
 11. -> or
 12.     ```
         .tinynav { display: block } /* show select box navi */
         ```
     
 13. **With adding CSS Media Queries to your styles you can switch both navigations
     by display size**
 14. @media screen and (min-width: 1024px) /* show default if screen is larger than
     1024px with */
      { .nav { display: block } .tinynav { display: none } }
 15. @media screen and (max-width: 1023px) /* show select box if screen is smaller 
     than 1024px with */
      { .nav { display: none } .tinynav { display: block } }

## FAQ

Dont be to shy to ask @ wordpress@guesmo.com

No Questions jet

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP Select Box Navi” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Florian Steller ](https://profiles.wordpress.org/guesmo/)

[Translate “WP Select Box Navi” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-select-box-navi)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-select-box-navi/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-select-box-navi/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-select-box-navi/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-select-box-navi/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

**0.3** January 21, 2013
 * Supporting WordPress bookmarks * Adding CSS for displaying
select box individually by using different navigation types, like showing select
box for pages and default for category navigation. * Optimizing and cleaning code*
Adding code documentation for including custom styles and Java Script

**0.2** December 18, 2012
 * Supporting WordPress 3.5 * Cleaning up 😀

## Meta

 *  Version **0.3**
 *  Last updated **13 anys ago**
 *  Active installations **10+**
 *  WordPress version ** 3.3.2 or higher **
 *  Tested up to **3.5.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-select-box-navi/)
 * Tags
 * [Navi](https://bal.wordpress.org/plugins/tags/navi/)[navigation](https://bal.wordpress.org/plugins/tags/navigation/)
   [responsive design](https://bal.wordpress.org/plugins/tags/responsive-design/)
   [select-box](https://bal.wordpress.org/plugins/tags/select-box/)[wp](https://bal.wordpress.org/plugins/tags/wp/)
 *  [Advanced View](https://bal.wordpress.org/plugins/wp-select-box-navi/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-select-box-navi/reviews/)

## Contributors

 *   [ Florian Steller ](https://profiles.wordpress.org/guesmo/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-select-box-navi/)