David
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 |
---|---|---|---|---|---|
Conditional display: if user checkbox not ticked
Started by: David in: Toolset Professional Support |
2 | 12 | 4 years, 6 months ago | ||
Use Post Reference Field to connect Posts with other Posts
Started by: David in: Toolset Professional Support |
2 | 2 | 4 years, 7 months ago | ||
Convert data custom field data to normal date format
Started by: David in: Toolset Professional Support |
1 | 2 | 4 years, 8 months ago | ||
Issue with field data not showing in view when using WPML
Started by: David
in: Toolset Professional Support
Problem: Some posts do not appear in the secondary language despite having posts and taxonomies set to "do not translate". Solution: |
2 | 9 | 4 years, 8 months ago | ||
Toolset Forms: change text of "you are being redirected message"
Started by: David in: Toolset Professional Support |
2 | 6 | 4 years, 8 months ago | ||
Map marker not showing after post creation with Cred form
Started by: David
in: Toolset Professional Support
Problem: I have a map View that displays markers from posts created in Forms. However, the markers are not immediately added to the map. Only after I edit the posts in the backend do the markers appear in the map. Solution: In this case it looks like a referrer restriction was implemented on this API key, causing some geocoding issues. Remove restrictions from the 2nd API key, since this key is never exposed in HTML. Relevant Documentation: |
2 | 6 | 4 years, 9 months ago | ||
Dispay taxonomy of user
Started by: David in: Toolset Professional Support |
2 | 2 | 4 years, 10 months ago | ||
Migrating post relationships from old storage type
Started by: David in: Toolset Professional Support |
1 | 2 | 4 years, 11 months ago | ||
Repeatable Field Groups – no option to create
Started by: David in: Toolset Professional Support |
2 | 3 | 6 years, 1 month ago | ||
Parametric search filter for date custom field
Started by: David in: Toolset Professional Support |
2 | 6 | 6 years, 5 months ago | ||
Parametric filters not working after first filter applied
Started by: David in: Toolset Professional Support |
2 | 2 | 7 years, 1 month ago | ||
cred field post tags
Started by: David in: Toolset Professional Support |
2 | 4 | 7 years, 2 months ago | ||
CRED form updates URLs of Types repeating images field when CDN active
Started by: David in: Toolset Professional Support |
2 | 2 | 7 years, 4 months ago | ||
Conditional display based on user role of post author
Started by: David
in: Toolset Professional Support
Problem: Solution: function get_author_role() { global $authordata; $author_roles = $authordata->roles; $author_role = array_shift($author_roles); return $author_role; } add_shortcode( 'user_role_func', 'get_author_role' ); 2. Register the ‘'user_role_func'’ shortcode first in Toolset >> Settings >> Front-end Content >> Third-party shortcode arguments. Screenshot here: https://d7j863fr5jhrr.cloudfront.net/wp-content/uploads/2017/06/543582-Register_Custom_Shortcode.png?x36781 3. Then use shortcode in conditional output something like this, you can add it in your View or Content Template: [wpv-conditional if="( '[user_role_func]' eq 'contributor' )"] contributor content goes here [/wpv-conditional] |
2 | 3 | 7 years, 4 months ago | ||
Child Post inherit parent post taxonomies in order to build custom search filter
Started by: David in: Toolset Professional Support |
2 | 3 | 7 years, 5 months ago |