mobile menu doesn't work

Home Forums Porto – Responsive HTML5 Template mobile menu doesn't work

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10005457
    sandrapuma55
    Participant

    Hello, I have some problem with the site responsive. 1-The navigation bar does not work on mobile phones, I can only see the home page, but I can not access the other.


    #10005458
    Support
    Keymaster

    Hello, the problem with aspNet is that it puts a <form> around the entire code, so the responsive menu button submits the form, to prevent that please add:

    (js/custom.js)

    $('.btn-responsive-nav').on('click', function(e) {
        e.preventDefault();
    });

    Regards,

    Jonas


    #10005459
    sandrapuma55
    Participant

    Thank you very much. My problem was solved by your support team.Your support is perfect !! Your theme is perfect!!


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.