Skip Navigation

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

This support ticket is created 5 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.

This topic contains 1 reply, has 1 voice.

Last updated by philipK-2 5 years, 9 months ago.

Author
Posts
#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" hidden link
NOT WORKING "Alle" hidden 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