I need upgrade de Jquery to jquery-3.3.1.min.js version becouse Google MAPs API dont work fine with the original version theme jquery-2.1.4.min.js
Its Work! Google Maps API work fine now!
But, some errors occurs:
jquery-3.3.1.min.js:2 jQuery.Deferred exception: jQuery(...).twentytwenty is not a function TypeError: jQuery(...).twentytwenty is not a function
w.Deferred.exceptionHook @ jquery-3.3.1.min.js:2
jquery-3.3.1.min.js:2 jQuery.Deferred exception: jQuery(...).isotope is not a function TypeError: jQuery(...).isotope is not a function
w.Deferred.exceptionHook @ jquery-3.3.1.min.js:2
jquery-3.3.1.min.js:2 Uncaught TypeError: jQuery(...).twentytwenty is not a function
    at HTMLDocument.<anonymous> (scripts.js:365)
    at l (jquery-3.3.1.min.js:2)
    at c (jquery-3.3.1.min.js:2)
jquery-3.3.1.min.js:2 Uncaught TypeError: jQuery(...).isotope is not a function
    at HTMLDocument.<anonymous> (scripts.js:2292)
    at l (jquery-3.3.1.min.js:2)
    at c (jquery-3.3.1.min.js:2)
scripts.js:1551 Uncaught TypeError: jQuery(...).isotope is not a function
    at scripts.js:1551
    at dispatch (jquery-3.3.1.min.js:2)
    at y.handle (jquery-3.3.1.min.js:2)
                  
                
Comments
it seems that this function is from a plugin called twentytwenty. This is not a theme issue.
thanks
thanks