Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #854676
Website dont work on IE11
Closed

Comments

  • SW started the conversation

    Hi,

    My client just notice that there website does not work with IE11.

    If you visit the website and try to click the button "Om oss" then nothing happens.

    The theme is updated to the latest verision.

    Edit:

    Website url: room.se

    Best regards 

    SW

  • [deleted] replied

    Hi SW,

    This is very interesting, this worked on IE9, then i updated my Internet Explorer (on my virtual machine) to IE11 and now menu-s that have sub-menus are not working on this version.

    I have added the following code in Theme Options > Footer > Tracking Code:

    <script>
    jQuery( document ).ready( function( $ ) {
    jQuery( '.menu-item:has( > ul ) > a' ).on( 'click', function( ev ) {
    window.location.href = jQuery( this ).attr( 'href' );
    } );
    } );
    </script>

    And it fixed that issue.

    Can you please check and confirm if its working for you.