garyF-3
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 |
---|---|---|---|---|---|
View based on author of a woocommerce [rouct
Started by: garyF-3 in: Toolset Professional Support |
2 | 9 | 5 years, 7 months ago | ||
Creating and linking child posts to parent post
Started by: garyF-3 in: Toolset Professional Support |
2 | 6 | 5 years, 7 months ago | ||
Conditional Display of Form
Started by: garyF-3 in: Toolset Professional Support |
2 | 4 | 5 years, 7 months ago | ||
View and Filter for Taxonomy of Children Posts
Started by: garyF-3
in: Toolset Professional Support
Problem: I would like to create a View of post type "A" but filter by a field in related post type "B". Solution: Right now, it's not possible to filter by fields in related posts. The only solution is to duplicate data across posts. add_action( 'save_post', 'auto_set', 100, 3 ); function auto_set( $post_id, $post, $update ) { if( $post->post_status == 'publish' && $post->post_type =='child-post-type-slug' ) { $parent_id = toolset_get_related_post( $post_id, 'post-relationship-slug' , 'parent', array() ); $field_value = get_post_meta( $parent_id, 'wpcf-custom-field-slug', true ); update_post_meta( $post_id, 'wpcf-custom-field-slug', $field_value ); } } |
2 | 3 | 5 years, 7 months ago | ||
Repeatable fields for Products
Started by: garyF-3 in: Toolset Professional Support |
2 | 11 | 5 years, 7 months ago | ||
Shortcode to display Google Maps
Started by: garyF-3 in: Toolset Professional Support |
2 | 2 | 5 years, 7 months ago | ||
Booking System
Started by: garyF-3 in: Toolset Professional Support |
2 | 2 | 5 years, 8 months ago | ||
Pagination not showing
Started by: garyF-3
in: Toolset Professional Support
Problem: Solution: |
2 | 2 | 6 years, 5 months ago | ||
upgrading Toolset data structures
Started by: garyF-3 in: Toolset Professional Support |
3 | 13 | 6 years, 5 months ago | ||
Creating a booking system for specific times
Started by: garyF-3 in: Toolset Professional Support |
2 | 14 | 6 years, 8 months ago | ||
Calculate with Toolset
Started by: garyF-3
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 6 years, 10 months ago | ||
Change Custom Field from Number to Single Line
Started by: garyF-3
in: Toolset Professional Support
Problem: I have a custom field that was previously a Number, and is now a Single Line. However, when I try to use text in the field it still validates for numeric content. I cannot use text. Solution: |
2 | 3 | 6 years, 10 months ago | ||
How to have a blank initial value for a taxonomy dropdown in a CRED form
Started by: garyF-3
in: Toolset Professional Support
Problem: Solution: |
3 | 4 | 6 years, 10 months ago | ||
Module with list of Countries
Started by: garyF-3
in: Toolset Professional Support
Problem: I would like to use the Toolset Module another User created, but the link to download the module is hidden on the forum. Solution: I updated the link to be public, so you can now see it at https://toolset.com/forums/topic/how-to-import-states-and-countries-into-selects-for-fields/#post-244714 Relevant Documentation: |
2 | 3 | 6 years, 10 months ago | ||
Assign author name and post id to title through cred form
Started by: garyF-3 in: Toolset Professional Support |
2 | 4 | 6 years, 10 months ago |