I am trying to create a user list/map search page which looks similar to these examples:
https://findall.qodeinteractive.com/listing-location/gracia
http://smartdemowp.com/reveal/half-map-screen
https://bizmap.dexignzone.com/xhtml/listing-grid-map-left-sidebar.html
I have successfully created a new menu item that displays a half-page Easy Profile user list and a half-page Easy Profile Google map module. The map module is synced to the user list menu and everything displays and works together correctly.
I have (a barely) working knowledge of HTML, CSS, PHP and have inserted custom map markers for different user groups, modified the zoom level for the google map, and styled the search form and user list grid so that the page almost looks/functions like the examples. The only things I cannot figure out how to do like the samples above are:
1. Make the map side of the page/container sticky while the user list results scroll.
2. Make map 100% height of the page. For example, when I set the map container and map each to 1200px, the container stretches but the map does not fully fit the container. And there doesn't appear to be a setting for % height, only px.
3. Add a "Load More" button which would load more results on the same page and change the map markers to match the additional results, rather than having to scroll many different pages.
4. I would also like to show only a certain Google Map region when showing all users/map markers. For example, I am located in the US and the default map zoom shows additional countries when viewing just all users in the US. I would like to show only the US region when showing all US users. When I change the zoom, it removes the other countries but zooms too much and you can't see all users. Is this maybe possible through SQL Custom Where?
I know the examples don't use Easy Profile/Joomla, and I know Easy Profile isn't directory software, but I'm hopeful what I'm trying to achieve is possible. Your software is so awesome that I've been able to customize it to do everything else...this would be the last customization necessary. Thanks!!