Amin
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How to test 2 conditions using OR?
Started by: Amin
in: Toolset Professional Support
Problem: I would like to use a conditional to test if a numeric custom field value is empty or greater than zero. If so, I would like to display the value. If not, I would like to display nothing. Solution: You could use "AND" in the comparison to test both ne '' and ne '0', like so: {!{wpv-conditional if="( ($(wpcf-listing-price) ne '' ) AND ($(wpcf-listing-price) ne '0' ))"}!}PRICE: [types field='listing-price' format='FIELD_VALUE'][/types]{!{/wpv-conditional}!} Or testing if the value is greater than zero might be a simpler solution: {!{wpv-conditional if="( $(wpcf-listing-price) gt 0 )"}!}PRICE: [types field='listing-price' format='FIELD_VALUE'][/types]{!{/wpv-conditional}!} Relevant Documentation: |
3 | 6 | 5 years ago | ||
Can't publish page – "updating failed" error
Started by: Amin in: Toolset Professional Support |
2 | 5 | 5 years ago | ||
How to duplicate a view using Blocks interface
Started by: Amin in: Toolset Professional Support |
2 | 5 | 5 years ago | ||
How to add spinner in Toolset Blocks search?
Started by: Amin
in: Toolset Professional Support
Problem: Solution: Currently it is not possible to add the spinners using the block editor for the view. In order to add this you will need to build your search in the classic editor for the view. As we improve our Toolset blocks functionality we can definitely see return of features such as the spinner, however right now its not possible to add it. |
2 | 3 | 5 years ago | ||
Toolset Blocks bug – sorting dropdown
Started by: Amin in: Toolset Professional Support |
2 | 4 | 5 years ago | ||
Clickable headers to sort column
Started by: Amin in: Toolset Professional Support |
2 | 5 | 5 years ago | ||
Toolset Blocks view constantly saving and updating
Started by: Amin in: Toolset Professional Support |
1 | 2 | 5 years ago | ||
Maps not loading properly
Started by: Amin in: Toolset Professional Support |
2 | 3 | 5 years, 4 months ago | ||
Can’t update Views and Types
Started by: Amin
in: Toolset Professional Support
Problem: The issue here is that the user has issues updating their plugins because of the use of version 2 of Types. Solution: In a case like this a manual update of the plugin needs to be down. This can be done by downloading the update from the link below. Extracting it and then uploading it to your server using FTP. It should be uploaded to the wp-content/plugins folder. If you are having issues you can follow the instructions in the link below. |
2 | 3 | 5 years, 5 months ago | ||
Access control when role has space in the name
Started by: Amin in: Toolset Professional Support |
2 | 2 | 5 years, 5 months ago | ||
CRED Notifications not working
Started by: Amin in: Toolset Professional Support |
2 | 4 | 5 years, 6 months ago | ||
Save CRED generic field value to custom field
Started by: Amin in: Toolset Professional Support |
1 | 2 | 5 years, 7 months ago | ||
Get Parent post ID and populate currently edited post with a Toolset Form
Started by: Amin
in: Toolset Professional Support
Problem: Solution: The other approach is using the Toolset Relationships API hook toolset_get_related_post() to get the (one) related post to the currently edited one. There is a good example here using Toolset Relationships API: |
2 | 5 | 5 years, 7 months ago | ||
Add email address from parent post in cred notification
Started by: Amin in: Toolset Professional Support |
2 | 11 | 5 years, 7 months ago | ||
how to delete child and child of child when deleting parent
Started by: Amin in: Toolset Professional Support |
2 | 4 | 5 years, 7 months ago |