Patrick
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 |
---|---|---|---|---|---|
relationsships changed – need te intermediari id
Started by: Patrick in: Toolset Professional Support |
|
2 | 3 | 2 years, 8 months ago | |
Anchor to specific DIV ID or A NAME for each item in the view
Started by: Patrick in: Toolset Professional Support |
|
2 | 2 | 5 years, 5 months ago | |
How can i make a specific content template for mobile?
Started by: Patrick in: Toolset Professional Support |
|
2 | 5 | 6 years, 1 month ago | |
How to get the intermediate post when the related posts are known
Started by: Patrick
in: Toolset Professional Support
Problem: If the end posts are known, how to retrieve the intermediate post that connects them? Solution: An example of retrieving the intermediate post ID would be: $left_id = 168; $right_id = 169; // get the intermediate post(s) between these two posts $intermediate_ids = toolset_get_related_posts( array( 'parent' => array($left_id), 'child' => array($right_id) ), // origin post ID(s) 'left-right', // slug of relationship array ('role_to_return' => 'intermediary') ); $intermediate_id = $intermediate_ids[0]; Relevant Documentation: |
|
2 | 8 | 6 years, 1 month ago | |
How to select input text field with jquery (not cred, not views)
Started by: Patrick
in: Toolset Professional Support
Problem: I would like to access the value of a select field in a Form using jQuery. Solution: Use the "name" attribute equals selector: jQuery(".wpt-form-textfield[name='wpcf[relationship][optie-3]']").val(); Relevant Documentation: |
|
3 | 5 | 6 years, 2 months ago | |
Multiple relations between three posttypes
Started by: Patrick in: Toolset Professional Support |
|
2 | 3 | 6 years, 2 months ago |