Skip Navigation

[Resolved] Google maps opens to image – have to click back to see map

This support ticket is created 5 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 1 voice.

Last updated by melaniS 5 years, 10 months ago.

Author
Posts
#1230349

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]

#1230353

I took off street view and that appears to have fixed it...

#1230354

My issue is resolved now. Thank you!