I am trying to:
I've managed to insert the map feature to the views page, and even managed to get it showing to Melbourne, VIC (Australia) which I'm super happy about. BUT, when I view the page, the map opens to an image inside Melbourne Airport, and you have to click the back button on it to see the actual map.
I can not for the life of me figure out why, or how to stop it.
Link to a page where the issue can be seen: hidden link
I expected to see:
Just the map
Instead, I got:
An image / inside view of Melbourne Airport
This is the code I've got:
[wpv-layout-start]
[wpv-items-found]
[wpv-map-render map_id="map-7" fitbounds="off" general_zoom="9" single_zoom="9" general_center_lat="-37.96254" general_center_lon="144.960809" single_center="off" street_view="on" address="Melbourne VIC, Australia"][/wpv-map-render]
<!-- wpv-loop-start -->
<wpv-loop wrap="1" pad="true">
[wpv-map-marker map_id='map-7' marker_id='marker-8' marker_field='wpcf-business-address'][/wpv-map-marker]
[wpv-item index=1]
<div class="row ">
<div class="col-sm-12">[wpv-post-body view_template="loop-item-in-view-10"]</div>
</div>
[wpv-item index=other]
<div class="col-sm-12">[wpv-post-body view_template="loop-item-in-view-10"]</div>
[wpv-item index=pad]
<div class="col-sm-12"></div>
[wpv-item index=pad-last]
<div class="col-sm-12"></div>
</div>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]No items found[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]