the sub menu disappear before clicking
]]>Broken icons and formatting
]]>This is obviously due to the complete redesign of the backend by the WP team. Will this plugin be updated or do I need to create my own solution?
]]>Hi
Thanks for a very nice plugin. But unfortunately it is not working properly with updated WP.
Regards
Migo
How can i change background of featured image ? It’s current have green color, and i have trouble with it .
Thanks & Best Regards
]]>Hi there aristath,
Thanks for the awesome plugin! I love it, I just have one question.
How can I use the icons for my custom post types? I have a few picked out, I just can’t figure out how to use them. Any suggestions?
Thanks again!
Tim
PS. I’m a WPMUDev member too. Thanks for your help on there too ??
]]>I run all my WP installs on WP ENGINE.
In the main navigation, there is a menu item called WPENGINE and when I click on it, and then view other menu items, it shows code and not the UI.
I can create a demo wpengine install to help solve the issue. ]
other than that, thiss plugin is perfect.
https://krashkartmedia.com/wp-content/uploads/2013/06/wpenginebootstrappluginissue.png
]]>I’m a WordPress noob – but……..
“The package could not be installed. The theme is missing the style.css stylesheet.” Also says the theme is missing…
0.o
Any steps?
Thanks!
]]>I have a bootstrap under construction plugin that I want to use with wordpress. Will this admin plugin allow ,e to use the bootstrap under construction plugin.
]]>I am not sure where you stand on keeping this plugin up to date with the latest version or if you are testing, but while most things work your hover overs are a bit broken in the nightly builds of WordPress for 3.6.
The only reason I bring this up is because I have taken your plugin and integrated it with my theme framework.
Just thought you’d like to know, I think 3.6 is set to release soon.
]]>creating a forum or topic or post has issues with the left hand side where all the text is white.
]]>Just attached a picture that will indicate the problem. What’s the fix?
https://i39.photobucket.com/albums/e168/Spiderguy252/bug_zps68a24689.jpg
Thanks so much in advance!
]]>Hi there,
This plugin is super, it looks good, works great, but one thing that keeps me from using it – The “Jetpack” Stats page looks horrible. Now, I’m a person who’s obsessed with tiny details, and cannot stand when something looks wrong. Please fix the bugs in the Jetpack Area!
Also, some of the buttons “mix” with each other, e.g. when putting long tags in the tag area when creating a new post.
Happy Coding ??
]]>I just updated one of my sites to the newest version of the plugin and encountered a big issue. The sub menus are not working properly. Upon hovering the sub menu pops up on top of the main menu instead of next to it and displays html code instead of the menu title and items.
I’ll stay with the previous version until this is fixed.
]]>I’m using your plugin on a site that uses the WordPress Multilingual plugin (www.wpml.org). When I change the administrator language for one of the users, the icons left of the admin page title don’t show for that user. When I disable the plugin, the icon is showing again.
It’s a small bug, but nonetheless.
For the rest, great plugin (as I’ve stated before) and thanks for the great and fast support!
]]>Hello,
I love the plugin and I like in the way it supports the other plugins by WPMU.
The CSS and others… we can customize on our end. But I would love to hear if it is possible these features:
1) Changing the URL of the admin section. ( From /wp-admin to /admin). So when a user logs in to the system, he sees the /admin as the url and not /wp-admin. I tried to change the rules in .htaccess. But failed to do so for many times
The same for /wp-login page.
2) Adding an option to add own interactive guidelines(In addition to Dashboard’s default Interactive tips on admin menus and options)
3) Options to add own jquery plugins like sliders or tutorials with in the dashboard. (Ofcourse, it is too advanced and may be out of the scope. Let’s ignore it)
Thanks
]]>After the latest upgrade I noticed a small issue with the icons.
First, some of the icons seemed out of place (it showed a dog for the appearance menu), but a hard refresh of my browser window fixed this problem.
The other problem I encountered is with the icons of the custom menu items added by plugin like WordPress SEO by Yoast. For some strange reason, when I go to the Contact Form 7 page, the icons for the other custom menu items disappear. (In my case these are WordPress SEO by Yoast and WordFence.) After switching to any other page, they appear again. This only happens when visiting Contact Forms 7, not when visiting WordPress SEO of Wordfence.
It’s a minor issue, but nonetheless I bring it to your attention. I’m using Firefox for Mac by the way.
Overall, still a great plugin.
]]>This looks slick so far…
One thing I noticed – the original icon for “Feedbacks” (a Jetpack component) is retained beneath your replacement.
]]>Maybe its another plugin? or maybe its just that icons do not line up? when you collapse the admin menu and hover over a icon the icon is above the title:
The image shows that the icon looks off.
]]>I just want to report a notice on my install:
Notice: Constant BOOTSTRAP_ADMIN_CHOSEN_JS already defined in /var/www/clients/client2/web8/web/wp-content/plugins/bootstrap-admin/includes/config.php on line 7
Could it be from another plugin? Sorry I do not have time to test a lot around at the moment.
Just wanted to put it out there
]]>Cureious question:
WordPress 3.5
Your plugin 1.02
How are you getting the popover to work when you hover? I see your doing trigger hover, when I try to replicate this behavior my popover dissapears when hovering off the targeted element.
]]>Icons are showing in the popover when hover over a collapsed menu bar. Where as they do not in the rest of the menus and it looks rather bad. any way to solve this?
]]>I am running WP 3.5 rc5.
I have the updated version of Bootstrap Admin.
When activated, there is a problem with the menu option for themes.
It is stopping the population of menus in the select menu dropdown for the theme.
Also, when I go to plugins and attempt to use “Bulk Actions” at the top of the page, the page jumps and the bulk actions box is not populated, the apply button is cut in half and the box that is supposed to have the bulk actions listed is chopped and nothing is there, and all text on the page gets highlighted.
If I attempt to use the bulk actions at the bottom of the page the box shows a search icon in it and the apply actions jumps and is cut in half.
If I deactivate the Bootstrap Admin plugin, everything returns to normal.
]]>This is just a bug report about something you might want to look at. When there is a update nag or any type of WordPress nag announcement at the top of the page, bootstrap admin only displays a blank space. The nag isn’t displayed but the open space is there for it.
I discovered this after deploying the BP compatibility pack and switched to bootstrap before I finished. The nag was still being displayed, but bootstrap wasn’t showing it, only the space for it was present.
]]>Thanks a lot for that great theme. I installed it yesterday and started to customize it more. I wanted to replace the Icons next to the post type-headlines as well (class “icon32”) and managed to do it like that:
jQuery('#icon-index.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-dashboard icon-large"></i></div> ');
jQuery('#icon-edit.icon32-posts-post').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-th-large icon-large"></i></div> ');
jQuery('#icon-upload.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-picture icon-large"></i></div> ');
jQuery('#icon-link-manager.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-link icon-large"></i></div> ');
jQuery('#icon-edit-pages.icon32-posts-page').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-file icon-large"></i></div> ');
jQuery('#icon-edit-comments.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-comment icon-large"></i></div> ');
jQuery('#icon-edit.icon32-posts-portfolio').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-th-large icon-large"></i></div> ');
jQuery('#icon-wpcf7.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-edit icon-large"></i></div> ');
jQuery('#icon-edit-news.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-envelope-alt icon-large"></i></div> ');
I’m wondering though if you plan to include this in one of your next versions of the theme yourself and if their is a more elegant/professional way to do this.
Also I wanted to ask you if you know why the menu icons in the collapsed menu don’t get replaced. Do you plan to fix it?
Thanks.
Manuel
I thought I was on another plugin forum. Sorry.
]]>Hi there,
l updated the new wordpress 3.4.2 and l think this is when l lost all my great colors and font in the bootstrap admin. Has anyone else had trouble when updated. A matter of fact the font is near impossible to read and write in the editor it must be a 7 or something.
Lynchd57
]]>Hi,
Thank you very much for this plugin! However, I installed the latest update and now all the bootstrap styling is gone. It’s back to the old wordpress admin style. I tried re-install and install plugin but the style is not there anymore.
How can I download the previous version of the plugin to get the bootstrap style back?
Thanks again.
]]>I’ve been using a modified version of this since it came up in the WMPUDev community. It’s a good mod.
]]>