I am using toolset views and types in my site and i am using salient theme. i have listed project post type in pagination fade effect but it will show all short code after 1st slide.
Thanks for the credentials. I'm able to see the issue now and its that the visual composer shortcodes break with the AJAX pagination.
This is actually a known issue and the recommendation for this is to get in touch with the visual composer team for a fix. The problem isn't unique to our views plugin but any other plugin that uses a pagination with AJAX.
The issue also occurs when you use the AJAX search on our Toolset Views plugin. SO you will need to contact the Visual Composer team for a fix for this.
Previously we were using the code below as a fix.
add_action('init', 'add_mapped_shortcodes_on_init');
function add_mapped_shortcodes_on_init() {
WPBMap::addAllMappedShortcodes();
}
This was to reinitialize their shortcodes but this solution doesn't seem to work anymore. This issue is actually out of our hands and there is not much that we can do in terms of resolving it.