Woocommerce theme not working in mobile view
-
Hey,
I am using a basic responsive Woocommerce theme on my site. I am using Bootstrap with it. Everything works fine in the desktop view of the site. When I try to test the site in the mobile view, with Chrome’s Developer Tools, my whole site crashes. It shows the error
jquery.min.js?ver=1.12.0:4 Uncaught TypeError: n.easing[this.easing] is not a function
I have done the following
1. Used the jquery easing plugin
2. Wrapped the easing plugin in $(jQuery).ready(function(){..
3. Called it before and after jQuery is loaded
4. Included jQuery UINothing is working so far. The only way I got it temporarily working was when I included jquery version 1.7.2 instead of the 1.11.0 which is being called right now. But with this, Bootstrap stops working as it requires a min 1.9.x ??
No idea how to work around this. The rest the site works absolutely fine otherwise.
Look forward to any help with this.
- The topic ‘Woocommerce theme not working in mobile view’ is closed to new replies.