Viewing 1 replies (of 1 total)
  • Hi Ermatel,
    the issue is with your themes style.css; try changing

    #main img:not(.animate-element), #header img, #bottom-bar img {
        opacity: 0;
        transition-delay: 0s;
        transition-duration: 1000ms;
        transition-property: opacity;
        transition-timing-function: ease;
    }

    to

    #main img:not(.animate-element), #header img, #bottom-bar img {
        //opacity: 0;
        transition-delay: 0s;
        transition-duration: 1000ms;
        transition-property: opacity;
        transition-timing-function: ease;
    }

    and the map should show up properly.
    best,
    Robert

    PS: if you like using my plugin, I´d appreciate your review at http://wordpress.org/support/view/plugin-reviews/leaflet-maps-marker

Viewing 1 replies (of 1 total)
  • The topic ‘Theme compatibility (problem with zoom)’ is closed to new replies.