Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Saguaros Moderator
    #1019053

    Hi,

    Do you have any 3rd party extension on your site? Pls try to disable it first. I see there is conflict in JS so you can’t click off-canvas button.

    egymedotcom Friend
    #1019069

    Thank you for reply
    we removed the third party component, and still not working!

    Saguaros Moderator
    #1019270

    Could you share the FTP account also so I will take a look?

    egymedotcom Friend
    #1019834
    This reply has been marked as private.
    Saguaros Moderator
    #1020158
    This reply has been marked as private.
    egymedotcom Friend
    #1021818
    This reply has been marked as private.
    The Captain Moderator
    #1022065

    Hi egymedotcom,
    To resolved your problem. In the file : templates/ja_oslo/js/infinitive-paging.js, I replaced the code:

    if ( !$container.length || !nextbtn.length || !nextbtn.data('mode')) return ;

    by the code:

    if (!$container || !$container.length || !nextbtn.length || !nextbtn.data('mode')) return ;

    The off-canvas menu is working fine now, please check again.Hope this helps for you.
    Regards.

    egymedotcom Friend
    #1023288

    Thank you a lot 🙂

    florin.avram Friend
    #1023293

    @the Captain Thank You!

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

This topic contains 9 replies, has 4 voices, and was last updated by  florin.avram 7 years ago.

The topic ‘Off canvas is not working in home page’ is closed to new replies.