• Resolved israelam

    (@israelam)


    The maps don’t show in my web
    http://iamsoluciones.es/lapiccola/contacto/
    Code are generated but don’t show the map
    <p> <style type="text/css"> #ready_google_map_1{ width:100%; height:300px; float:top; border:0px solid ; margin:0px; } #gmapControlsNum_1{ width:100% } #ready_google_map_1 .gmpMarkerInfoWindow{ width:200px; height:100px; } .gmpMapDetailsContainer#gmpMapDetailsContainer_1{ height:300px; } .gmp_MapPreview#ready_google_map_1{ /*position:absolute;*/ width:100%; } #mapConElem_1{ width:100% } #ready_google_map_1 .gmpInfoWindowtitle { color: #5ec0cc !important; font-size: 19px !important; } </style> <div class="gmp_map_opts " id="mapConElem_1"> <div class="gmpMapDetailsContainer" id="gmpMapDetailsContainer_1"> <div class="gmp_MapPreview " id="ready_google_map_1"></div> </div> <div class="gmpMapProControlsCon" id="gmpMapProControlsCon_1"> </div> </div><br />

    thanks for your support

    https://wordpress.org/plugins/google-maps-ready/

Viewing 1 replies (of 1 total)
  • Plugin Author google-maps-plugin

    (@google-maps-plugin)

    Hello.
    You have error in your theme.js code, somwhere around this:
    imagesLoaded( container, function() {
    // load masonry
    msnry = new Masonry( container, {
    itemSelector: ‘.entry-article’,
    transitionDuration: 0.3
    });

    $(‘.entry-article’).addClass(‘masonry-loaded’);
    // Remove loader.
    $(‘.masonry-loading’).remove();
    });
    Error is generated by masonry.js, fix it at first.

Viewing 1 replies (of 1 total)
  • The topic ‘Don't show the maps’ is closed to new replies.