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 |
2 | 2 | 2 months, 3 weeks ago | ||
Front-end forms give nonce validation error
Started by: jefM in: Toolset Professional Support |
3 | 10 | 5 months, 2 weeks ago | ||
Console error 'toolset_select2'
Started by: jefM in: Toolset Professional Support |
3 | 4 | 5 months, 4 weeks ago | ||
Alt & title tags only displayed for some images (Views)
Started by: jefM in: Toolset Professional Support |
2 | 5 | 1 year, 5 months 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, 3 months ago | ||
Relevanssi search in custom WYSIWYG fields not working
Started by: jefM in: Toolset Professional Support |
2 | 6 | 4 years, 7 months ago | ||
Show Repeatable field group items on page
Started by: jefM in: Toolset Professional Support |
2 | 4 | 4 years, 9 months ago | ||
Views 2.9.1 disables Layouts JS
Started by: jefM in: Toolset Professional Support |
2 | 2 | 5 years, 1 month ago | ||
Post relationship doesn't show post titles anymore
Started by: jefM in: Toolset Professional Support |
2 | 5 | 5 years, 5 months ago | ||
Paragraph tags disappear after some time
Started by: jefM in: Toolset Professional Support |
3 | 14 | 5 years, 8 months ago | ||
Query filter does not show option Post relationship or repeatable field groups
Started by: jefM in: Toolset Professional Support |
2 | 9 | 6 years, 2 months ago | ||
Mixed content http in code view while site is in https
Started by: jefM
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 4 | 6 years, 4 months ago | ||
woocommerce variation image don’t change
Started by: jefM
in: Toolset Professional Support
Problem: The issue here is the user's variable product images don't change on shop page when the variation is selected. Solution: I suspect that you are using the wpv-woo-product-image shortcode. But the documentation below should states that this will only show the default featured image. |
2 | 2 | 6 years, 5 months ago | ||
Images in support ticket are indexed bij Google
Started by: jefM in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Display wpv-for-each field in a bootstrap grid
Started by: jefM
in: Toolset Professional Support
Problem: I have a repeating custom field, and I would like to use wpv-for-each to loop over each field and display them in a bootstrap grid. Solution: The wpv-for-each structure isn't designed to support conditionals, so it's not possible to include row wrappers like this. A View, on the other hand, provides options for building these bootstrap-style grids with automatic rows. In order to use a View like this, you must create a post type that holds your images. The new post type should be a child of the post "LOOKING TO THE OTHER SIDE OF THINGS", and each image should be a custom field in a separate post in the new post type. Then you can loop over all the child posts of the current post in your View, and include row-based wrapper containers. Relevant Documentation: https://toolset.com/documentation/user-guides/digging-into-view-outputs/ |
2 | 6 | 6 years, 5 months ago |