Saltar navegación

[Resuelto] The default radio button is only working in englisch

This support ticket is created hace 5 años, 8 meses. 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.

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por philipK-2 hace 5 años, 8 meses.

Autor
Mensajes
#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" enlace oculto
NOT WORKING "Alle" enlace oculto

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