[Plugin: Fluency Admin] Fix for this (now unsupported) plugin…
-
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
The topic ‘[Plugin: Fluency Admin] Fix for this (now unsupported) plugin…’ is closed to new replies.