• Updated to WP 5.6 on test site… I think they are updating the jquery standards?
    Seeing a lot of Jquery errors related to the theme.

    Are you guys doing and update???

    As a test I did some edits to customscript.js for example and got rid of the errors….
    No idea if this is the best method….

    David

    // Tooltip about 4 of these in a row throw an error… these are ‘fixed’ on site at present but can revert to original if needed

    //jQuery( document ).ready( function ( $ ) { //Originals
    // $( function () {

    (function($){ //New Way seems to work
    $(document).ready(function(){
    $( ‘[data-toggle=”tooltip”]’ ).tooltip()
    } )
    }
    );

    ——————————————
    Also errors in themes bootstrap.js
    JQMIGRATE: Migrate is installed, version 3.3.2
    bootstrap.js?ver=3.3.4:18 Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3
    at bootstrap.js?ver=3.3.4:18
    at bootstrap.js?ver=3.3.4:20

    var version = $.fn.jquery.split(‘ ‘)[0].split(‘.’)
    if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) {
    throw new Error(‘Bootstrap\’s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3’)
    }

    • This topic was modified 3 years, 10 months ago by davidribbe.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MaxStore jquery errors with WP 5.6’ is closed to new replies.