Problem: I have created a Fields and Text block and inserted some text, including a wpv-post-date shortcode. I would like to use a different date format in the secondary language site, but I cannot see the date shortcode in the translation editor so I cannot translate the format.
Solution: In this case the original date shortcode did not include a format attribute. If you want to translate the date format in a wpv-post-date shortcode, you must first include the format attribute in the original shortcode:
I've changed some settings in the past in the CPT "Ski-Station".
Maybe it's coming from there but I can't display the related pages. It shows a 404 status.
Solution:
Please try to reset them to default settings, for example:
Dashboard-> Toolset-> Post Types, find and edit post type "Ski-Station", in section "Options"
1) enable option "Use the normal WordPress URL logic"
Problem: I have a Form that creates child posts. If the featured image is not provided in the child post Form, I would like to copy the featured image from the parent post into the featured image of the child post.
Solution: If the parent post is not predefined, then you must use the Forms API to copy the parent post's featured image into the child post's featured image since the parent post cannot be determined at the time the Form is loaded. Use the cred_submit_complete API to automate the process. In that callback you can use toolset_get_related_post or toolset_get_related_posts to query the parent post, then get_post_meta to fetch the featured image, then update_post_meta in the child post to set the featured image programmatically.
Problem: I have two custom post types - Articles and Authors - connected in a many-to-many (m2m) post relationship. I have created a View of Articles posts, and in the list of Articles I would like to include information about the related Author.
Solution: Any time you want to display information from the "many" side of a post relationship, you'll need a View. Since the relationship between Articles and Authors is a many-to-many relationship, you'll need a nested View structure to display a list of Articles and the related Authors for each Article.
Nested View creation is not directly supported in the Block Editor, so you can use the legacy View editor if necessary. For the inner View, use a post relationship Query Filter configured with the Articles - Authors M2M relationship selected, showing items as related to the current post. You can place the inner View in the loop of the outer View using a wpv-view shortcode.
Problem:
The problem here is that the user is experiencing a few issues with the previous version of Toolset and wordpress 5.8
Solution:
We recently released our Latest version of Toolset which should resolve this issue.
The plugins can be downloaded from the link below. https://toolset.com/download/toolset-blocks/