• When viewing product category pages (http://sportingdealnews.com/product-category/apparel/?orderby=date) I’m having a constant refresh problem. Using the FireFox Inspect Element developer tools > debugger it seems that something in the add-to-cart.min.js is constantly refreshing. Using Chrome shows errors on the ?orderby=XX. Chrome, Safari, and IE show the page constantly refreshing over and over, FireFox doesn’t actually refresh the page but prevents you from scrolling – always returns you back to the top after 2 to 3 seconds.

    I’ve noticed that when the page loads, using the example link above, the ?orderby=date takes about 2-5 seconds to showup after the /apparel/ during this time the page doesn’t seem to have a problem.

    I’ve recently downgraded from WooCommerce 2.2.4 to 2.1.4 after some internal server errors which I though were associated with this problem. Any help would be much appreciated.

    Regards,
    Grant

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter granteous

    (@granteous)

    Also, I’ve disabled all the plugins except for Woocommerce. Still having the issue.

    Thread Starter granteous

    (@granteous)

    I’ve put a breakpoint on line 1 of add-to-cart.min.js and the constant refresh hits this first break point, line one is simply jQuery(function (a) { and this seems to be the only line its hitting in the code. So there must be another file that keeps calling this?

    Thread Starter granteous

    (@granteous)

    For the past couple of days I’ve had the internal server error (enabling debugging fixed THIS issue…weird) so now you can view the link I originally posted.

    Any help?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘product/?orderby=X causing constant refresh?’ is closed to new replies.