I'm trying to add a small company search into a Beaver builder page.
I have created and saved the view in blocks but when I add it using the shortcode, instead of being 3 column grid format it's spread out in one column.
Solution:
Toolset Blocks plugin is based on WordPress page builder "Blocks editor", but Beaver builder is different page builder, so it will conduct unexpected result to display view block in the Beaver builder, you might consider to setup the view with classic editor, and display the view shortcode in Beaver builder.
Problem: I am trying to import some User Forms into my site. The Forms were exported from another Toolset site using Toolset's export tool. Instead of importing the Forms as expected, I see a problem: The XML file [name] could not be read. Looks like there is one invalid node name related to a field for storing a user avatar. This node should be renamed to prevent XML parsing errors.
Solution: Edit the exported XML file using any text editor application. Correct any XML syntax errors. The file should pass validation with an online XML validator tool in order to be accepted in the upload/import process.
Solution:
User was using the "Post Type Order" plugin that was overriding the view's orderby option. Disabling the plugin "Post Type Order" helps resolving the issue.