Skip Navigation

[Resolved] Can't turn off map full screen control

This support ticket is created 5 years, 1 month 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 4 replies, has 2 voices.

Last updated by Waqar 4 years, 11 months ago.

Assisted by: Waqar.

Author
Posts
#1402107
Screenshot 2019-12-08 00.45.52.png

I am trying to: not display the fullscreen control on my map. According to the documentation, it is supposed to default to OFF. However it displays by default. I even tried using the argument <b>full_screen_control = "off"</b> in the wpv-map-render shortcode, but it still refuses to be hidden.

Link to a page where the issue can be seen: hidden link

In the attached image, you can see it behind my own button that's used for making the column go full-screen.

#1402539

Hi Eric,

Thank you for contacting us and I'd be happy to assist.

I was able to reproduce this on my test website as well and the "full_screen_control" had no effect on the Google Map's full-screen button.

I've shared these findings with the concerned team for further review and will keep you updated through this ticket.

For now, you can hide that button using custom CSS code:


button.gm-fullscreen-control {
  display: none;
}

regards,
Waqar

#1402571

Thanks, that's a decent workaround.

#1437355

Hi Eric,

I just wanted to update that a fix for this is planned to be covered in the next release of the Toolset Maps plugin (version 2.0.1).

Thank you for bringing this forward.

regards,
Waqar

#1459181

Hi Eric,

I'd like to update that the latest Toolset Maps 2.0.1 fixes this issue.

Thank you for your report and please let us know through a new ticket, if you still see something out of place.

regards,
Waqar