Initialise Getwid blocks after appending post to document
-
After appending a post to the current page with ajax the Getwid blocks don’t get initialised. Quite understandable.
Looking at the frontend.blocks.js I thought I could do this by calling
$( document.body ).trigger( ‘post-load’ );
after appending the post but nothing happens.
What is the correct way to do this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Initialise Getwid blocks after appending post to document’ is closed to new replies.