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?
Hi,
Can you post the link to your website please?
Regards,
Josue
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
In private section I send info. You’ re the third one that asks for it….
I see but, is it possible to have bigger then 80 x 80 px ?
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
Hi Josue, I did but it did not work I have another time a little marker more or less 50×50…..
It is working, once you made the change in the file you need to re-select the new option in the Page.
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
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');
Hi Josue, now it works right
Thank you very much for your cooperation