Title: MAP not display
Last modified: February 9, 2022

---

# MAP not display

 *  Resolved [daniele8808](https://wordpress.org/support/users/daniele8808/)
 * (@daniele8808)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/map-not-display/)
 * hi I create this topic because I do not see the map from mobile and desktop.
   
   I have tried both as a logged in user and not logged in and I have already disabled
   the plugin I use for the cache and I am using the map in low resolution.
 * I have the latest version of the plugin installed and my map should show in the
   popup after clicking on the button icon.
 * Can you help me understand why it doesn’t show up?
 * link -> [https://thecharger.eu/prova-mappa/](https://thecharger.eu/prova-mappa/)
 * Thank you in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmap-not-display%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Carlos Moreira](https://wordpress.org/support/users/carlosmoreirapt/)
 * (@carlosmoreirapt)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/map-not-display/#post-15347629)
 * Hi [@daniele8808](https://wordpress.org/support/users/daniele8808/)
    The way 
   the elementor popups work is not compatible with the way the maps load in the
   current version, since the map container doesn’t exist on the page yet, when 
   the page loads, so the map fails to render. You will need to trigger some custom
   javascript to render the maps when the popup loads.
 * If your button as a unique ID (myButton for the below example) you could add 
   something like this to the map’s custom JS:
 *     ```
       let myButton = document.querySelector('#myButton');
       myButton.addEventListener('click', function(){
       setTimeout(function(){ iMaps.reset(); },500);
       }, false);
       ```
   
 * This triggers the code when the button is clicked, after 500 milliseconds and
   the maps display. This code or a variation of it would be needed to make the 
   map render when the popup loads.
    Hope it helps Greetings, Carlos
 *  Thread Starter [daniele8808](https://wordpress.org/support/users/daniele8808/)
 * (@daniele8808)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/map-not-display/#post-15350001)
 * Thank you very much Carlos. Now it’s work!!

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

The topic ‘MAP not display’ is closed to new replies.

 * ![](https://ps.w.org/interactive-geo-maps/assets/icon-256x256.png?rev=3115060)
 * [MapGeo - Interactive Geo Maps](https://wordpress.org/plugins/interactive-geo-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/interactive-geo-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/interactive-geo-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/interactive-geo-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/interactive-geo-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/interactive-geo-maps/reviews/)

## Tags

 * [map](https://wordpress.org/support/topic-tag/map/)

 * 2 replies
 * 2 participants
 * Last reply from: [daniele8808](https://wordpress.org/support/users/daniele8808/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/map-not-display/#post-15350001)
 * Status: resolved