Okay
  Public Ticket #2295219
Menu
Closed

Comments

  • ella911 started the conversation

    Hello

    I need help with the menu theme:
    1. drop down main menu does not work
    2. mobile menu does not work at all

    Thank you

    Ella


  •  1,558
    Laborator replied

    Hi Ella,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   ella911 replied privately
  •  1,558
    Laborator replied

    Hi Ella,

    Under Laborator > Theme Options > Footer > Tracking Code you had this code which was causing the drop-down issue:

    <script>
    jQuery( document ).ready( function( $ ) {
        jQuery( 'a:not(.nivo):has(img)' ).nivoLightbox();
    } );
    </script>
    

    so I had to edit it to this below and now it works properly:

    <script>
    jQuery( document ).ready( function( $ ) {
        if ( jQuery.isFunction( jQuery.fn.nivoLightbox ) ) {
           jQuery( 'a:not(.nivo):has(img)' ).nivoLightbox();
        }
    } );
    </script>
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • ella911 replied

    Hello


    Thank you! it's work! :)

    Just one small thing
    In the phone menu at the bottom has a section that loads all WP pages, please see attachment.
    How do I remove it?

    Thanks!


  •  1,558
    Laborator replied

    Hi there,

    I am sorry but I don't see that menu in your site:

    medium
    (view large version)

    Probably you have managed to fix it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • ella911 replied

    That's very weird. There are 3 phones (Android) and everyone shows it.
    Even through WordPress > "theme custom preview" you can also see it.
    I have attached a screenshot.

  •  1,558
    Laborator replied

    Hi there,

    You're right, I misunderstood as I thought it was in the footer.

    That shows in the menu and it comes from the Top Menu, go to Appearance > Menus  and select the Top Links and then tick the Top Menu as highlighted below:

    medium
    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • ella911 replied

    Thank you


    I just set Top Menu with a blank menu and it will work!