• Resolved grijsopreis

    (@grijsopreis)


    I have just downloaded and installed your plugin. At first glance, it looks quite straightforward! However, I’m not seeing what I’d like to see. I’ve added two locations as a test with IDs 97066 and 97075. When I try to view the map on the test page, it only displays the default screen, but not the pins I want to see (the locations). I’ve used the following shortcode:
    [open-user-map type=”simple” lat=”51.95297000″ lon=”-9.89732400″ zoom=”10″ ids=”97066,97075″]

    I could use some help here 😉

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Daniel

    (@danielschoenherr)

    Hi @grijsopreis,

    You have some typos in your shortcode. If you want to filter the map to show specific locations only, you need to use the pipe symbol | to separate the ids. And the longitude attribute is called long (not “lon”)

    Example:

    [open-user-map type="simple" lat="51.95297000" long="-9.89732400" zoom="10" ids="97066|97075"]

    You can also leave out all attributes to show the default map with all locations.

    [open-user-map]

    The type of the map and the initial position can be adjusted in the plugin settings.

    Best Regards,
    Daniel

    Thread Starter grijsopreis

    (@grijsopreis)

    Hi Daniel,

    Thanks so much! It works 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘doesn’t show specific locations’ is closed to new replies.