MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

how to make the menu responsive #88

Closed redcoder2012 closed 10 years ago

redcoder2012 commented 10 years ago

hi, how can i make the menu responsive using this plugin ?

MWDelaney commented 10 years ago

Hello, Which menu do you mean? If you mean how to make your theme's menu responsive unfortunately that's not within the scope of this tool.

But please let me know if I've misunderstood you here. I am eager to answer your question if I can.

crgeary commented 10 years ago

You need a different menu walker. This plugin only does the Shortcodes for page content. If you want to alter the output of the WordPress navigation menu then use this: https://github.com/twittem/wp-bootstrap-navwalker or this https://github.com/twittem/wp-bootstrap-navlist-walker depending on your requirements.