martinB-16
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 |
---|---|---|---|---|---|
Toolset archiv-block not not available
Started by: martinB-16 in: Toolset Professional Support |
2 | 6 | 4 years ago | ||
Automatic slider
Started by: martinB-16 in: Toolset Professional Support |
2 | 3 | 4 years, 1 month ago | ||
delete content templates
Started by: martinB-16 in: Toolset Professional Support |
2 | 5 | 4 years, 1 month ago | ||
target="_blank" does not work
Started by: martinB-16 in: Toolset Professional Support |
2 | 3 | 4 years, 1 month ago | ||
Delete-Button
Started by: martinB-16 in: Toolset Professional Support |
2 | 7 | 4 years, 1 month ago | ||
route planning
Started by: martinB-16 in: Toolset Professional Support |
2 | 6 | 4 years, 1 month ago | ||
Map in View -> no adressfield
Started by: martinB-16 in: Toolset Professional Support |
1 | 2 | 4 years, 1 month ago | ||
Output format for a custom field (number)
Started by: martinB-16
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 3 | 4 years, 1 month ago | ||
Custom field -> Postlink
Started by: martinB-16 in: Toolset Professional Support |
2 | 3 | 4 years, 1 month ago | ||
in button
Started by: martinB-16
in: Toolset Professional Support
Problem: How to create edit form link with Toolset Button block? Solution: It is possible to use Toolset Button Block to setup the edit post form link too, for example, you can fill below value in button link field: [wpv-post-url]?content-template-id=123 Please replace 123 with your content template ID. Above link will pass URL parameter "content-template-id" to post URL. Relevant Documentation: |
2 | 5 | 4 years, 3 months ago | ||
post-category form custom field
Started by: martinB-16
in: Toolset Professioneller Support
Problem: I have a Form that edits posts, which includes a custom field. I would like to automatically set a taxonomy term on the post when the Form is submitted. The term should be determined by the value of the custom field. Solution: Use the function wp_set_object_terms to set a term on a post: wp_set_object_terms($post_id, 'term-slug', 'category', false); Instead of term-slug you can use: The last parameter false will delete all the other category terms from this post. If you use true instead of false, the existing category terms will not be deleted. Relevant Documentation: |
2 | 3 | 4 years, 3 months ago | ||
Limit the width of the caption
1
2
Started by: martinB-16 in: Toolset Professional Support |
2 | 19 | 4 years, 4 months ago | ||
Default value for generic field
Started by: martinB-16 in: Toolset Professioneller Support |
2 | 9 | 4 years, 4 months ago | ||
Limit the width of the caption inside a grid cell
Started by: martinB-16 in: Toolset Professional Support |
2 | 7 | 4 years, 4 months ago | ||
Edit post date in forms
Started by: martinB-16 in: Toolset Professioneller Support |
2 | 10 | 4 years, 4 months ago |