• Resolved lhwebtek

    (@lhwebtek)


    The plugin is dropping down but there aren’t any items in the drop down list. I thought it might be related to my theme so i switched to twentyfifteen and it has the same behavior.

    I’m using a standard WordPress menu call:

    wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’ ) );

    Help!

    I don’t have any clue as to where to start sleuthing on this one.

    Any ideas?

    https://wordpress.org/plugins/responsive-menu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lhwebtek

    (@lhwebtek)

    RESOLVED!

    I did an element inspection and noticed that the sub-menu item had this style tag:

    .sub-menu { visibility: hidden; }

    I just changed it to:

    .sub-menu { visibility: visible; }

    and it works.

    I have no idea why that would be the case but as long as it works now I’m a happy camper.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    Great you got it working and thanks for letting me know!

    All the best

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Submenus not working’ is closed to new replies.