• Hey community,

    I’m looking for a solution where we have a multisite network in WordPress, and each user can create their own website. We’re designing our own theme and want to integrate maps for each user.

    Here are our requirements for the map:

    1. Each user should be able to create their own map.
    2. The user will have data for markers in the form of longitude and latitude. Based on this, the markers should be shown with popups on hover.
    3. When a user clicks on any property in the listings, the map should switch to that marker and property location.
    4. Users should be able to draw any shape and find markers within that range. Additionally, the side properties should change according to the drawn area.

    Issues:?I have installed Leaflet Map plugin, but it is not showing the maps in subdomains for each user. In short, users have no access to it.

    Is it possible to achieve these requirements with the free version? Each user will create their own map.

    This is a sample site that fulfills all requirements: https://www.livetampafied.com/property-search/results/?searchtype=3

    Looking forward for a better solution!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor hupe13

    (@hupe13)

    Each user should be able to create their own map.

    ok.

    The user will have data for markers in the form of longitude and latitude. Based on this, the markers should be shown with popups on hover.

    ok.

    When a user clicks on any property in the listings, the map should switch to that marker and property location.

    Users should be able to draw any shape and find markers within that range. Additionally, the side properties should change according to the drawn area.

    It is not possible as in the example, but it may be possible in other ways. Or you have to program it yourself. An approach is here. And take a look at Extensions for Leaflet Map.

    Issues: I have installed Leaflet Map plugin, but it is not showing the maps in subdomains for each user. In short, users have no access to it.

    The plugin uses WordPress default permissions. You can’t share a map between two users.

    Thread Starter sanabibi

    (@sanabibi)

    Alright Thanks Hupe13.

    Thread Starter sanabibi

    (@sanabibi)

    But these all ways required coding skills, what if a user have no coding skills, and just want to use this leaflet plugin to provide the coordinates and based on that he wants all the functionality, all the markers with pop ups and also able to draw the polygon or any shape to see the listings in a particular regions.??

    Plugin Contributor hupe13

    (@hupe13)

    You won’t be able to realize it the way you imagine it with these plugins, but in a different way with the functions that both plugins offer. Unfortunately there is no gui, both plugins work with shortcodes.

    You should take another look at the concept of a multisite and also the concept of what individual users are allowed to do. There are some plugins for user management that offer more options than the WordPress standard. Search “user”, “member” or “membership” in plugins directory.

    Thread Starter sanabibi

    (@sanabibi)

    Thanks @hupe13

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress multisite and Leaflet Maps’ is closed to new replies.