jefM
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 Layouts navigation menus break after updating to WP 6.6.1
Started by: jefM in: Toolset Professional Support |
|
1 | 3 | 2 months ago | |
Front-end forms give nonce validation error
Started by: jefM in: Toolset Professional Support |
|
3 | 10 | 1 year ago | |
Console error 'toolset_select2'
Started by: jefM in: Toolset Professional Support |
|
3 | 4 | 1 year ago | |
Alt & title tags only displayed for some images (Views)
Started by: jefM in: Toolset Professional Support |
|
2 | 5 | 2 years ago | |
Retrieve content from repeatable field group within repeatable field group (PHP)
Started by: jefM
in: Toolset Professional Support
Problem: We have one repeatable field group (RFG) that contains another nested RFG. We would like to build a nested array in PHP that contains information from the nested RFG structure, but we are not able to access custom field values in the nested RFG using the toolset_get_related_posts API and get_post_meta. Solution: In this case the inner, nested toolset_get_related_posts API call must be updated to query by the current outer RFG's post ID as opposed to querying by the ID of the post containing the RFGs. In the case of the outer RFG, querying by the ID of the post is appropriate, but in the case of the inner RFG, you should query by the ID of the outer RFG since the post relationship is technically established between the two RFGs. Relevant Documentation: |
|
2 | 7 | 3 years, 10 months ago |