• Resolved 5lions

    (@5lions)


    Does this plugin only have a single shortcut?
    You can only configure a single map per website?

    I need 5 different maps, on 5 different pages on my website that allow user submissions.

    Possible?

    If not – please please add to the roadmap
    I cannot find a map plugin anywhere that allows user submissions and multiple maps per website

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @5lions,

    Actually you can have multiple maps as long as each is on a different page. The Shortcode is customisable. Therefore each map can have an individual initial position and can be filtered by Types (Categories) and even markers.

    Try it out and have a look under Settings > Open User Map > Help.

    Best Regards,
    Daniel

    Thread Starter 5lions

    (@5lions)

    Ok – here is the problem I have now. Use case with two radically different maps.

    Map 1
    ——
    type1
    type2
    type3
    type4

    Map 2
    —–
    type5
    type6
    type7

    On one page I show map #1 with shortcode like this:
    [open-user-map post_id=”531″ types=”type1|type2|type3|type4″]

    On another page I show map #2 with code:
    [open-user-map post_id=”537″ types=”type5|type6|type7″]

    Now the problem is, when someone attempts to add a new entry to one of the maps, the type pulldown shows ALL THE TYPES in a list.

    But these maps are radically different.
    Like “icecream store locations” versus “power outages for the city of New York”

    The types=”one|two|three” correctly filters what shows up on the map im embedding but does not correctly filter the TYPE PULLDOWN menu when users add a new location. Its lists ALL types in the database, versus what the shortcut defines.

    Any way to do this? or fix?

    Plugin Author 100plugins

    (@100plugins)

    You are correct. The pulldown options should correspond to the pre-selected types. I will fix this with the next release.

    Meanwhile you could use some CSS to hide the unwanted options manually:

    .open-user-map .add-location #oum_marker_icon option[value="3"],
    .open-user-map .add-location #oum_marker_icon option[value="4"] {
        display: none;
    }

    Where 3 and 4 are the values of the option fields that you want to hide.

    Does this work for you?

    Btw. in your example you’ve used the post_id attribute. This is only necessary if you just want to show a specific location(s).

    Best Regards,
    Daniel

    • This reply was modified 2 years, 2 months ago by 100plugins.
    Thread Starter 5lions

    (@5lions)

    Awesome! Thank you so much for being a responsive dev!

    Yes – that little hack will work for now.
    Cant wait for the update.

    /fellow-software-engineer

    Plugin Author 100plugins

    (@100plugins)

    I’m glad it works. If you are happy feel free to drop a review here. It helps me a lot to reach a broader audience.

    Best wishes,
    Daniel

    Plugin Author 100plugins

    (@100plugins)

    @5lions Just for your Info: The issue with the dropdown not corresponding with the pre-selected types (Marker Categories) has been solved with the latest update (v1.2.24).

    Best Regards,
    Daniel

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Only one map per website???’ is closed to new replies.