Navigation überspringen

[Gelöst] The default radio button is only working in englisch

This support ticket is created vor 5 Jahren, 9 Monaten. 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.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von philipK-2 vor 5 Jahren, 9 Monaten.

Author
Artikel
#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" versteckter Link
NOT WORKING "Alle" versteckter Link

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