Hi, I added a map with a number of markers and added content for each marker. However, the content inserted displays only for two of the markers. For the rest of the markers there is no content displayed.
I checked the code for each of them and the code is the same, they just refer to different websites, names, addresses, phone numbers, etc., so I’m not sure what the problem is.
The web page is: https://www.mind-sets.eu/the-partners/
Thanks in advance for your help.
Margaret
Hello,
I’m trying to add a rich text field in the User Generated Markings Form. I was able to make one using the WP User Front End plugin, but is there a way I can add this to your User Markings Form so the posts show up on the map?
This would really help me out,
Thanks so much, your map plugin is my favorite,
Sincerely,
Max Hilmer
[email protected]
Hi, I have just installed your plugin and I guess it does what I am looking for. However I found a little bug in it. I doesn′t save the font family that I select. It always goes to default Vollkorn font family.
Can you have a look at it pleas. Thanks
Any way to use shortcodes in the marker’s content field?
]]>How do I set a shortcode for this plugin or insert it into a page?
]]>Zoom bar on the left is invisible in both Safari and Chrome – what to do?
]]>Hi guys,
Please could you give me some example html to show a web link in the marker?
Thanks in advance,
Regards, Si
]]>As you can see in both Safari and Chrome, the categories/directions/nearby box is showing overlapping locations, which makes the google map category box very difficult/clumsy to read/navigate.
Thanks in advance for any help you can provide.
]]>I use Hebrew language so the admin panel is RTL.
I found the problem. Change:
function register_shortcodes(){
add_shortcode('googlemap', 'map_shortcode');
}
add_action( 'init', 'register_shortcodes');
wp_enqueue_script('wp-color-picker');
wp_enqueue_style( 'wp-color-picker' );
To:
function register_shortcodes(){
add_shortcode('googlemap', 'map_shortcode');
wp_enqueue_script('wp-color-picker');
wp_enqueue_style( 'wp-color-picker' );
}
add_action( 'init', 'register_shortcodes');
]]>
Hello,
How can I hide google street view control with a custom js?
Thanks in advance.
Regards.
]]>Hello,
I’ve installed your plugin on a site and have inserted the shortcode for a map I created into a shortcode widget that has displays in a Bootstrap modal.
When I preview the map it looks fine. When I access it in the modal I created, it does not. Only part of the map loads and the rest is gray.
1. Is it possible to use the modal you have built into your plugin?
2. The modal sizes are different. Would this be the problem, or, is there a known bug?
Thanks,
Leah
]]>When I get to the settings page under the dashboard, I get this warning:
https://postimg.org/image/cbk7a4x7h/
Hi,
Good plugin.
How can i change the zoom level?
Regards
]]>