load more ajax
-
Hello. I use the Facetwp plugin to display posts. After clicking the “Load More” button, the Ajax button doesn’t work. I tried the following code, but it didn’t help:
document.addEventListener(‘facetwp-loaded’, function() {
if ( FWP.loaded ) {
const {cart} = e.detail;
const mcSection = cart.querySelector(‘.wpsc-manual-checkout-section’);
new WPSCManualCheckout(mcSection);
}
});The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.