• Resolved dwarfbeard

    (@dwarfbeard)


    Dear Complianz-Team,

    first of all, I installed your plugin today and it seems to work very well for my needs – with one little exception. Content blocker for embedded Youtube-Videos or Google-Maps works fine, however I am having – a hopefully easy to solve – problem with embedded Openstreetmaps.

    If I enter the domain openstreetmap.org in the Complianz plugin settings, the maps stop loading when consent for marketing cookies is not given. However there is no overlay displayed that tells the user he has to give consent to display the map. For Youtube-Videos and Google-Maps the blocked notice shows as it should.

    The OSM map displays a failure notice that it can’t load but without a displayed reason the user might not know that this is because of missing cookie consent.

    I think the problem could occur, because my OSM maps are embedded via the WordPress Plugin Maps Marker Pro (https://www.mapsmarker.com/) which itself relies on leatlef markers.

    Do you know how to fix this problem? I searched others topics and saw that there were minor problems with OSM before but could not figure out a solution myself.

    Thanks in advance!

Viewing 6 replies - 16 through 21 (of 21 total)
  • Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    @dwarfbeard Did you manage to configure the multilayer map as well?

    Regards,
    Leon

    Thread Starter dwarfbeard

    (@dwarfbeard)

    Nope, sadly not. 🙁

    I removed the script additions as requested in the second to last post, because otherwise the plugin did not work as intended anymore.

    With only the mu plugin activated Complianz works again and the maps also display the block overlay but for the multilayer map there still remains the floating problem, but I did not find a solution with adding custom CSS yet.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @dwarfbeard,

    To resolve the html elements from floating over the placeholder, you can use some css to hide them, with the complianz placeholder class as parent. As this class is removed on activation, the elements will get shown after activating.

    .cmplz-blocked-content-container .leaflet-container, 
    .cmplz-blocked-content-container .lmm-listmarkers-table {
        display:none;
    }
    Thread Starter dwarfbeard

    (@dwarfbeard)

    Thank you so much! It works perfectly fine now 🙂

    My fault was, trying to add css in the complianz settings. After I figured out to add it to the theme, it works as it should.

    Thanks, again for the help, marking this thread as solved now.

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    @dwarfbeard Great to hear! You’re welcome 🙂

    Plugin Contributor Mathieu Paapst

    (@paapst)

    Hi @dwarfbeard

    Great to see that this last issue is also resolved! This is why I would like to ask you once again if you could leave a Review here of the plugin or the support? That way you are not only helping us, but you also help others that are still searching for a Cookiemanagement System.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Missing block overlay for OSM maps embedded via Maps Marker Plugin’ is closed to new replies.