I’ve inserted a regular carousel at the top – it works fine so there’s no plugin conflicts.
Below that are other posts with a carousel shortcode in them. These are being loaded but the carousel classes are not being initialized and they are staying at opacity: 0 after loading.
It doesn’t work when loaded by ajax apparently?
Can you help getting these carousels to work when they are loaded after page load?
We don’t recommend using pagination and/or its ajax load more variant when the page has multiple WPSP lists as it’s currently bugged. (WordPress core bug)
While we can force the opacity to 1 when the posts have been loaded with this CSS:
.wpsp-carousel {
opacity: 1;
}
The posts that will show are all the same because of the pagination bug with wp_query() function of WordPress when there’s multiple post lists queries within a page.