codetoolbox
Forum Replies Created
-
Forum: Plugins
In reply to: [My Bootstrap Menu] Submenu troubleHi jlh159,
Please check that the settings below are set correctly, under ‘Format’ > ‘Submenus’ :
– Display Icon
– Submenu headings are linksClicking a submenu link will open the page (if checked), or just display the submenu (if not checked). NB: dropdown icon must be displayed if selected as this will be used to open the menu.
Regards,
Michael
Forum: Plugins
In reply to: [My Bootstrap Menu] Navigation does not show.Hi Kevin,
I suggest you try adding a simple menu in a default or blank template, i.e. follow these instructions, ensure your menu is registered:
WP Nav MenuThen in your template
<?php wp_nav_menu( array( 'theme_location' => 'your-menu' ) ); ?>Then in My Bootstrap menu make sure that theme location ‘your-menu’ is set as a boostrap menu – i.e. the tickbox is selected.
Good luck!
Forum: Reviews
In reply to: [My Bootstrap Menu] Great pluginGreat advice and thanks for the feedback!
Forum: Reviews
In reply to: [Nss Post Role Permision] Good job- This reply was modified 9 years, 7 months ago by codetoolbox.
Forum: Plugins
In reply to: [My Bootstrap Menu] Can’t delete this pluginHi Lizamike,
I’ve checked installing and uninstalling on a few systems and I can’t reproduce your error! 🙁
I would suggest simply deleting the bootstrap menu plugin directory using FTP, for example:
https://www.webhostinghero.com/manually-disable-wordpress-plugins/Further – the issue may be related to another plugin or theme, memory issues, or permissions! I would suggest following the help in a site like this:
http://www.beginwp.com/fix-are-you-sure-you-want-to-do-this-error-wordpress/Hope that helps!
Forum: Reviews
In reply to: [My Bootstrap Menu] GREAT! AWESOME 6 Stars!Thanks! Glad you like it 🙂
Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletSo after some testing and looking into this… the solution is to update your iPad OS! Good luck.
Forum: Reviews
In reply to: [My Bootstrap Menu] No reviews, but works great!Thanks for this review vgramlich!
I’ll have a look at the multiple menu location issue – can you let me know what browser it occurred on?
Forum: Plugins
In reply to: [My Bootstrap Menu] After installing no Appearance > My Bootstrap MenuI hope that fixed your issue, I’m marking this resolved unless you have any more problems.
Thanks
Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletHave you set ‘sub-menu headings are links’ ? if so turn it off.
Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletThe dropdowns are working for me – as far as I can test your site. Have you tried a different tablet/os/etc?
The navbar will only switch to mobile navigation at 768px wide.
Forum: Plugins
In reply to: [My Bootstrap Menu] sub menus not working on tabletHi Blackcat,
We don’t normally provide commercial support – without a contract! – but in your case, I’ve tested and am unable to replicate the issue.
Can you see if the bootstrap navbar works on your tablet here:
Sample NavbarForum: Plugins
In reply to: [My Bootstrap Menu] After installing no Appearance > My Bootstrap MenuHi Krzakx,
It looks like you have the wrong version of PHP – for this plugin to work you need at least version 5.3.0.
See more details here:
PHP NamespacesGood luck!
Forum: Reviews
In reply to: [My Bootstrap Menu] Fantastic Add on – however I have a query?Hi Jon,
Thanks for the feedback!
To edit the formatting of your menu you will need to create/edit a CSS file with navbar specific formats.
e.g..navbar-default { background-color: #e74c3c; border-color: #c0392b; }Here are some links to guide on the process:
How to navbar – stack overflowA simple tool for generating CSS for your formats:
Generate your own Bootstrap navbarForum: Plugins
In reply to: [My Bootstrap Menu] No Settings tab – how do align menu right?Thanks for this feedback!
I’ve found the bug which only affects Firefox and released a fix (ver 1.1.1). The admin site and the tabs should be working correctly for you now!
The original issue of missing options was a side-effect from the tabs not working.
Hope all is resolved!