Disable Map Pointer Buble

This topic contains 8 replies, has 2 voices, and was last updated by  Kor 5 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #456433

    Joshua
    Expired Member
    Post count: 43

    Hello

    Is there some code to disable the Google Map Pointer bubble from appearing when a person clicks on the pointer?

    Thanks

    Mike

    #456445

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your post. This can be done using custom CSS. If you could share the URL of the page where we can inspect the map, I could provide you the custom CSS code to achieve this.

    Thanks!

    #456447

    Joshua
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #456448

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your reply. Could you share the URL of the page where I can see the map?

    Thanks!

    #456451

    Joshua
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #456499

    Joshua
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #456516

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your reply. Looks like targeting right on the map marker is not possible and the nearest element we could target would be the map container. You can try inserting the custom CSS code and see if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS.

    .gm-style > div > div > div > div > div {pointer-events: none;}
    #456526

    Joshua
    Expired Member
    Post count: 43

    Hello

    Thanks for your reply.

    I inserted this code into GD > Design > Scripts > Custom Style CSS:

    .gm-style {
    pointer-events: none;
    }

    It worked just as I needed.

    I also tried:

    .gm-style > div > div > div > div > div {pointer-events: none;}

    It works also.

    Thanks again for your assistance.

    Mike

    #456545

    Kor
    Moderator
    Post count: 16516

    Hi Mike,

    Thanks for your reply and I’m glad that worked. Enjoy Gd and have a nice day!

    Thanks!

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

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

Open Support Ticket