Close Cross in Pop up not working

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

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

Open Support Ticket
  • Author
    Posts
  • #451166

    Rafaela
    Full Member
    Post count: 131

    Hi guys,

    We cannot close our GD Pop-up windows of listings on the map which is causing a problem especially on mobile. The reason is that the Closing Cross is behind the background of the Heading so can’t be clicked.
    I have tried to style .geodir-bubble_desc to fix this but without success.

    Can you please help?

    Thanks,
    Rafaela

    #451168

    Rafaela
    Full Member
    Post count: 131
    This reply has been marked as private.
    #451182

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    I see what you mean. It is the same in my test site.

    I will flag your topic for the developers.

    The issue:

    The X in the upper right corner of all v1 map bubbles cannot be clicked.

    #451184

    Kiran
    Moderator
    Post count: 7069

    Hello Rafaela,

    Please add following css snippet under GeoDirectory > Design > Scripts > CSS

    
    
    .main_map_wrapper .gm-style button.gm-ui-hover-effect {
    	z-index: 9999;
    }
    .main_map_wrapper .gm-style button.gm-ui-hover-effect > img {
    	background-color: #ccc !important;
    }

    Kiran

    #451519

    Rafaela
    Full Member
    Post count: 131

    Hi Kiran,

    Awesome!!
    This worked perfectly, thanks so much for your help 🙂

    If anyone else has the same issue, I was also able to increase the size of the Close Cross as follows:

    .main_map_wrapper .gm-style button.gm-ui-hover-effect > img {
    background-color: #ccc !important;
    height: 22px !important;
    width: 22px !important;
    }

    Thanks!!

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

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

Open Support Ticket