Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cjrodero

    (@cjrodero)

    You can have a look:

    https://jajcarmela.org/?page_id=20

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The bubble sizes are defined through the cpm-styles.css file, located in “d:2_www\www.wp36.com\wp-content\plugins\codepeople-post-map\styles\cpm-styles.css”, specifically with the class definition:

    .cpm-infowindow

    Thread Starter cjrodero

    (@cjrodero)

    Jesus!
    I haven’t done anything and now… it’s OK! (In Chrome)
    In Firefox I still have the problem.
    Interesting.

    To fix this I guess I should modify in the line:

    .cpm-infowindow {margin:0; padding:0px; min-height:80px; font-size:11px; clear:both; line-height:13px;}

    Should I add a width value in this line?

    Well, thanks!!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The issue is related with the loading time of image in the bubble, if you refresh the page, the browser uses the image’s copy stored in the cache, and the Google code is more efficient calculating the bubble’s size.

    We are working in an update to display the bubble after the image be loaded to avoid this issue.

    Best regards.

    Thread Starter cjrodero

    (@cjrodero)

    I see.
    So, let’s say that I shouldn’t do anything, right?

    Plugin Author codepeople

    (@codepeople)

    Hi,

    An option is to define an min-height style that includes the height of image, for example:

    .cpm-infowindow {margin:0; padding:0px; min-height:180px; font-size:11px; clear:both; line-height:13px;}

    Thread Starter cjrodero

    (@cjrodero)

    Hi!

    I tried and it worked! Both in Chrome & Firefox.
    My original thumbnail was 80×80. I gave 120 value.

    Thanks a lot!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Width of the bubble’ is closed to new replies.