Add Ajax Load more to product-archive.php
-
Hello, our client wants to have a load more button in products page.
I have AJAX Shop functionality enabled.
When i choose an other category or filter, the load more button is not showed.
Do you have any suggestions.
The plugin uses this line
add_action ( ‘init’, array( __CLASS__, ‘include_front’ ) );
in order to show button.
Attachments:
You must be
logged in to view attached files.
Hi,
This plugin may not be compatible with our AJAX shop function. You can try to disable it to make this plugin work as expected. Sorry, but we don’t have a fix for that.
Regards
I was found a solution, thank you.
I had to use basel_is_woo_ajax() in pagination.php on child theme.
The topic ‘Add Ajax Load more to product-archive.php’ is closed to new replies.