tims-9
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_get_related_posts() only returns 1st post
Started by: tims-9 in: Toolset Professional Support |
2 | 4 | 2 months, 3 weeks ago | ||
disconnect relationship link not showing in view
Started by: tims-9
in: Toolset Professional Support
Problem: A user reported that the "cred-delete-relationship" shortcode is not working inside one of the views. Solution: Guided that, in the "cred-delete-relationship" shortcode, the "role_items" attribute works in a view where a relationship filter is being used. Since the view in question is not using any relationship filter, you'll need to replace the "role_items" attribute with the "related_item_one" and "related_item_two" attributes. Relevant Documentation: |
2 | 5 | 2 years, 8 months ago | ||
Hiding the default parent element in a relationship form
Started by: tims-9 in: Toolset Professional Support |
2 | 5 | 2 years, 8 months ago | ||
Tabs on a edit CPT page
Started by: tims-9 in: Toolset Professional Support |
2 | 6 | 2 years, 8 months ago | ||
Content template appears to be associated to a different view
Started by: tims-9 in: Toolset Professional Support |
2 | 3 | 2 years, 9 months ago | ||
clear the associations import cache
Started by: tims-9 in: Toolset Professional Support |
3 | 9 | 3 years ago | ||
Missing selection from combo box
Started by: tims-9
in: Toolset Professional Support
Problem: I have an edit post form displayed on a page with several post relationship forms. In the edit post form I have a parent select field. I cannot see the selected parent post name, it seems to be hidden by CSS. Solution: In this case it appears that custom code was added to one or more of the relationship forms to hide the selected parent post. This custom code is also causing the selected parent post to disappear from the post edit form. You must scope the custom CSS code in the relationship form to only target the relationship form selectors, since this CSS will also be included on the page with the edit post form. |
2 | 7 | 4 years, 3 months ago | ||
Intermediary post-type not showing in post form
Started by: tims-9 in: Toolset Professional Support |
2 | 2 | 4 years, 4 months ago | ||
Updating sort order for fields with multiple values
Started by: tims-9
in: Toolset Professional Support
Problem: Setup Repeating Fields sort order using PHP codes. Solution: Toolset Types plugin is using a custom field to store the sort order of Repeating Fields, the field slug is "_wpcf-{field-slug}-sort-order", and field value is in serialized array format. For example Repeating Fields "start-date", the sort order field slug is "_wpcf-start-date-sort-order", and field value is: a:3:{i:0;i:648;i:1;i:649;i:2;i:650;} Above numbers 648, 649 and 650 are "meta_id" values of each instance, you can get them with add_post_meta() function of your PHP codes, see WP document: Then update the sort order field value with function update_post_meta(). Then update the sort order field value with function update_post_meta(). Relevant Documentation: https://developer.wordpress.org/reference/functions/add_post_meta/#return https://developer.wordpress.org/reference/functions/update_post_meta/ |
2 | 8 | 4 years, 5 months ago | ||
custom map markers
Started by: tims-9 in: Toolset Professional Support |
2 | 4 | 4 years, 10 months ago | ||
cred_association id in cred_save_data
Started by: tims-9
in: Toolset Professional Support
Problem: I would like to access some information from a Relationship Form in a cred_save_data hook, but it does not seem to be working as expected. The hook is not fired at all. Solution: Unfortunately cred_save_data and the other form submission APIs do not apply to relationship forms, and there is no other relationship form API available. For now, you could use the post relationship APIs like toolset_association_created and toolset_before_association_delete to listen for these association events and respond programmatically. See the last link in the relevant documentation section for more information about a quirk when using the post relationships API and editing parent/child posts in the wp-admin area of the site. Relevant Documentation: |
2 | 7 | 4 years, 10 months ago | ||
Display posts with a relationship
Started by: tims-9 in: Toolset Professional Support |
2 | 13 | 5 years, 11 months ago | ||
Hidden select options
Started by: tims-9 in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Fatal error: Allowed memory size of 536870912 bytes exhausted
Started by: tims-9 in: Toolset Professional Support |
2 | 8 | 6 years, 4 months ago | ||
fields not showing in wordpress archive
Started by: tims-9 in: Toolset Professional Support |
2 | 7 | 6 years, 5 months ago |