
Originally Posted by
Coinchaser
Hey sorry for the late response!
The problem you are facing is the use of the same shortcode aces-casinos-8, which conflicts with each others, so you will have to customize the shortcode file to apply a unique ID or class for the shortcode for: aces-casinos-8.
Then you can try use this JavaScript and apply so they don't conflict with each others:
jQuery(document).on('click', '.load-more-button', function() {
var $button = jQuery(this);
var $container = $button.closest('.shortcode-container'); // Specific class or ID to your shortcodes
// Only load items for the specific container
loadMoreItems($container);
});