• Resolved xing79

    (@xing79)


    Hi, I wonder if Leflet Map is not yet supporting WordPress 5.4.1?

    I run the same plug in in another website with WordPress 5.3.3 and it works group. But on 5.4.1, it does now show any maps after I put in the short codes.

    Please see the attached link.

    Thanks! XIng

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bozdoz

    (@bozdoz)

    Might just be that you’ve mispelled the shortcode:

    [leftlet-map lat=44.64, lng=-63.57]

    Should be:

    [leaflet-map lat=44.64 lng=-63.57]

    Thread Starter xing79

    (@xing79)

    Hi Bozdoz, thanks for catching that. My back end looks like this:
    Unfortunately none of the maps show up.
    ——————————————————
    美国地址:5680 Highway 6, Missouri City, TX 77459 USA

    [leaflet-kml src=”https://shop.elegment.com/wp-content/uploads/Colorado.kml”%5D

    [leaflet-map lat=44.64, lng=-63.57]

    [leaflet-map zoom=12 lat=51.05 lng=-114.06]

    [leaflet-marker address=”tokyo”]

    [leaflet-marker address=”oslo”]

    [leaflet-marker address=”cairo”]

    [leaflet-marker address=”toronto”]
    —————————————————

    Plugin Author bozdoz

    (@bozdoz)

    [leaflet-map] shortcode should come first. Also, why are there two maps? If the first one has the kml, it should be:

    [leaflet-map]
    [leaflet-kml]

    and not:

    [leaflet-kml]
    [leaflet-map]

    Thread Starter xing79

    (@xing79)

    Thanks Bozdoz!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress 5.4.1 not yet supported?’ is closed to new replies.