Problem: I have a map that displays markers from a View that displays results from two different custom post types. I would like to be able to always display all results from custom post type A, but allow the User to apply front-end filters to filter custom post type B.
Solution:
This is possible using two separate Views, with some limitations.
- Since you already have one View set up with custom search filters, you should uncheck the Content Selection checkbox for the Monuments post type in this View. This View should only include Restaurant posts in the Content Selection.
- Create a separate View that shows all Monument posts. Insert map marker shortcodes in this View, but do not insert another map shortcode. Set the map_id attribute in these marker shortcodes to point to the same map_id from the original view.
- Insert the Monuments View in the same template or post as the original Restaurants View.
- I see a Distance filter at the top of the page. If you plan to filter both Monuments and Results using the same Distance filter, you must apply an identical Distance Query Filter in the Monuments View as well. You can hide the duplicate front-end distance filter in this View by commenting out the wpv-filter-meta-html shortcode in the Output Editor of the Monuments View.
- AJAX updates are not be fully supported when two separate Views are used on the same page. A submit button with page refresh is required to load both sets of results on the same map.
Problem: I would like to create an image gallery that alternates with a single landscape image on one row and two portrait images on another row.
Solution: Use a Toolset Gallery block with a custom Collage display mode, or a more complex system of Views and galleries, depending on how the custom fields are structured.
Problem: I have a View with a loop template designed in the Divi builder. When I search for results with some filter set, the first result is empty. If I reload the page, the first result appears again.
Solution: In this case you can disable AJAX results or tryp suppressing third-party filters in the loop template shortcode.
While working on a custom field, I accidentally moved the workspace itself to the sidebar.
I couldn't get it back with the widget.Please refer to the image as a widget.
Solution:
Please try these:
1) Dashboard-> Toolset-> Post Types, find and edit your custom post type "Job information", in section "Sections to display when editing ", enable option "Custom Fields"
2) Edit a single "Job information" again, click "Options" button, and enable "Custom Fields" option, see my screenshot block-options.JPG
3) Then you will be able to drag/drop those panels into main working area
4) After all things fixed, you can disable option "Custom Fields" of step 1.