Home Forums WoodMart support forum Shop page issue Reply To: Shop page issue

#338121

Hello,

1) I have removed the CSS added to remove the Gap and the issue was fixed. Because the issue was fixed by updating the Woodmart Core plugin.

2) Please try adding the following snippet to the functions.php of your child theme.

add_filter( 'woodmart_load_more_button_page_url', '__return_false' );

Best Regards