I would like to test the content of the WordPress user field Description
What is the shortcode to do that
wpv-user-description is not working. Maybe I use the wrong fieldname
[wpv-conditional if = "($(wpv-user-description) eq 'some value')"]Some text[/wpv-conditional]
Can you please share problem URL where you added the conditional statement as well as admin access details and what description field you target (just to double check).
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
The issue was you added the conditional statement to third-party plugin section and it should not have all dependency that should be required.
To fix this - I've created the following content tmeplate:
- hidden link
And added the conditional shortcode to the above content template as given under:
[wpv-conditional if = "( '[wpv-user field='description']' eq 'enkel vacatures')"]
Field is not empty and description field value is: [wpv-user field='description']
[/wpv-conditional]
Then to to place where you want to display the output:
=> hidden link
To display the content template I've added the following shortcode: