• Resolved David 279

    (@david-279)


    Generally great but have two small issues First when map opens on page I seem to always be zoomed in as far as I can go so all I see is the icon, I’ve set the settings to 15 but it always shows as max

    Secondly if I use shortcode not only do I get the above issue but I also don’t get the label attached to the icon

    That said this shows a great deal of promise, have you considerd creating an Open Streetmaps widget for Elementor Page Builder, I know it would get a lot of interest

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    Hi David,
    Thank you for the feedback – I really appreciate it! ??

    The default zoom is 15, so even if you hadn’t set it in the settings, it should be at that level. Do you have a link to share, so I can take a look, please?

    The label (balloon) should on the multiple makers map [locations_map] only open when you click on the marker. That is on purpose, because otherwise the map would be cluttered with balloons. ?? Does the onClick not work?

    Thread Starter David 279

    (@david-279)

    Hi Patrick currently only on a localhost as I’m working on a new website will see if I can set it up elsewhere and get same results

    Thread Starter David 279

    (@david-279)

    OK I can show you for 8 hours at https://1c69463c.eu.ngrok.io/locations/dho-club-room-steps/ Was slightly wrong the label is active when the map screen opens but one is zoomed in too close, however if you close the label, zoom out and then click the icon again the label does not come back

    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    I tried accessing your localhost, but the connection is too slow, so I get all sorts of errors (not only related to the map).

    I had it set that 1 click centered the marker and double click reopened the marker. I will adjust that.

    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    I have just uploaded version 1.2. Please check if that solves your issues.

    Thread Starter David 279

    (@david-279)

    Oh dear now I have no map at all, I’ve deactivated everything except events manager and your plugin and I’ve switched to 2017 theme.

    Map displays in backend but doesn’t show on page

    The address is there but just an empty space where the map should be ??

    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    Aha.. that is because you have set the width to 100%. What happens is that it will fill 100% of the parent div (the float:right, default by EM). The problem is, that that parent div is being scaled to 0x0px. (Happend to Google Maps too)

    Using Chrome Console I changed your styling to width:350px; and then it shows.
    In Events -> Settings -> Formatting -> Maps
    Change the value of the width to:
    width:100%; min-width: 350px; max-width: 500px
    That way the map can be scaled between (in this case) 350 and 500 px, according to the screen size of the visitor.

    Or, you could give the parent div a min-width and max-width. ??

    Thread Starter David 279

    (@david-279)

    OK that seems to work, the issue it seems is with the shortcode ?? Try using the shortcode [locations_map] for the map somewhere in the description and see what happens LOL

    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    The locations_map is still not ready, so there could be some things wrong with it. But what do you mean? “in the description”??

    Thread Starter David 279

    (@david-279)

    When you use the shortcode to display the map, it always seems to start at maximum mahnification no matter what you have set in the settings AND ot displays as a grey box with just the location icon and the controls, as soon as you zoom up manually just one click it all displays correctly

    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    Hi David,
    That the map tiles are being loaded slowly sometimes, is because they are delivered from a CDN. OpenStreetMaps relies on donations, so it could sometimes have a capacity problem.

    I did revise the code, so it should load faster now.

    Plugin Author Stonehenge Creations

    (@duisterdenhaag)

    Version 1.4 het a “preconnect” to the OpenStreetMaps tile server, so that should shorten the loading time. Please update ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘2 Small issues’ is closed to new replies.