Title: codetoolbox's Replies | WordPress.org

---

# codetoolbox

  [  ](https://wordpress.org/support/users/codetoolbox/)

 *   [Profile](https://wordpress.org/support/users/codetoolbox/)
 *   [Topics Started](https://wordpress.org/support/users/codetoolbox/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codetoolbox/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codetoolbox/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codetoolbox/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codetoolbox/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codetoolbox/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/codetoolbox/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codetoolbox/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/codetoolbox/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Custom](https://wordpress.org/support/topic/custom-10/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/custom-10/#post-10937451)
 * Hi, you can change any of your css files, but make sure it’s the last one to 
   load if you want it to take precedence.
 * A helpful generator is available here:
    [https://work.smarchal.com/twbscolor/](https://work.smarchal.com/twbscolor/)
 * Good luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Navbar Menu not displaying- only see icon](https://wordpress.org/support/topic/navbar-menu-not-displaying-only-see-icon-2/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/navbar-menu-not-displaying-only-see-icon-2/#post-10569497)
 * Hi, Looks like you have this working now?
 * Usually I would suggest checking that the JavaScript and JQuery aren’t showing
   any errors in the console.
 * Good luck
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Need to size dropdown menu button](https://wordpress.org/support/topic/need-to-size-dropdown-menu-button/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/need-to-size-dropdown-menu-button/#post-10211507)
 * There are 2 options:
    1. Turn off “Submenu headings are links”, that will make
   the menu item a dropdown only. 2. Modify your CSS Stylesheets and change the 
   padding/formatting around the Nabar items and the “Select Menu Dropdown Glyphicon”–
   which if you view the DOM is like: <span class=’caret dropdown-toggle’ …> can
   can be modified using the css selector: span.dropdown-toggle { }
 * This plugin is not designed to do CSS, rather it is about managing the html markup
   required by bootstrap.
 * Good luck.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Off Canvas Slide In Feature?](https://wordpress.org/support/topic/off-canvas-slide-in-feature/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/off-canvas-slide-in-feature/#post-10207747)
 * Hi,
 * Unfortunately that slide in effect requires different mark-up and another plugin
   to work.
 * This plugin is just to create the plain bootstrap markup required for a navbar.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Need to size dropdown menu button](https://wordpress.org/support/topic/need-to-size-dropdown-menu-button/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/need-to-size-dropdown-menu-button/#post-10207746)
 * Hi there,
 * The best place to manage padding/margins/size of drop-down arrows etc. is to 
   use the CSS stylesheets. If you’re just starting out in web development I’d suggest
   having a look here:
    [https://www.w3schools.com/css/css_navbar.asp](https://www.w3schools.com/css/css_navbar.asp)
 * Good luck!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[My Bootstrap Menu] Bootstrap 4?](https://wordpress.org/support/topic/bootstrap-4-4/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/bootstrap-4-4/#post-10042265)
 * Hi – We’ve moved away from WordPress and php towards more robust CMS’s.
 * Happy to work with anyone willing to put in some time to contribute to the open-
   source software?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] How to change color?](https://wordpress.org/support/topic/how-to-change-color-4/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-color-4/#post-9510961)
 * To change the colours of a navbar use the CSS style sheets.
 * A helpful generator is available here:
    [https://work.smarchal.com/twbscolor/](https://work.smarchal.com/twbscolor/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Mobile Issues](https://wordpress.org/support/topic/mobile-issues-25/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/mobile-issues-25/#post-9222831)
 * Hi,
 * The problem is that you are writing your own Bootstrap code around the menu.
   
   By adding: `<div id="main-navbar" class="navbar-collapse collapse">` or `<nav
   class=”navbar navbar-inverse navbar-fixed-top”>...` you are effectively adding
   the markup again which will stop the addin from working.
 * The solution is to not add any markup at all around your menu! Try adding just
   your menu like this:
    `<?php wp_nav_menu( array( 'theme_location' => 'primary'));?
   >`
 * Good luck
    -  This reply was modified 9 years, 1 month ago by [codetoolbox](https://wordpress.org/support/users/codetoolbox/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Remove ‘container-fluid’ class](https://wordpress.org/support/topic/remove-container-fluid-class/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/remove-container-fluid-class/#post-9184435)
 * Hello hellolisadesign
 * I’ve released a new version of the plugin with the option to select ‘None’ for
   container type.
 * If you like the plugin – please give us a rating 🙂
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Logo doesn’t have alt text option](https://wordpress.org/support/topic/logo-doesnt-have-alt-text-option/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/logo-doesnt-have-alt-text-option/#post-9167334)
 * You’re welcome – we’d love a good review too if you can provide one! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Logo doesn’t have alt text option](https://wordpress.org/support/topic/logo-doesnt-have-alt-text-option/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/logo-doesnt-have-alt-text-option/#post-9167033)
 * Hi jaquintd,
 * I’ve released a new version that has added ‘title’ and ‘alt’ text options to 
   the Logo image.
 * There are some other breaking changes – in that you may need to save your menu
   options again, so please be aware of that.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Menu Is Not Working](https://wordpress.org/support/topic/menu-is-not-working-2/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/menu-is-not-working-2/#post-9164187)
 * Hi BaileyDigitial7,
 * I’m sorry to hear you’re having trouble developing sites and themes on WordPress.
   I can confirm the MyBootstrapMenu plugin works in the latest version of WordPress
   4.7.5.
 * Have you checked the various settings on My Bootstrap Menu such as:
    – Advanced
   Options > ‘Load the plugin’s version of bootstrap’ – Turn off all other plugins
   and themes and use a ‘Blank’ theme to test which is conflicting with MyBootstrapMenu.
 * If your client is still upset, we are happy to deal with them directly.
 * Cheers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Please update to latest WP version & WP 2017 Theme](https://wordpress.org/support/topic/please-update-to-latest-wp-version/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/please-update-to-latest-wp-version/#post-9164024)
 * To follow up, the plugin works correctly with the latest version of WP 4.7.5.
 * The WP 2017 theme has it’s own built in responsive menu, so this plugin will 
   not work with it directly. You will need to modify 2017 the template.
 * Good luck
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Menu Is Not Working](https://wordpress.org/support/topic/menu-is-not-working-2/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-is-not-working-2/#post-9051510)
 * Hi wpgg,
 * The site menu appears to be working, however it doesn’t appear to be using My
   Bootstrap Menu.
 * We can provide assistance for commercial projects if you contact us separately.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Bootstrap Menu] Please update to latest WP version & WP 2017 Theme](https://wordpress.org/support/topic/please-update-to-latest-wp-version/)
 *  Plugin Author [codetoolbox](https://wordpress.org/support/users/codetoolbox/)
 * (@codetoolbox)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/please-update-to-latest-wp-version/#post-8924570)
 * Hi Christie,
 * If your need is urgent, please contact me as we can offer support at competitive
   rates.
 * Otherwise, thanks for the heads up! I will review the plugin’s compatibility 
   with the latest WP as soon as I can!
 * Cheers,
 * Michael

Viewing 15 replies - 1 through 15 (of 39 total)

1 [2](https://wordpress.org/support/users/codetoolbox/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codetoolbox/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/codetoolbox/replies/page/2/?output_format=md)