I am using the wpv-woo-buy-options shortcode on a product page and the plus and minus buttons do not work. However if I add a product to the cart, the buttons will then work.
Solution:
The issue was with GeneratePress Premium module plugin.
Problem:
The user is building a content template with blocks and would like to add the next/previous pagination links to it.
Solution:
Currently, there is no block that offers the next/previous post feature. But you can still use Toolset shortcodes to implement it. Either inside a shortcode block, a Fields&Text block, or in a classic block. The shortcodes are called:
Problem: I have a one-to-many post relationship set up between two custom post types. In a View of the child posts, I would like to display information from the parent post.
Solution:
In the Blocks View editor, you can display related post information by following the documentation linked below.
In the legacy Views editor, you can use the Post Selection tab in the Fields and Views popup to select the related post you want to display. See the screenshots in the replies below for more information.