Problem:
The customer reported that when the option to link to the term archive page is enabled, the layout of the archive is affected.
Solution:
Guided that by the HTML standards, it is not valid to nest one link inside another link and most modern browsers try to fix this on their own by changing the markup/code accordingly.
For this reason, whenever the option "Make the entire container a link" is enabled in a container block, it is better to avoid any other links inside the containing blocks.
Problem:
The customer asked how to create a post-relationship when a form to create a new post is submitted.
Solution:
Guided that this will require a custom function, attached to the "cred_save_data" hook, and will use the "toolset_connect_posts" function to connect the two posts.
Problem:
The customer reported that when using the Genesis framework theme with WooCommerce, the primary sidebar is missing from the shop page and product archive pages.
Solution:
Was able to reproduce this on a test website and reported this internally.