Map with bubbles disabled

This topic contains 13 replies, has 3 voices, and was last updated by  Kor 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #523771

    Manfred Van Ursel
    Expired Member
    Post count: 295

    Is there a way to have the map showing the pins, but with disabled bubbles, so no bubble show up when clicking the pin?

    Thanks!

    #523781

    Kor
    Moderator
    Post count: 16516

    Hi Manfred,

    Thanks for your post. We can try using custom CSS code to prevent mouse clicks. Kindly renew your support status and we’ll try it out for you.

    #523849

    Manfred Van Ursel
    Expired Member
    Post count: 295

    Do you mean using the CSS rule

    pointer-events : none;

    ?

    That would be nice, however which is the class we should target for the pins?

    I tried to inspect with the inspector but it doesn’t seem easy to find it.

    Thanks,

    #523861

    Kor
    Moderator
    Post count: 16516

    Hi Manfred Van Ursel,

    Thanks for your reply. Yes, that’s the one. Kindly renew your support status and we’ll check this out for you asap!

    #523879

    Manfred Van Ursel
    Expired Member
    Post count: 295

    Thanks, but we’d like to know which CSS class should we target with that CSS rule?

    We can’t apply the browser inspector over the pin icons on the map.

    #523916

    Kor
    Moderator
    Post count: 16516

    Hi Manfred Van Ursel,

    Thanks for your reply. Yes, this is achievable. Kindly renew your support status and I will share the custom CSS code with you.

    #523934

    Manfred Van Ursel
    Expired Member
    Post count: 295

    Hi Kor, by “renew your support status” do you mean to just reply?

    We would just like to know the CSS class 🙂

    Best regards,

    #523942

    Guust
    Moderator
    Post count: 29970

    From https://wpgeodirectory.com/support-policy/

    Support for Free Users (non members) is provided for website where only the core plugin is installed and used. If addons are installed and used (even only one addon), the user will have to subscribe again before being able to receive support.

    You do not have a current membership.

    Thanks

    #527125

    Manfred Van Ursel
    Expired Member
    Post count: 295

    Hi guys, we renewed the membership, please help us with this.
    Thanks,

    #527187

    Kor
    Moderator
    Post count: 16516

    Hi Manfred Van Ursel,

    Thanks for renewing. Please share your Website URL here and I’ll check this out for you asap!

    #527425

    Manfred Van Ursel
    Expired Member
    Post count: 295
    This reply has been marked as private.
    #527434

    Kor
    Moderator
    Post count: 16516

    Hi manfred,

    Thanks for your reply. You can use the custom CSS code below to achieve this.

    .gm-style > div > div > div > div{
        pointer-events:none!important;
    }
    #527606

    Manfred Van Ursel
    Expired Member
    Post count: 295

    It worked great, thank you!

    The code I used:

    	<?php if( current_user_can('publish_posts') ) {}else{  ?>
    		<style type="text/css">
    			.gm-style > div > div > div > div{
    				pointer-events:none!important;
    			}
    		</style>
    	<?php } ?>
    #527668

    Kor
    Moderator
    Post count: 16516

    Hi Manfred Van Ursel,

    Cool. thanks for sharing.

Viewing 14 posts - 1 through 14 (of 14 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket