hello
i have checked others topics about this and didn't find solutions (in my case i use google map in vertical tabs.)
so i would like to try this one.
i just buy a google map plugin and it talks about the tabs google map bug :
To fix your theme to show google maps correctly, you have to find in your theme’s javascript file, the piece of code where tabs are handled, where a tab become active and you have to add there this small workaround:
var div = $('div[id^="responsive_map_"]');
if (div.length != 0) {
var gmap = div.data('gmap').gmap;
google.maps.event.trigger(gmap, 'resize');
div.gMap('fixAfterResize');
}
To my mind the answer should be in the js/avia.js file but which line ??
thx fraktale














