• Hi all,
    Has anyone encountered this? When I activate ER, everything works great expect that my wordrpess menus that have drop downs stop working. You can see the drop down items but when you try to move the mouse downward to click on them, the dropdown menu subitems disapear. Any help would be appreciated as I this plugin looks to do exactly what I need.

    thx!

    https://www.ads-software.com/extend/plugins/event-registration/

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

    (@d3signmonk3y)

    I ran into a similar issue. The ER plugin puts jQuery in no conflict mode, so I had to wrap my other jQuery code with

    jQuery(document).ready(function($) {

    });

    to keep it from breaking.

    https://api.jquery.com/jQuery.noConflict/

    chyuk84

    (@chyuk84)

    I have a same issue here too. https://www.mannafarmva.com.
    There should be dropdown menu but it does not work when I activated ER pluggin. Could you tell me how I could fix this problem?
    I am not familiar with javacript or the website format, if you could guide me in detail that would be great.

    Please help me, I really do like this pluggin.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop Down Menus stop working when ER is active’ is closed to new replies.