Top page controls not appearing when in preview edit mode

Permalink
Help ... I have just updated a website from 5.3.3.1 to the most recent version 5.4.0.5. The installation went without a hitch, and everything seemed to be working fine until I edited a page and chose to preview my edits. The top page controls on this page don't appear, although there is padding where the controls should be. I tried a refresh and still the same.

This only occurs on preview, if I go to the dashboard and either delete the version or approve the changes then the controls appear as expected.

This didn't happen with the previous version.

I wanted to post this before trying a fresh install as hopefully there is a simple solution.

Cheers!

 
Mnkras replied on at Permalink Reply
Mnkras
any js errors?
scofiej replied on at Permalink Reply
Yes, getting the following error:

TypeError: Result of expression 'c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a]' [undefined] is not a function.

/concrete/js/jquery.js?v=09aad9b45a9b3155b2e872d576ecddfa:140
scofiej replied on at Permalink Reply
OK I've just found the cause of the problem ... I am using jCarousel Lite plugin to rotate through logos on the site, and using the jQuery Easing plugin to add the animation effects. This easing plugin is causing the conflict. I call both of these after concrete5 header loader element.

Removed the link to the plugin and now works fine! :)