• Resolved edouardcoleman

    (@edouardcoleman)


    Hi!

    My site is not online yet so I ll try to explain my issue as clear as I can.

    I m using Virtue theme. My main menu is in the topbar. I ve parent menu and sub menu items, both linked to pages, so both clickable.

    But when I reduce my screen and it switch to the WP Responsive Menu, the parent menu items are not clickable anymore. And something weird : if I remove the submenu items (from the Menu Edit page), then the parent menu items are clickable again!

    Do you have a solution ?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hi edouardcoleman,

    Can you please share your website url so that I can check and see what’s the issue.

    Regards
    -Nirmal

    Thread Starter edouardcoleman

    (@edouardcoleman)

    Wooo I didn t expect such a fast reply! I put it online for you to see the issue:

    http://chooseyourtelescope.com/

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hi,

    I checked it seems like you have heavily modified the plugin but anyways if you add this line to your style.css of the theme then it should work.

    body #wprmenu_menu.wprmenu_levels ul li a {
      float: none;
    }

    Regards
    -Nirmal

    Thread Starter edouardcoleman

    (@edouardcoleman)

    Thank you for your help.

    I added the line to CSS but it still doesn t work. The only CSS modification I did for the plugin are :

    #wprmenu_menu ul li a{
    font-size: 11px !important;
    }

    body #wprmenu_menu.wprmenu_levels ul li a {
    float: none;
    }

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hi,

    Please check your site clearly. Its already clickable. I think you might need to clear your browser cache to see it.

    Thread Starter edouardcoleman

    (@edouardcoleman)

    I did what you said and it works perfectly
    Thanks a lot your plugin rocks!

    Edouard

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

The topic ‘Parent menu items not clickable’ is closed to new replies.