Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Hey Polar Bear,

    Assuming you mean the icon on the map that opens a modal i just tried it in chrome and it opened properly It may be a cacheing or temporary internet files issue. Have you tried clearing those?

    Thread Starter Polar Bear

    (@polar-bear)

    Hello

    Thanks for coming back sooo quickly. There should be 4 map pins: UK, US, NL and China.

    On Chrome all I see is NL.

    Just to confirm you can see them all in Chrome?

    I spoke to my colleagues in the US tonight and all three are using Chrome and they can’t see them.

    I use Cloudflare, I’ve flushed that. I’ve also cleared Chrome out.

    Anything else?

    Plugin Author Daniel Iser

    (@danieliser)

    Looks like its not a Easy Modal issue from what you described. The problem is with your pins not showing. The pins arnt part of our plugin but looking at the css that is being rendered you have a height: auto and width: 100% on the pin images, which is fine if the parent absolutely positioned div has a width and height.

    Your one pin works because it does have a height and width asigned. The others do not. Either targeting those absolute divs and adding height and width, or finding out why the JS styles applied dont contain the size for some of them etc.

    2 ways to fix basically. Get the height and width working properly in the plugin or script that made the map and pins, or use css to target them and give them sizes that way.

    Thread Starter Polar Bear

    (@polar-bear)

    Hello

    You are soooo right!!

    The problem was not with your modal but with the slider plugin I was using.

    I updated the slider plugin and all is working fine.

    Thank you again for your swift response!!

    Plugin Author Daniel Iser

    (@danieliser)

    Not a problem, please take a moment to rate and review the plugin and or support at https://wordpress.org/support/view/plugin-reviews/easy-modal

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

The topic ‘Modal not working in Chrome’ is closed to new replies.