Skip to content
Gabriel Somoza edited this page May 20, 2014 · 2 revisions

NOTE: This article is not relevant as of Magento InfiniteScroll version 3 - jQuery is now loaded automatically, only if needed.

Theme Name: HelloWired
Theme URL: http://www.hellothemes.com/themes/hellowired/

The HelloWired theme includes a copy of jQuery within the skin directory. This loads jQuery late, after all files in the './js' directory have been included. Doing that is not a best practice (in our opinion) and it causes JavaScript errors when certain extensions are installed - including this one.

To solve the issue and be able to use Magento-InfiniteScroll with this theme:

  1. Install the Magento-InfiniteScroll plugin into your system.
  2. Edit file skin/frontend/default/hellowired/page.xml and comment-out or delete line 52, which should read:
    <action method="addItem"><type>skin_js</type><name>js/jquery.latest.js</name></action>
  3. Refresh your cache if necessary.

That's all! Go to your catalog and see the plugin in action.