Plugin Author
YeKen
(@aliakro)
I’m not seeing any JavaScript errors – I’ve added a couple of weight entries and looks OK?
Plugin Author
YeKen
(@aliakro)
Ah cancel that… see it when changing tabs….
It looks like one of your other plugins is clashing. Can you try disabling some. Can you also check if you need all those jQuery includes too.
Will have a look this end.
Plugin Author
YeKen
(@aliakro)
Can you also check jQuery.js isn’t be included twice. You have an IF statement that maybe failing and including it twice.
Hi Yeken,
All of the plugins we’re using are needed unfortunately, it looks like it’s clashing with Beaver Builder (which is how our whole site is built).
It’s only declaring jQuery.js once from what I can tell.
I found the fix. You need to include the full jQueryUI:
<script src=’http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js’></script>
That includes the easing function you’re using.
Plugin Author
YeKen
(@aliakro)
Glad to see you got it.
I do include the jQuery UI (otherwise others would have the same problem)… weird!
Thanks for your help.