When a plug-in is connected to a Wordpress record, the plug-in does not see jQuery and the console naturally responds:

jQuery(...).rotator is not a function 

In the same post right before connecting the plug hangs:

 <script> if (window.jQuery) { alert('ss'); } </script> 

Which returns ss.

I connected in functions.php, in the wrong way in header.php, installed a plugin for connecting jquery on pages - it still does not work.

How can this be fixed?

    1 answer 1

    Code with plug-in connection, as well as jquery, will give more information to answer the question.

    If there are plugins that require jquery and in html they are declared earlier, then the console will return an error like this.