Hi, I am using the blocks editor. I have a toolset grid with 2 columns - 1 has my view the other has a map.
1. Currently the map shows only the items listed in the view, how can I get it to show all markers when it is initially loaded? I switched off pagination which works, although not practical to scroll with the large list.
2. How can I fix the map position so when scrolling the map stays fixed and the adjacent column with the results scrolls?
This is something that is a little tricky to achieve with blocks because it will involve the use of the conditional block as well as a secondary view and a secondary map to load all the markers until you perform an action on the search view, which will cause the map will all the markers to be replaced with the map that has only the paginated results.
I can assist with this if you provide the credentials.
2. How can I fix the map position so when scrolling the map stays fixed and the adjacent column with the results scrolls?
This can be done but you will need to set the column that the map is in to have a fixed position.
Would using a conditional be a smooth transition from one map to another? Can I provide the credentials privately?
I tried setting the column to fixed, but didn't seem to work. For now I have used a plugin to handle it, which is nice as it removes the fixed position when it reaches the footer, but I would rather not use another plugin if possible.