Skip Navigation

[Résolu] toolset view not working with salient theme

This support ticket is created Il y a 4 années et 8 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

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)

Marqué : 

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par Shane Il y a 4 années et 8 mois.

Assisté par: Shane.

Auteur
Publications
#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

Les langues: Anglais (English )

Fuseau horaire: 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

Les langues: Anglais (English )

Fuseau horaire: 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