• Dear all,

    I made a custom theme with an vertical accordion menu. Seems it got a bug for Internet Explorer 8 and lower.

    The submenu items are not normally closed/displayed.
    Link to the website: link

    Menu:

    <?php
    			 wp_nav_menu(array(
    			 'menu' => 'main',
    			 'container_id' => 'cssmenu',
    			 'walker' => new CSS_Menu_Maker_Walker()
    			 ));
    			 ?>

    jQuery:
    Pastebin jQuery

    css:
    Pastebin css

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What jQuery has the issue, what line isn’t working? How is it not working, are you getting any errors?

    Thread Starter Taro

    (@sicktb)

    The menu will not collapse correct. Look at the: video

    Im getting 6 errors in total. Im not sure if this has to do with it…

    Error

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Where did you get the jQuery from?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’d recommend talking to the people who gave that code to you and asking why they didn’t do IE8 support.

    If they don’t provide support and you’re not familiar with JavaScript, then you may need to hire someone to resolve this for you: https://jobs.wordpress.net

    If you know what line of jQuery is causing the issue, let us know and we can explore an alternative.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘jQuery Menu not working in Internet Explorer (’ is closed to new replies.