Mandatory information about my setup:
Have I searched the tickets before posting? Yes
Have I searched the forum before posting? YEs
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: (3.4)
PHP version: (unknown)
MySQL version: (unknown)
Hotspots version: (5.1)
Direct link to the page that shows the issue: (http://www.visit-greece.org/visitcyprus/index.php/component/k2/item/308-maria-karapataki-beautician)
Description of my issue: Map not displaying correctly on SW tabs. I have tried this code
after searching the forums but with no luck.
var triggered = false;
jQuery('#tabs').on('click', 'ul li', function() {
if(jQuery(this).find('.icon-map-marker')) {
google.maps.event.trigger(hotspots.sandbox.mapObj, 'resize');
hotspots.sandbox.setCenter();
triggered = true;
}
});
I have tried to put this to plugins\content\hotspots\hotspots.php line 206.