Site logo

[Support request] Plugin Conflict With Latest GP Premium

Home Forums Support [Support request] Plugin Conflict With Latest GP Premium

Home Forums Support Plugin Conflict With Latest GP Premium

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1755191
    Ash

    Hi

    I’m having an issue with WooCommerce Load More Products products. I thought it was a Litespeed optimization but I tried disabling the plugin and it was still the same.

    So I decided to disable plugins that have been recently updated. GP premium once disabled fixes the issue.

    I have always used this plugin with the theme and never had an issue with it before.

    #1755737
    Leo
    Staff
    Customer Support

    Hi Ash,

    Just viewed the linked page and the load more function seems to be working for me.

    Is GP premium disabled on the page currently?

    #1756034
    Ash

    If you go on and scroll it will load the products, carry on scrolling and it shows the exact same below with page title, sort filter etc, then it messes up completely and starts showing products in a weird list.
    Gp Premium is active, I can’t leave it inactive as I lose the custom header with search etc.

    #1756124
    Tom
    Lead Developer
    Lead Developer

    This should be fixed in 2.0.1 which was just released.

    Let me know 🙂

    #1756957
    Ash

    Hi Tom,

    I’m afriad that did not fix it unfortunately.

    #1757073
    Ash

    Seems infinite load for blog is causing the issue. Turned it off, until this is fixed.

    I know like many we would like to see infinite load added for product archives, most plugins are clunky and bloated with crap.

    #1757791
    Tom
    Lead Developer
    Lead Developer

    2.0.1 should have fixed the issue – any chance you can turn infinite scroll back on so I can take a look?

    #1757797
    Ash

    No problem it is back on

    #1757808
    Tom
    Lead Developer
    Lead Developer

    The issue seems to be fixed on my end – can you try clearing the caching plugin and your browser cache to see if that makes a difference for you?

    #1757856
    Ash

    I think it was showing the cached page with it turned off, Cleared cache please check again. Its still doing it for me

    #1757869
    Tom
    Lead Developer
    Lead Developer

    Can you turn the caching off completely for now?

    #1757907
    Ash

    done

    #1757951
    Tom
    Lead Developer
    Lead Developer

    Ah ok, I think I see the issue.

    For now, you can do this:

    add_filter( 'option_generate_blog_settings', function( $settings ) {
        if ( function_exists( 'is_woocommerce' ) && is_woocommerce() ) {
            $settings['infinite_scroll'] = false;
        }
    
        return $settings;
    } );

    Will get this fixed in 2.0.2.

    Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.