Skip Navigation

[Resolved] toolset view not working with salient theme

This support ticket is created 4 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Shane 4 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#1560035

toolset view not working with salient theme

#1560039

Hi

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

#1560407

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Vimal,

Thank you for getting in touch.

Would you mind providing me with a copy of the theme so that I can test this out here locally ?

Thanks,
Shane

#1563015

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Vimal,

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.

Thanks,
Shane