Map Pop up

This topic contains 12 replies, has 4 voices, and was last updated by  Giri 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #198137

    Sam
    Buyer
    Post count: 172

    Hi Guys,

    how do i get the image on the map pop up to be at the top of the image. Right now it’s like in the middle. My CSS for the map is this:

    .geodir-bubble_desc a {
    color: #fff;
    }

    .geodir-bubble_image .geodir_thumbnail {
    background-size: cover;
    }

    .geodir-bubble_image {
    height: calc(65% – 12px);
    }
    .geodir-bubble-meta-side {
    margin-top: 0;
    }

    Thanks.

    #198171

    Guust
    Moderator
    Post count: 29970

    Images are always at the top of the infowindow by default. I guess your CSS is pushing it down.
    We would need to get your URL and WP admin details to check, but start with removing/commenting any custom CSS.

    #198205

    Sam
    Buyer
    Post count: 172
    This reply has been marked as private.
    #198696

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please provide a link and we will tell you if that’s the problem.

    To add the address please see:

    https://wpgeodirectory.com/support/topic/map-errors-and-others/

    Let us know,

    Thanks

    #198818

    Sam
    Buyer
    Post count: 172
    This reply has been marked as private.
    #199263

    Paolo
    Site Admin
    Post count: 31206

    Link please?

    #199266

    Sam
    Buyer
    Post count: 172
    This reply has been marked as private.
    #200402

    Paolo
    Site Admin
    Post count: 31206

    hi,

    the problem with the image are really the images. They are almost square and the subject (face) is at the very top of it…

    Try this:

    
    
    .geodir-bubble_image .geodir_thumbnail {
        background-size: contain;
    }

    It should make it a little better.

    I asked to the developers to tell us if there is a filter to make the tel clickable.

    They’ll let us know asap.

    Thanks

    #200954

    Giri
    Expired Member
    Post count: 3155

    I have disabled links by default. You have add this code to make tel linkable

    add_filter(‘geodir_map_bubble_tel_linkable’, ‘__return_true’);
    #201888

    Sam
    Buyer
    Post count: 172
    This reply has been marked as private.
    #202228

    Giri
    Expired Member
    Post count: 3155

    Yes it is, But I’m sorry that I forgot to mention that it will work GD 1.6.3+ versions.

    I have added some code in GD core. If its urgent you can download the dev version from here.

    https://github.com/GeoDirectory/geodirectory

    Thanks

    #202368

    Sam
    Buyer
    Post count: 172
    This reply has been marked as private.
    #202881

    Giri
    Expired Member
    Post count: 3155

    Ok Thanks

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

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

Open Support Ticket