Viewing 1 replies (of 1 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    I think this is down to a change in the “Rocket Script” which is pushing the loading of jquery.js too far down the page AFTER it is needed.

    This excerpt from the footer of your page shows that jquery is referenced by Slickr Flickr BEFORE it is loaded

    </script><script type="text/rocketscript">
    //<![CDATA[
    jQuery.noConflict();
    jQuery(document).ready(function() { slickr_flickr_start(); });
    //]]>
    </script><script type="text/rocketscript" data-rocketsrc='//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js'></script>
    <script type="text/rocketscript" data-rocketsrc='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js'></script>
    <script type="text/rocketscript" data-rocketsrc='//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/effects.js'></script>
    <script type="text/rocketscript" data-rocketsrc='//www.paneraicentral.com/wp-includes/js/jquery/jquery.js'></script>
    <script type="text/rocketscript" data-rocketsrc='//www.paneraicentral.com/wp-includes/js/jquery/jquery-migrate.min.js'></script>

    I will look into getting Slickr Flickr to start later in the footer. I should get this done in a day or so.

    As an interim fix, get jquery.js to load in the header and not the footer.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin No longer working’ is closed to new replies.