Tagged: Markerlist, pro version
- This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by
Anonymous.
- AuthorPosts
- January 31, 2019 at 17:57 #21258
info646414ParticipantHi
I have the Pro-Version. I selected one of the Marker-Lists for a map.
Now I would like to refer back to the original easy map without showing a Marker-List.
How to do this?Best Regards
Michael
February 1, 2019 at 15:07 #21261
AnonymousInactiveHello,
Unfortunately we don’t have option for this. We’ll consider adding it in future updates. We’ll write to you when we add it.
As temporary solution please select first marker list type in the list of markers
https://www.dropbox.com/s/5tas2l779e2bumz/Screenshot_1.png?dl=0
and add this CSS rulediv[data-id=”7″] .gmpMnlJssorSlider {
display: none!important;
}into your theme’s custom CSS.
Please replace 7 with your map id. You can find it in shortcode in top right corner
https://www.dropbox.com/s/5tas2l779e2bumz/Screenshot_1.png?dl=0 or in the list of maps
https://www.dropbox.com/s/wy7t93ayslkxt2y/Screenshot_2.png?dl=0To hide marker list for all maps at your website please use
.gmpMnlJssorSlider {
display: none!important;
}You can also add this rule into HTML block in the page with map above map shortcode. You need to wrap it in
<style>
tags for this.https://www.dropbox.com/s/ficyqmtb6snlr6d/Screenshot_3.png?dl=0
Please purge all website’s caches and clear browser’s cache after saving settings before checking result.Best regards,
https://supsystic.com
DanteFebruary 2, 2019 at 15:24 #21262
info646414ParticipantHello Dante
Thanks for your quick response and the good support.
As a suggestion for solving this problem in the next update: Add a “Standard Map” to the selection of the marker-list maps.Best Regards
Michael
February 4, 2019 at 15:46 #21267
AnonymousInactiveHello,
Thank you for your idea.
If you like our plugin you can leave review here https://wordpress.org/support/plugin/google-maps-easy/reviews/#new-post
Best regards,
https://supsystic.com
Dante - AuthorPosts
- You must be logged in to reply to this topic.