uditvirwani
Forum Replies Created
-
Forum: Plugins
In reply to: [Baidu Maps Plugin] Not able to create markersHi Nick
Thanks for using our plugin!
It sounds like there is a Javascript error on the page which is preventing you to create markers. This could be an error with another plugin or a conflict with Custom Baidu Maps.
Could you please share your Javascript console log (visible under the developer tools), so I can verify the cause of the issue.
Thanks!
Greetings ryan94,
You may achieve this with two methods, the first would be to reduce the height of the map, under the map settings.
However, if you wish to only reduce the size of your map on mobile devices, you may use CSS and Media Queries.The following code can be placed in your current theme, or any Custom CSS plugin.
@media(max-width: 480px){ .home .baidu-map { height: 300px !important; // Replace this with the height you wish to use. } }Forum: Plugins
In reply to: [Baidu Maps Plugin] Pictures in Plugin instructions are missing (China)Greetings @david Barber
Here is a link to the screenshot of the plugin’s settings page, you may check the images and its corresponding instructions, till I upload a fix for the missing images..
http://digitalcreative.asia/assets/baidu-maps/api-key-instrcutions.png
Forum: Plugins
In reply to: [Baidu Maps Plugin] map is not working on the post pageGreetings @jacopo123
I believe the issue you are having could be because of insufficient permissions required for the AK to use with Baidu Maps.
One way to check that is if you get a popup in chinese when you are adding a new map.
If that’s not the case, kindly contact me on udit@digitalcreative.asia with the AK you have used so I may try it and confirm.Thanks
Forum: Plugins
In reply to: [Baidu Maps Plugin] map is not working on the post pageHello Jian Zhan,
Did you create this AK, from http://lbsyun.baidu.com/apiconsole/key, by following the instructions in the settings page?
If yes, kindly share your application key on udit@digitalcreative.asia, so I can help in checking if the AK is correct.
Please also make sure that the ‘Refer白名单’ is correct and matches your website’s domain (or just ‘localhost’, if you are developing your website on localhost).
Forum: Plugins
In reply to: [Baidu Maps Plugin] map is not working on the post pageHello,
Can you please ellaborate the issue you are having with the plugin?
One of the more common issue is of not having a proper Baidu Developers API key, have you entered the correct API Key in the settings?
Forum: Plugins
In reply to: [Baidu Maps Plugin] throws whole bunch of noticesHi Piet Bos,
This issue has been taken care of in the v1.2 of the plugin.
Thanks for notifying!
Forum: Plugins
In reply to: [Baidu Maps Plugin] link to get API key doesn't workHi Piet Bos,
Thanks for using the plugin!
The link provided (http://lbsyun.baidu.com/apiconsole/key) is actually correct, however it redirects to a login page, which may be a little misleading.
I’ve added a detailed guide (in english) on how to retrive an API Console key from Baidu.
You can update the plugin and find it in the settings page of the plugin, just below the field where you are required to enter the API Key.
I hope this helps!