Okay
  Public Ticket #859168
Mobile Menu doesn't disappear on selection
Closed

Comments

  •  2
    Lowell started the conversation

    Hi,

    When looking at my website on a smaller screen, or on a mobile phone... The menu selection won't disappear once a selection is made on the menu.  I see that on your demo page it works, but none of the html pages that were sent in my downloaded .zip folder.

    Please help, I love this theme otherwise.

    , Lowell

  •  840
    Jelly replied

    Hi,

    I tried in my phone and it's work good. Please check my screenshot.

    Best Regards,
    Jelly Team

  •  2
    Lowell replied

    Hi, 

    Did you try hitting the menu, and then making a selection?  The menu stays there. On my S5 it stays on the screen. Please help.

  •  840
    Jelly replied

    Hi,

    Open: /js/default.js then change the script below:

    /*Scroll to sections*/
    if (!$('#ip-container').hasClass('single')) {
        $('#nav').onePageNav();
    }
    $('#header').on('click', '.collapse.in .menu-item a', function() {
        $('.collapse.in').collapse('hide');
    });
    

    Become to:

    /*Scroll to sections*/
    if (!$('#ip-container').hasClass('single') && $('.current-menu-item').length==0) {
        $('#nav').onePageNav();
    }
    
    $('#header').on('click', '.collapse.in .menu-item a', function() {
        $('.collapse.in').collapse('hide');
    });
    

    Best Regards,
    Jelly Team

  •  2
    Lowell replied

    Thanks so much for the prompt response. This worked perfectly! 

    , Lowell

  •  840
    Jelly replied

    Hi,

    Glad it’s working for you now. Do you still need my help?

    Best Regards,
    Jelly Team

  •  2
    Lowell replied

    Nope. All is good thank you.

  •  840
    Jelly replied

    Hi,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    P.S. I would appreciate if you could please rate the Theme and like the assistance under my support, means a lot to me. Thank you.

    You can rate it with your themeforest account at your downloads page, precisely at this link: http://themeforest.net/downloads and hover over the 5 stars for our theme, thank you very much!!

    Best Regards,
    Jelly Team