Sauter la navigation

[Résolu] The default radio button is only working in englisch

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

Ce sujet contient 1 réponse, a 1 voix.

Dernière mise à jour par philipK-2 Il y a 5 années et 9 mois.

Auteur
Publications
#1237276

I am trying to:
get the default view ( unfiltered) working with the default language "DE"

Link to a page where the issue can be seen:
WORKING "all" lien caché
NOT WORKING "Alle" lien caché

Ana Ideas what the Problem could be?

#1237281

My issue is resolved now. Thank you!
it was a conditional output error, dont know why it was working in english but when i changed

[wpv-conditional if="( '[wpv-pager-current-page]' eq '1' )]

to

[wpv-conditional if="( '[wpv-pager-current-page]' eq '1' ) OR ( '[wpv-pager-current-page]' eq '' )"]

it worked