• Resolved Prabin

    (@prabin04)


    Hello again,

    The plugin was working just fine till yesterday since the very first installation. However, the Map is now showing this unusual Grayscale Line inside the Google Map. Is this a plugin issue or GMAP issue by itself?

    Here’s the Screenshot

    And Here’s the URL for Map Pins
    https://nepalinnovationlab.org/atlas/

    I would be glad if you fix this issue very ASAP.

    Regards

    • This topic was modified 7 years, 9 months ago by Prabin.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author buntegiraffe

    (@buntegiraffe)

    Hello Lionel,

    This took me quite by surprise and I spent some time locating the culprit. But I found it. Your theme forces all images of the .events-holder class to be resized to max-height and min-height of calc(15rem). Apparently Google Maps also uses a class called .events-holder, and so the issues start.

    Please add the following rule to your theme’s css, or directly to style.css file of our plugin:

    div[id^=”map-in-post-gmsp-map”] img {
    max-width: inherit !important;
    max-height: inherit !important;
    min-height: inherit !important;
    }

    We will include this fix in the 1.0 release coming this week.

    [ Signature redacted ]

    • This reply was modified 7 years, 6 months ago by Jan Dembowski.
    Thread Starter Prabin

    (@prabin04)

    Hello Bunte Giraffe,

    Thanks, it’s working like a charm now. ??

    Hoping for a new release. Good Luck !!

    Kind Regards,
    Prabin

    Plugin Author buntegiraffe

    (@buntegiraffe)

    Hello Prabin,

    Thanks for reporting back to us. We are glad we could resolve the issue.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird Grascale line Showing inside Map’ is closed to new replies.