Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter madhavaji

    (@madhavaji)

    Investigating this I can see that a call is made to the WordPress AJAX API when a visitor click a pin in the map.

    In the case of the website I’m building the whole site is loaded over https and your plugin plays well with this aside from when the visitor clicks a pin in the map. At that point a GET request is made to the WordPress AJAX API over http not https and this is what Firefox is complaining about.

    Can you help?

    Michael.

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi Michael,
    Thank you for the details above. I am looking into this issue right now.

    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hi Michael,
    Trying to solve this issue I came back here to look at it again ( I cannot duplicate on my site ) but it seems to work fine now.

    Did you fix it somehow?

    Thread Starter madhavaji

    (@madhavaji)

    Hi Eyal,

    Yes, the issue turned out to be that a warning about insecure content, due to partial SSL implementation on the site, was causing Firefox to stall. Chrome, on the other hand, carried on working even though it had the same warning.

    Once we’d successfully turned the entire website to SSL the problem went away.

    Thanks your your help,

    Michael.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Map popup issue in Firefox 31’ is closed to new replies.