Viewing 1 reply thread
You must be logged in to reply to this topic.
I am using a plugin called Multiple Location Google Map.
I was wondering if you could resolve my issue. When I refresh my page, before the map pops up I get all my content appear that I have put into the plugin then the map pops up. How do I stop this from happening?
I was wondering if I had to apply a CSS or theirs another way around this? I have attached a screenshot, hopefully its ok to post this. Many Thanks.
https://s13.postimg.org/xzmw2ihhj/Screen_Shot_2017_02_22_at_19_05_53.png
Hello,
Sorry but we do not support third party plugins.
This is not a tested plugin so we can’t guarantee that it works well with theme.
However i can suggest to check if there is any iframe
included in the out put. Usually it’s the culprit for it. If it’s not, open inspect element(press F12 in your keyboar to display it), find the main css class for the pop up and hide it using custom css. The cod eshould be something like this:
.the-pop-up-css-class {display: none;}
You can always use the google map element of Visual Composer. Read this article to learn how to find the right url to add into it: https://support.codeless.co/?ht_kb=generate-the-right-google-map-link
Best regards!
You must be logged in to reply to this topic.