Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #326161

    Is it possible to set the size of the marker tool tip on the Google map?

    It breaks the text in a little “special” way.

    quick css culd be nice.

    #326186

    When you use a custom map marker, you can choose the size of it in the dialog.
    You can choose between 20px x 20px – 80px x 80px.

    #326941

    Hey!

    Try adding this code to the Quick CSS:

    .gm-style-iw {
        overflow: hidden !important;
    }

    Cheers! 
    Josue

    #327695
    This reply has been marked as private.
    #327725

    Hi!

    I’m not seeing the text broken on my end – http://screencast.com/t/XG6tcAty

    Cheers!
    Josue

    #332663

    Hi Josue,

    its still a problem in Firefox.

    A new thing after updating, the quick fix to remove lines on blank pages dosent work anymore, and now we have big top and footers?

    And I have a custom editet mailform, witch I could style before, all css is now confligting with the base css

    Can they be removed with a quick fix?

    Example (blank page problem):

    http://fortiusfitness.dk/succes-team-fit/

    Example: (mailform field)

    http://fortiusfitness.dk/insider/

    (before updating, the mailform field looked like this: http://fortiuspersonaltraining.dk/insider/)

    • This reply was modified 10 years, 1 month ago by jjdenmark.
    #332891

    Hi!

    Please try to disable the cache and minify plugin then test it again.

    Best regards,
    Ismael

    #333161

    Already tried, and in 3 browsers.

    In crome I dont get scrollbars in the adress tips, but the right one still breaks the text.

    Same problem with the mailform field, that dosent react on custom CSS (direct on the page).

    I looked at the base.css on both test domains and I cant see any thing different in the form lines

    But if I changes the whole base.css, it works like before on the mailformfield…thats just not the best solution..I guess a lot of things is fixed in the updated base.css?

    #333706

    Hi!

    Please add this on Quick CSS or custom.css to fix the google map marker tooltip:

    .gm-style-iw {
    overflow: auto !important;
    }

    The mail form field looks the same now. Please check http://fortiusfitness.dk/insider/ and http://fortiuspersonaltraining.dk/insider/. Remove browser cache or hard refresh the page.

    Best regards,
    Ismael

    #338038

    Hi,

    I still have the issue with one adress field on the Google Map:

    http://fortiuspersonaltraining.dk/fpt.jpg

    #338042

    Looks okay in Opera though

    #338218

    Hey!

    Thank you for the update.

    I checked the site on Chrome and Firefox and the info window looks ok:

    Regards,
    Ismael

    #343427

    Thanks I can see its a browser caching problem.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Size on Googlemap marker tip?’ is closed to new replies.