Problem: I am using the Block Editor on my site and trying to create a new View using the View block. Unfortunately I only have the ability to use an existing View, because there is no option to create a new View in the View block.
Solution: It seems that the Editing Experience setting in Toolset > Settings > General tab was set to "Show only the legacy interface for designing with shortcodes." Instead, you should choose to show both the legacy interface and the blocks interface if you want to be able to use both the shortcode editor and the blocks editor to create new Views.
Problem:
The user is using the Event Tickets plugin to sell tickets for events(custom post type). He displays the event using a content template and he got the list of tickets duplicated several times on the page.
Solution:
The Event Tickets plugin is hooking into "the_content" to display the list of tickets.
Toolset replaces the results of "the_ticket" filter with the generated markup from a content template.
Because the user was using content templates inside of the Event content template, the list was displayed after each content template.
To workaround this, instead of including the child content template, or the body with a block, use the wpv-post-body shortcode with the suppress_fitlers argument.
Then, at the bottom of the content template, where we want to display the list of tickets, include an empty content template with a block.
Future versions of Toolset Blocks will allow a content template to be included as a block and will allow us to suppress the filters on it.
Solution:
You can always check for the possible conflict between the third-party plugins and theme to ensure there in no conflict between any plugin or theme you are using.
Please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes? Do you see any difference?
Problem:
Create Accordion with dynamic data using blocks
Solution:
There is no accordion block available currently with Toolset blocks.
However - we do already filed a feature request to our internal system to add accordion block and I already raised your voice to that ticket. Please note that there is no ETA when this feature will be added but I mean to say that we do have plans to add this feature to our plugin.