Bubble size issue

This topic contains 3 replies, has 2 voices, and was last updated by  Alex Rollin 5 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #469016

    Marc Halterman
    Full Member
    Post count: 22

    Hi, I have a map bubble issue. There is a javascript element effecting the size of the bubble

    Here is the site https://sweatnetclt.com/gd-home/

    This function is setting the geodir-bubble_desc height to zero and we cannot seem to override this. It just started happening today. The JS method is on the map.js file:

    function geodir_fix_marker_pos(map_canvas_var) {

    // Reference to the DIV that wraps the bottom of infowindow

    if (window.gdMaps == ‘osm’) {

    var iwOuter = jQuery(‘#’ + map_canvas_var + ‘ .leaflet-popup-content-wrapper’);

    } else {

    var iwOuter = jQuery(‘#’ + map_canvas_var + ‘ .gm-style-iw’);

    }

    var iwBackground = iwOuter.parent();

    org_height = iwBackground.height();

    if (window.gdMaps == ‘osm’) {

    var mainH = jQuery(‘#’ + map_canvas_var).height();

    org_height = mainH < org_height ? mainH : org_height;

    org_height -= (org_height * 0.10);

    }

    jQuery(‘#’ + map_canvas_var + ‘ .geodir-bubble_desc’).attr(‘style’, ‘height:’ + org_height + ‘px !important’);

    }

    #469031

    Alex Rollin
    Moderator
    Post count: 27815

    We have just released a fix for this, GD V 1.638. Please update and let us know if the issue persists.

    #469175

    Marc Halterman
    Full Member
    Post count: 22
    This reply has been marked as private.
    #469240

    Alex Rollin
    Moderator
    Post count: 27815

    Try clearing your cache, the bubble looks right to me.

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

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

Open Support Ticket