Problem: I am trying to edit a Content Template in the Block Editor but I see an error "Something went wrong while fetching the dynamic content from the selected source".
Solution: Use the "View with:" menu at the top of the block editor to select one of the posts you expect to display with this Content Template. That will fix the problem where Dynamic Sources have no context.
Problem: I would like to create a View of taxonomy terms, but I cannot select a taxonomy in Content Selection.
Solution: The Blocks Editor does not yet support Views of taxonomy terms or Views of Users. Instead, you must use the legacy editor to build these Views and place them in the Block Editor using the wpv-view shortcode.
Problem:
The user is using a slider and would like to have different sizes and item numbers depending on the screen.
Solution:
We can implement this with two views/sliders inside two container blocks.
The first container block is configured to be hidden for mobile, and the second one is configured to be visible only on a mobile. Check this screenshot on how to make the container hidden for tablets http://prntscr.com/10m3jy3
The first container holds the slider view that you have already prepared(3cols, 3items for Desktop. 2cols 3items for tablet ). And the second container holds a new slider view that has 1 column and 1 item.
Problem: I am using a Fields and Text block to display some text, including the post slug. I have set the text-transform property for this block to be "uppercase" but the slug always displays in lowercase.
Solution: It seems that GeneratePress includes some styles for H1 elements that includes the property text-transform: none;, and you would have to override that using custom CSS. Add the CSS class tb-uppercase-override to the Fields and Text block, then add this CSS in the template, an enqueued CSS file, or in Appearance > Customize > Additional CSS:
Problem: I am building a View inside a Content Template using the Block Editor. The View should show information from a related post type, but the View shows "no results found" and I cannot select related post information in dynamic sources for a Single Field Block.
Solution: Use the "View with" menu at the top of the page to select a different preview post. Select a post that has related content for best results.