Skip Navigation

[Resolved] Conditional Logic + Missing Unable to add additional contitions

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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 1 year, 2 months ago.

Assisted by: Minesh.

Author
Posts
#2649501

Hi I am trying to add conditional logic but I do not see the ability to add additional conditions to the first one... there is not + sign like i see in the training video. Please watch this short video for example. hidden link

#2649791

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

This is a known issue to us for now and already been escalated to our next level support.

You can use [wpv-conditional] shortcode to add conditional display instead of using conditional block.
- https://toolset.com/documentation/legacy-features/views-plugin/#conditional-output-in-views

You can add [wpv-conditional] shortcode to your content template or "Fields and Text" block.

If you are only using blocks, please make sure to enable legacy views:
- https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/

#2652789

Ok do you have an update for me on this? I will try your suggestions.

#2653113

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

There is no update on the issue for now but you can easily workaround it by adding conditional shortocde.

Please use [wpv-conditional] shortcode to add conditional display instead of using conditional block.
- https://toolset.com/documentation/legacy-features/views-plugin/#conditional-output-in-views

Please get in touch if you will require further assistance setting up AND condition.

For example:

[wpv-conditional if="( ($(wpcf-resource-event-date) gte 'TODAY()')  OR ($(wpcf-resource-event-date) eq '') )"  ]
wpcf-resource-event-date field is equal or greater than today OR  empty
[/wpv-conditional]