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

    Hi, I tried to obtain an 80×80 px marker but it remains always at 40×40 so, is it possible to visualize it bigger then 80×80?

    #597297

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #597299
    #597304

    Seems we’d need an access to be able to see the site, you can post that in a private reply here.

    Best regards,
    Josue

    #597315

    In private section I send info. You’ re the third one that asks for it….

    #597355

    .

    #597358

    I see but, is it possible to have bigger then 80 x 80 px ?

    #597495

    Hi,

    Open /config-templatebuilder/avia-shortcodes/google_maps.php and look for this line:

    __('80px * 80px',  'avia_framework' ) =>'80',
    

    Replace it by this:

    __('150px * 150px',  'avia_framework' ) =>'150',
    

    Regards,
    Josue

    #597671

    Hi Josue, I did but it did not work I have another time a little marker more or less 50×50…..

    #598050

    It is working, once you made the change in the file you need to re-select the new option in the Page.

    #598105

    Yes I did and I also made it another time with correct dimensions (150x150px) but it results blurred.
    here http://www.mulinoepastificio.it/dove-siamo/ you can verify what above said

    #598216

    Also in /config-templatebuilder/avia-shortcodes/google_maps.php look for:

    $image = wp_get_attachment_image_src($shortcode['attr']['marker'], 'thumbnail');
    

    Change it to:

    $image = wp_get_attachment_image_src($shortcode['attr']['marker'], 'full');
    
    • This reply was modified 8 years, 8 months ago by Josue.
    #598590

    Hi Josue, now it works right
    Thank you very much for your cooperation

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Google Marker Dimensions’ is closed to new replies.