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

    (@amans2k)

    Hi @addapadda,

    It seems map doesn’t load correctly.
    Can you try opening the Thank You page again, maybe just a glitch when you last saw?
    And also check is there any js error on page load in the console.

    Thanks!

    Thread Starter addapadda

    (@addapadda)

    Hi @amans24

    Reloading does not solve it. Cannot see any js errors either when inspecting the page but I do get these 4 messages from the console though, and two of them are some kind of violations:

    JQMIGRATE: Migrate is installed, version 1.4.1
    xlwcty-public.min.js?ver=4.7.11:formatted:723 XLWCTY Log: google map loaded
    [Violation] Forced reflow while executing JavaScript took 39ms
    [Violation] Forced reflow while executing JavaScript took 42ms

    any clues??

    Thanks

    Thread Starter addapadda

    (@addapadda)

    Got it. It was CSS. Finally found this in my site’s custom css:

    img {max-width: 50% !important}

    Changed to:

    img {max-width: 100% !important}

    and it was all good again!

    • This reply was modified 6 years, 6 months ago by addapadda.
    Plugin Author FunnelKit

    (@amans2k)

    Hi @addapadda,

    Glad you figured out.

    Thank!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Map disorted with two horizontal gray bars’ is closed to new replies.