Using it with WordPress 3.5 and the men texts when you hover over a menu items are not shown properly. Light grey background and text is in grey with an outline. Difficult to read
]]>The menu graphics for the hover and active state where the arrows don’t line up or are inverted.
]]>…there’s a problem with the pop-up menus: graphics fails (there’s an “object” flying in the middle of web page, following mouse positioning).
All the rest is working fine, as I can see…
Regards,
Andrea
Having many sites using this plugin and after no update for a very long time, I decided that editing the plugin myself was the only option (other than removing it from all sites and writing my own version)… The latter would have been a waste of time really, since Fluency only needed a small edit to get it working again (for my needs, at least).
Depending on how you’re using this plugin, you may find my “fix” helpful.
All I done was edit the wp-admin.css file (located in /wp-content/plugins/fluency-admin/css/)..
Find:
#adminmenu li.wp-has-submenu:hover .wp-menu-arrow, #adminmenu li.wp-has-submenu.hovered .wp-menu-arrow {
cursor: auto;
display: block;
position: absolute;
right: -9px;
top: 0;
z-index: 25;
}
#adminmenu .wp-menu-arrow div {
width: 16px;
}
Replace with:
#adminmenu li.wp-has-submenu:hover .wp-menu-arrow, #adminmenu li.wp-has-submenu.hovered {
display: none;
}
Now go to the Fluency Admin settings and uncheck the “Hover menus” box, then click save. Job done
Hope that helps some of you
]]>Hi Dean,
I’ve been using your plugin for a very long time (using it on many client builds), and have donated too.
I know you wrote a blog post a while back explaining where you’re at in regards to working on this plugin again but that was a very long time ago.
Any chance you can give us all an update?
Tom
]]>The submenus do not pop out when I hover over the parent menu items.
]]>All is working, but a lot of the graphic in the sidebar are very buggy for me. Might be Chrome but it wasn’t ever buggy before. When on a certain page, e.g. Dashboard, a little arrow pints in towards Dashboard on the left. That’s nice but there’s another little arrow coming from above that looks un-intentional. Also a strange outer shadow hovering about 3-4 pixels away from the menu that appears when you hover over a sidebar option. Here’s an image: https://ow.ly/8kYsf Hope you can fix it! ??
-Dapizz
]]>Most likely other folk have reported the same issues, so I will keep this brief.
Display issues. Lines appearing between drop down menu options.
Menu issues. Menus vanish within seconds making it hard or impossible to use them.
No way forward without deactivation.
I assume a new release is on the way.
Although, it actually looks as thought WP is FINALLY incorporating many of Fluency’s excellent features into the core. Nice to see. Always wondered why they didn’t take the lead from Fluency and improve the layout.
]]>You will definitely be turning off Fluency for a while if you pull the trigger on the new upgrade right now. My temporary loss is definitely your informational gain.
PS- the newly tweaked WordPress dashboard is *okay* but Dean’s plugin was still far superior IMO.
]]>My Plugins option in the Admin menu reads like this (Swedish):
Till?gg n class=”update-plugins count-2″>2
Lang note: Till?gg = Plugins
I’m thinking it might be the ‘?’ (ä) sign or a simple typo in the code that causes it to break when a plugin needs updating.
No biggie. But thought I’d mention it.
]]>Fluency Admin’s menus do not finish initializing and the JavaScript error (see below) prevents the rest of the page from running in Chrome 15. The error is:
Uncaught ReferenceError: fluencyAdminMenu is not defined
This error keeps the widget screen from initializing, and I have to turn off Fluency Admin to configure my widgets.
Plugins I use are listed on this page.
]]>Do you have the same problem as me with WP 3.2.1 and last version of fluency-admin ?
Editor users can’t see the “Edit Pages” link in the menù !!!
]]>It was fine until today, it stopped working in Google Chrome. Fluency admin did not already showed properly in Opera. But works fine in Mozilla Firefox.
]]>Hi !
I need to pre-set some options of the new fluency-admin at plugin installation, can you help me a bit with php editing ?
That’s because I want to flag this plugin as “must use” for 50 different WordPress installations and I want all the websites to activate it with pre-customized login image & so
]]>I was seeing some pretty choppy scrolling in the WP backend while using Chrome. After some digging around, I discovered it was the Fluency Admin plugin. Specifically all the rgba() calls in the fluency-custom.css.php file.
I coded up a function to merge the $custom_color variable with the transparent colors used for borders, shadows, gradients, etc. Not the most elegant hack, but it fixed my issues. You can grab the updated file here:
https://gist.github.com/1283997
Hi !
I used 2.0 for 2 years, and it’s great.
I’m thinking to install 3.2, but you removed the nice “fluency” image in the top-left corner.
I liked that because I overwrited the file with my company logo, and I see in 3.2 it’s not there anymore.
Is it possible someway to put that back ?
Also, is there a way to change in the php files the default options?
I want to flag this plugin as “must use” so all the websites will activate it, but I would like to pre-customize che login image.
Hello
Though we are able to change the logo and the link for the login screen, the alt text is still:
title="Powered by WordPress"
how can that message be customised ?
]]>Fluency Admin 3.2 with Gantry-Framework 1.19 gives an unusual error message that disappears if Fluency is turned off. The message only appears when going to the widget section:
Warning: preg_match() expects parameter 2 to be string, array given in /home/mp1/webapps/wp/wp-content/plugins/gantry/admin_functions.php on line 539
The error does not show up if Fluency is turned off.
Has anyone seen this or have a fix?
]]>Installed plugin v3.2 but when activated, the admin menu expanded children items disappear.
The main tab for each menu is available but they don’t expand so I can’t see any of the options underneath.
For example, clicking on Posts, I can see the list of posts but don’t see the expanded options All Posts, Add New, Categories nor Post Tags.
Deactivating the plugin restored the admin menu.
Wil.
]]>Hello,
there is small bug in file fluency-admin/css/load-styles.php, which causes Fluency Admin not to work correctly under Windows hosting server (not loading css).
I just changed all “/” into DIRECTORY_SEPARATOR on lines 13-15 and it started to work correctly.
LOVE the Fluency admin plugin! Quick suggestion for next vers: Can you set an option in the options screen to change the padding-top for #adminmenu (it seems to be set on line 239 of wp-fluency-admin.php). If you can add a box to change that number dynamically and put it next to the Custom menu height, that would be fantastic. Thanks!
]]>wonderful discovery, great plugin,
thanks Dean, kudos for the state of the art
i’m adjusting the height of the login div to match my logo, because sometimes the brand is vertical and doesn’t display well with the 65px limit
– adding this to my theme’s functions.php
add_action('login_head', 'my_custom_logo_height');
function my_custom_logo_height() {
echo '
<style type="text/css">
#login h1 a { height:122px; }
</style>
';
}
would be nice to have an extra option to adjust this inside Fluency
cheers,
]]>While it looks ok sometimes fluency is not loading. Solution is just to reload the admin page but that is not a proper solution.
I reinstalled both fluency and wordpress 3.2.1 in case something was wrong but the problem is still there.
Any hints?
]]>I’ve translated Fluency Admin to german an tested the translation by adding the Textdomain-snippet from the old Version of Fluency Admin to the new version.
Everything is working fine. Feel free to use it!
https://www.beedy.de/files/fluency-admin-de_DE.zip
Best Regards
Stefan
Hi!
I have several websites running on WP 3.2.1 with Fluency Admin. Problem description on all my websites:
– No hover navigation, i.e. Plugins is only clickable, but does not open the menu below Plugins. This works nowhere, even not when I disable all plugins.
Only solution: I manually enter
https://websiteurl/wp-admin/options-general.php?page=fluency-options
and disable Hover Menus.
For me the Fluency Admin is not usable at all now. This effect occurs both in the German and English version of WP 3.2.1 just to exclude language issues.
]]>The submenus do not pop out when I hover over the parent menu items.
WP 3.2.1
Fluency 3.2
When I install the update section still says that Fluency needs to be upgraded. Also CSS formatting is still messed up.
I’m running WP 3.2.1 and Fluency 3.2
]]>hiya !
Well there is an issue with the admin bar of buddypress (1.2.9) that displays on bottom left ??
]]>Hi there !
Greeeeaaat job !!!
Works fine, waiting for the “chocolate” template now ^^ Love it !
Well, little issue on the translation file (french, that I updated) that does not apply.
Its name is fluency-admin-fr_FR.mo isnt it ?
But nothing happends ??
]]>Latest update of the plugin makes all menus “single column”, for example settings is so long that half of it don’t show up. Perhaps their is a setting I have missed or is their a problem with the plugin and its compatibility with latest version of WordPress?
]]>