Socrapop / travelers-map

Wordpress plugin to show your posts on a Leaflet dynamic map, using OpenStreetMap datas.
GNU General Public License v3.0
16 stars 5 forks source link

Search bar in map is no more visible #31

Open sunlight76 opened 2 years ago

sunlight76 commented 2 years ago

Hi, Since few days I can no more find the searchbar in the map (as admin user adding or modifying a post) I'm attaching a screenshot where you can also show the error:

Cattura

Socrapop commented 2 years ago

Dear @sunlight76,

I think the error might come from your website, maybe a caching plugin or another map plugin interfering? I don't have this error on my working environment (empty Wordpress) or my personnal blog.

This error is often due to the javascript file not loaded in the right order, or a missing javascript file. You may have a plugin messing with the import order of scripts, maybe the cookiebot ?

To help debugginh, you can go to the "Network" tab next to the console, and search for "travelers" in the searchbox like this : image

You should have those 4 js files in this order. If not, you can disable some plugins to see if it works, or reinstall Travelers' Map (please remember your settings in the settings page because they are deleted on uninstallation. Your markers will not be deleted.)

Please let me know.