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
Really? That’s your response, find another plugin.
I have been using this plugin for over a year
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
It’s a conflict with Generatepress Premium, I found a temp fix for now.
Could you please share a fix for other users? Maybe someone has the same issue.
Thanks in advanced.
Regards,
Dima
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?