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?