• Resolved ashmozza89

    (@ashmozza89)


    Hello,

    Something is causing a conflict with infinite load. It repeats the page, then shows the product again in a wierd layout.

    I thought it may be a optimisation setting causing it so disabled all optimisations & cache in Litespeed debug mode but it still does the same thing.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    I did check your site. Sorry but I don’t understand the reason of the issue. Probably there is some Javascript code that is creating a structure for the products section. I tried to fix it on your site but no luck.
    Try some other plugins. Maybe some will work.

    Regards,
    Dima

    Thread Starter ashmozza89

    (@ashmozza89)

    Really? That’s your response, find another plugin.

    I have been using this plugin for over a year

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    How was it working before? When did you notice this issue?

    Regards,
    Dima

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    You have some other script that has same functionality.
    Maybe it is from your theme or from some other plugin.
    Please disable it or disable our plugin.

    Regards,
    Oleg

    Thread Starter ashmozza89

    (@ashmozza89)

    It’s a conflict with Generatepress Premium, I found a temp fix for now.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Could you please share a fix for other users? Maybe someone has the same issue.

    Thanks in advanced.

    Regards,
    Dima

    Thread Starter ashmozza89

    (@ashmozza89)

    This is a temp fix until it’s sorted in the next update

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

    Hi @ashmozza89 I got the same issue with generatepress premium…did you found a permanent solution?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Repeated Product & Layout Issue’ is closed to new replies.