• Having searched far and wide for this kind of plugin, I was glad to have stumbled across this life and mind saver of a plugin.

    Initial installation went fine, I read through the usage notes and the double click to close menu item worked fine. However… I wasn’t getting notified of how many items were hidden, etc.

    After taking a very quick look at the php file, I made a few changes and voila, working 🙂

    Here’s what I did.

    Line 33:
    .minimized dt.menu-item-handle:after {
    Changed to:
    .minimized .menu-item-handle:after {

    and

    Line 50:
    .hovering dt.menu-item-handle:after {
    Changed to:
    .hovering .menu-item-handle:after {

    I also added some font size styling to the notices as they were falling onto 2 lines. If you want to do this also, just add this before the closing </style> tag on line 67:

    .menu-item-handle:after {font-size:11px;}

    https://wordpress.org/plugins/expandable-menus/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Some fixes I've made…’ is closed to new replies.