davidS-53
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 |
---|---|---|---|---|---|
Sort by custom date field isn't working as expected.
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 5 | 1 year, 5 months ago | |
Force user to select suggested option from Google Address autocomplete
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 2 | 1 year, 5 months ago | |
Particular post disappears when filtering by custom taxonomy term
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 7 | 1 year, 6 months ago | |
Order and change number of related posts shown per page in admin area
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 2 | 1 year, 7 months ago | |
cred-delete-relationship link not displaying for custom role
Started by: davidS-53
in: Toolset Professional Support
Problem: I'm trying to use cred-delete-relationship shortcode to unlink event and gallery posts in a many-many relationship. I have the shortcode set up inside a view as the docs say to do: [cred-delete-relationship role_items='$fromViews' relationship='gallery-event' redirect='self']Delete[/cred-delete-relationship] Regular "Administrator" users can see and use the link just fine, but my custom "Gallery Manager" user cannot. I've given the Gallery Manager role the "manage_options" which I've read was necessary. Solution: In order to delete the relationship with shortcode [cred-delete-relationship]: - when you visit the post in the frontend as admin: you should see a list of post related entities AND a button to delete the relationship between each of them. - when you visit the post in the frontend as a user that HAS NO permissions to edit one of the post types: you should see a list of post related entities and NO button. Relevant Documentation: |
|
2 | 3 | 1 year, 9 months ago | |
CRED: blank/empty default value for taxonomy select field
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 4 | 2 years ago | |
Access: displaying content template when user doesn't have read permissions
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 6 | 2 years, 1 month ago | |
How to trigger JQuery on form submission error
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 3 | 2 years, 9 months ago | |
Sort taxonomy terms by menu order
Started by: davidS-53 in: Toolset Professional Support |
2 | 3 | 2 years, 10 months ago | ||
User meta checkbox doesn't work inside conditional
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 3 | 3 years ago | |
Possible to pass extra data to generic field?
Started by: davidS-53 in: Toolset Professional Support |
|
2 | 2 | 3 years, 3 months ago | |
Preset value of Taxonomy filter dropdown
Started by: davidS-53
in: Toolset Professional Support
Problem: Is there some event I need to trigger to get Views to update the displayed results? Solution: You can try to modify your JS codes as below: https://toolset.com/forums/topic/preset-value-of-taxonomy-filter-dropdown/#post-1367151 Relevant Documentation: |
|
2 | 3 | 3 years, 3 months ago | |
Show last page of view first
Started by: davidS-53 in: Toolset Professional Support |
|
3 | 6 | 3 years, 4 months ago | |
Problem setting minimum image size on CRED form
Started by: davidS-53
in: Toolset Professional Support
Problem: Solution: Since Forms 2.4 the native WP uploader is used for logged-in users (subject to the settings in the form). It cannot be used for guest users, for whom images are uploaded along with the form submission. When using the native WP uploader the cred_form_ajax_upload_validate hook can still be used, otherwise the cred_form_validate hook should be used. Relevant Documentation: |
|
2 | 3 | 3 years, 5 months ago | |
Update and create Repeating Fields programmatically
Started by: davidS-53
in: Toolset Professional Support
Problem: Solution: With repeating fields we have meta key, meta value, and the position of each of the values, to consider in our code. To update, or post such fields, you need not only to pass an array of those values to the field but also the position of each item in the repeating field. Below link holds a full example code, that can be used as a starting point for further customization. Relevant Documentation: |
|
2 | 3 | 3 years, 5 months ago |