Jquery either missing or double include conflict

All of a sudden I am having admin panel issues in the wordpress install at http://www.escoffieronline.com/.

These problems seem to have come out of nowhere though we know that’s not possible.

What happened was, while editing one of the sliders, I noticed that several of the panels in the rev slider admin area stopped working … or stopped opening up their panels at least. I couldn’t make any more edits after this.

One of the obvious signs of trouble is the button on the homepage that says “See How it Works” just below the main slider. Clicking this button is supposed to do a jquery scroll right to the section below it with wood paneling. But clicking the button now does nothing.

My detective work has only turned up two errors … both seem to refer to the jquery install either not including the correct functions or just being gone altogether. They are:


Error 1
Warning!!! The jquery ui javascript include that is loaded by some of the plugins are custom made and not contain needed components like ‘autocomplete’ or ‘draggable’ function. Without those functions the editor may not work correctly. Please remove those custom jquery ui includes in order the editor will work correctly.

Error 2
Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include. This includes make eliminates the revolution slider libraries, and make it not work.

To fix it you can:
1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
2. Find the double jquery.js include and remove it.


Since the rev slider admin panel is not working, I can’t experiment with putting the includes to the footer. Besides I tried this once in that past and it threw more errors.

It looks I need to manually clear up this conflict. Only problem is I don’t understand what’s wrong. I’m not even sure how those includes are handled.

Any ideas on what is causing all this craziness?

Thanks