Floox Template Off Canvas Menu (Mobile Menu) Don't Work - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Floox Template Off Canvas Menu (Mobile Menu) Don't Work

C

ccws

Template 2 years ago

It has a main.js error not sure why it don't work, have two website both on this do not work.

when I inspect element:

 main.js:9 Uncaught TypeError: Cannot read properties of undefined (reading 'fn') at main.js:9:3

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #97875

Hi there,

Thanks for contacting us. Sorry for the inconvenience. Please check now. I just removed the code. Cause, No need this code. I have sovled the owl.carousel.min.js file.

-Thanks

0
C
ccws
Accepted Answer
2 years ago #98096

which code and from where? as I have another site with same issue need to fix it myself

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #98167

Removed old jquery compatibilty js code from main.js file top

// Jquery old code compatibility
$.fn.addBack = function () {
  return this.addBack.apply(this, arguments);
};

And open this file owl.carousel.min.js

Find out this code

andself

replace with this code

addBack

0