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.
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
Thanks, that's a decent workaround.
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
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