Layouts plugin provides a drag-and-drop editor that is used from the WordPress administration. Using this editor, you can create layouts, assign them to specific content and design entire pages.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
I have both views and layout plugins installed, but the layout plugin takes precedent every time I am in the dashboard and I want to make a template or an archive. I wanted to be able to select which plugin to use. for sometimes it is more convenient to use views so I can integrate with my page builder, but sometimes I want to use the functionality of the layout plugin.
Solution:
You can also try to skip the Toolset Dashboard page, create the Views WordPress archive directly by following our document:
Problem: I am trying to place a custom search View in my site. If I place it above another View, it will not work. If I place it below the same View, it will work.
Solution: There are two separate issues here.
1. You cannot place a custom search View inside the Search and Pagination panel of another View, in most cases. This will result in a nested form tag, which is invalid HTML. You must choose the option "Disable the wrapping div around the View" for the nested View if you want to nest a View in the Search and Pagination editor area.
2. The HTML markup structure for the loop is broken. Be sure to close out the div in the third loop index when wrap=3. The code syntax highlighter will complain about this, but it's actually correct in this case.
After user click button "View gallery", popup a window, in this window display image gallery.
Solution:
It needs some custom JS codes, for example, with Bootstrap framework, there is a modal component, you can follow there document to setup button "View gallery", and display the image gallery insider the modal content.