Hey Erwin,
With Hotspots 4 you can use template overrides. Create a template override for default_hotspots.php (components/com_hotspots/views/hotspots/tmp/default_hotspot.php)
(more info on template overrides
docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core
)
in that file find the lines
<div class="js-hs-streetmap hs-streetmap" style="display: none;">
<label><?php echo JText::_('COM_HOTSPOTS_STREET_VIEW'); ?></label>
</div>
remove them and you shouldn't see any street view. Maybe I should create a setting for this in the backend.
infowindow - no. You are no longer able to show the infowindow and I won't ever add it again - for more info about this decision look here:
compojoom.com/blog/entry/changes-coming-up-with-hotspots-4
.
- the menu - well it is hardcoded in the javascript files. But you could add this line of css to your template:_
.hs-tabs {
display: none;
}
And it will hide it. Also make sure that you hide the "directions" button on each marker -> becuase it will move to the directions tab and then the user won't be able to switch back to the hotspots tab.
Regards,
Daniel