Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1312849

    Hi,
    we’ve currently an issue with jquery on our website.
    We’re using the recommanded popup snippet to show content in a lightbox.
    Unfortunately it’s not working anymore and the content is not showing in a lightbox.

    Maybe you could check our site and take a look if we maybe did someting wrong.
    We noticed a jquery error in the dev console of the browser but it seems like it’s located in wp-core.
    We couldn’t figure out whats the problem with it. Hopefully you can.

    Thanks in advance.

    Regards,
    Sebastian

    #1312857

    well jQuery 3.5.1 got some changes and if your snippet contains:

    $(window).load(function(){
    

    just replace that line with:

    $(window).on('load', function(){
    
    #1313097

    Thanks Guenni, worked great.

    #1313146

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘jQuery Error’ is closed to new replies.