Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #520115

    http://organo.nuehuecreative.com/find-a-local-distributor

    The world map is working on all devices and desktop/laptop computers. When you click on a country in the world map, a map of that country should pop up and that country map will not show up on any iOS devices. It works perfectly fine with all Android devices and all desktop and laptop computers. Just not with an iPad or iPhone. Can you please help me fix this issue asap?

    The code I have in the Interactive World Map plugin under Custom Javascript Action is:

    var divs=[“usmap”,”canmap”];
    for (var i=0;i<divs.length;i++)
    {
    document.getElementById(divs[i]).style.display=’none’;
    }
    document.getElementById(value).style.display=’block’;

    The code I have specifically for the country maps to show within the actual page is:

    <div id=”usmap” style=”display: none; width: 100%;”>[show-map id=’2′]</div>
    <div id=”canmap” style=”display: none; width: 100%;”>[show-map id=’3′]</div>

    #520159

    Hi nuehue!

    Can you please try switching to one of the default themes and see if you can reproduce the issue? It seems like a plugin related issue and it would be the best if you contacted plugin author :)

    Regards,
    Yigit

    #520179

    you are right again ! lol it is an issue with the plugin.. actually google needs to fix it!
    https://github.com/google/google-visualization-issues/issues/1597

    That was last year and still no update.. so im assuming ill have to wait some mare!! thanks for looking into this for me!! have a great weekend!

    #520280

    Hey!

    Great! I hope they will be able to fix it soon!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Interactive world maps plugin not working on iOS (iPad nor iPhone)’ is closed to new replies.