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, 5 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, 2 months ago | ||
How can i make a specific content template for mobile?
Started by: Patrick in: Toolset Professional Support |
2 | 5 | 5 years, 10 months 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 | 5 years, 10 months 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 | 5 years, 11 months ago | ||
Multiple relations between three posttypes
Started by: Patrick in: Toolset Professional Support |
2 | 3 | 5 years, 11 months ago | ||
No Toolset Starter Theme download available
Started by: Patrick
in: Toolset Professional Support
Problem: I am unable to find the Toolset Starter Theme files for download. Solution: You can find the old Toolset Starter Theme available here: Please note that this theme has been deprecated, so we do not recommend starting new projects with it. |
2 | 3 | 6 years, 4 months ago | ||
show more link pagination
Started by: Patrick in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
Autocomplete for text search
Started by: Patrick
in: Toolset Professional Support
ProblemIs it possible to create autocompleting text field searches with Toolset Views? SolutionNo, this feature does not exist in Toolset Views. There are feature Requests filed, where people ask to add Select2, which would include this. There are no plans yet to implement this, but we upvote the request for you if you let us know. |
2 | 3 | 6 years, 8 months ago | ||
Woocommerce single product image with gallery doesn't work anymore
Started by: Patrick in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago | ||
woocommerce product image url gives jquery output after update.
Started by: Patrick in: Toolset Professional Support |
2 | 2 | 6 years, 8 months ago |