Hi there,
first off, great theme, great potential!
Now, to my issue – how do i change the language of the Google Maps widget, ie. to have hl=XX added to the URL instead of the default hl=en? I’m guessing i need to add something to either avia_google_maps_widget.js or class-framework-widgets.php, but what exactly i’m at a loss :|
I’d be most grateful if you could point me in the right direction!
Thanks,
Tom
Hey Tomaž!
Edit framework > php > class-framework-widgets.php, find the code “sensor=false”. You can find them on line 1140 and line 1197. Add the language url. If you want to use the Russian language, you can change them to “sensor=false&language=ru-RU”. Please refer to this link: http://www.wpgmaps.com/documentation/changing-the-google-maps-language/
Best regards,
Ismael
Brilliant, thanks!