Forum Replies Created

Viewing 15 replies - 256 through 270 (of 324 total)
  • Plugin Author Camille V

    (@socrapop)

    It’s all working now!

    For future readers, the problem was the CDN script import, for an unknown reason, the link in the documentation is wrong. I used this instead:

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Locate.min.css" />
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/src/L.Control.Locate.min.js" charset="utf-8"></script>

    I used an older version of the plugin, but it’s working now.

    Plugin Author Camille V

    (@socrapop)

    Well, this error means the file L.Control.Locate.min.js is not loaded correctly.
    This can mean several things:

    1. The function is triggered before the file is loaded.
    In that case, you did something wrong somewhere, because Travelers’ Map is inited only after page is fully loaded, and the script you copied from my blog (this line: document.addEventListener('cttm_map_loaded', function (e){...}) is waiting for Travelers’ Map to be inited.

    2. You should double check you inserted the <script> and <link>s tags in your header.php. Maybe your theme have another (or several) php files named header-something.php, you should add the code there too. (inside the <head>HERE</head> tag)

    3. If this is still not working, I would need to access your website to see it for myself because I don’t know what else could be wrong.

    As for the overlapping element, I will fix for everyone in the next update of the plugin.

    Plugin Author Camille V

    (@socrapop)

    I think you are almost there.

    You can forget and remove your step 1. and 2., we will do the altenative way (3. and 3.)

    3. You shouldn’t remove [VERSION], you should replace it with the current version:

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Locate.min.css" />
    
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Locate.min.js" charset="utf-8"></script>

    “4.” is ok.

    If it’s still not working, do you have an error in your browser console? Right click on the page, “Inspect element” or “Inspect”, and you should see a console tab. Click on it and see if you have a red error (related to travelers’ map)

    For the zoom controls, this is leaflet CSS, I’m not responsible of it. They add a z-index of 1000 to the control elements. The map is z-index 400, so if the map is not showing over your popups, you could change the CSS of control elements to 401 like this in your theme css:

    .leaflet-top, .leaflet-bottom {
        z-index: 401 !important;
     }
    Plugin Author Camille V

    (@socrapop)

    Yes that’s a good idea, I will add it on the next update!

    Have a nice day,
    Camille

    Plugin Author Camille V

    (@socrapop)

    Dear @wilmart, thank you for the feedback ??

    Yes, you can do that, but you will have to edit some files in your theme. I’ve decided to keep my plugin as lightweight as it is, without loading a lot of leaflet plugins and slow down loading.
    However, luckily for you, I’ve written a tutorial in the developper documentation to add Leaflet.Locate, which is exactly what you want:
    https://camilles-travels.com/get-started-with-travelers-map-wordpress-plugin/#dev-documentation

    As for the markers’ search box, it’s not possible and it’s not in my todo list at the moment. I’m planning something to add a map on the WordPress search results page at the moment.

    Have a nice day,
    Camille

    Plugin Author Camille V

    (@socrapop)

    Dear @ianr21,

    I have some nice news for you, V1.9.0 is out, and adds a new shortcode parameter to disable clustering ?? Please note that it’s not advised for maps with a lot of markers, it can cause perfomances issues (that is why I decided to enable it by default in the first place).

    Also, I added cluster spiderfy by default, it means that when markers are too close to each other to be visible in max zoom (meaning they are “trapped” into a cluster), clicking on the cluster will make them appear around the cluster in a nice way.

    Have a nice day,
    Camille

    Plugin Author Camille V

    (@socrapop)

    Bonjour Rapha?l,

    Bonne nouvelle, la V1.9.0 est en ligne. Elle rajoute, entre autres, la possibilité de filtrer par custom taxonomy ??
    Ce ne fut pas une mince affaire, mais c’est maintenant possible.

    N’hésites pas à ouvrir un nouveau message sur ce forum si tu rencontres un bug avec cette fonctionnalité, je n’ai pas pu le tester sur un site avec des taxonomies complexes (j’ai quand même testé bien s?r, mais à petite échelle).

    Bonne journée !
    Camille

    • This reply was modified 4 years, 6 months ago by Camille V.
    Plugin Author Camille V

    (@socrapop)

    Bonjour Fabrice !

    J’ai sorti aujourd’hui la version V1.9.0, et j’y ai ajouté la fonctionnalité “ouvrir les liens dans un nouvel onglet” dans les codes court.

    Pour le point 3, je réfléchi encore à une solution ergonomique pour l’ajouter, je pensais ajouter un champ optionnel “contenu personnalisé du popup” avec un éditeur de texte dans les articles (à c?té du choix de position du marqueur), qui, une fois rempli, remplacerai le contenu par défaut.
    Cependant il faudrait que je remplace le popup type “texte” pour que le lien de l’article n’englobe pas tout le popup, ce qui pour moi est une bonne chose.
    Bref, je vais encore y réfléchir ??

    Plugin Author Camille V

    (@socrapop)

    Dear @zcesty,

    I’m happy to launch V1.9.0 today, you will be happy too I think ??

    I’ve added both of your suggestions to the plugin, I hope you like it.

    Have a nice day,
    Camille

    Plugin Author Camille V

    (@socrapop)

    Thank you for this review and for the donation, it’s really nice of you to support open source developers!
    I’m glad the plugin suits your needs ??

    Also, I saw you suggested german translation for the plugin (I don’t have email notification for that apparently), I don’t understand how “Translating WordPress” section works (it says French translation is not done but I update it in every update so…), but I will definitely find how and add your translation in my next update ??

    Have a nice day!
    Camille

    Plugin Author Camille V

    (@socrapop)

    Dear Yvon,

    Thank you very much for your donation! I suppose you tried and succeeded ??

    I mark this ticket as resolved, for anyone else: the answer is yes, it is possible to place WooCommerce products on the map.

    All you need to do is go to Travelers’ Map Settings > “Activate Travelers’ Map on:” (first option) and check “Product”. Then the Map will appear on every product edit page.

    Plugin Author Camille V

    (@socrapop)

    Dear Yvon,
    To be completely honest, I don’t know haha!

    But Travelers’ map works with custom post types, so it might work. I’m not able to test it right know, if you do before I do please let me know ??

    Regards,
    Camille

    Plugin Author Camille V

    (@socrapop)

    Hi Ian,

    It’s not possible right now, but I will add it in a next update ??
    I’m busy right now but as soon as I have some personnal time, I will update the plugin.

    Have a nice day,
    Camille

    Plugin Author Camille V

    (@socrapop)

    Bonjour Fabrice, merci pour le retour et les suggestions d’amélioration !

    Je vais répondre point par point :
    1. J’utilise le module Leaflet pour l’affichage de la carte, et l’apparition de pop-up sans cliquer sur le marqueur n’est pas une fonctionnalité offerte par ce module. Il existe bien des “tooltip”, mais ceux-ci ne permettent que l’affichage de texte. (il me semble)
    De plus cela me parait un peu contre-ergonomique, étant donné la taille des popups, l’utilisateur jonglerai entre les images dans le cas où plusieurs marqueurs sont proche les uns des autres ??

    2. Je peux ajouter cette fonctionnalité effectivement. Je le note.

    3. Que veux-tu dire par là ? Un popup où le texte de l’article ne renverrai pas vers l’article mais afficherai plut?t le texte sous forme brut ? (avec par conséquent la possibilité de mettre un lien) C’est envisageable je pense.

    4. C’est quelque chose auquel j’ai déjà réfléchi effectivement. Récupérer la “loop” de la page actuelle et afficher une carte en conséquence. Où même rajouter un système de filtrage ajax sur la carte pour changer les articles affichés sans recharger la page. Mais cela va me prendre beaucoup de temps, que je n’ai pas vraiment en ce moment, je mets donc cette fonctionnalité avancée en stand-by ??

    Bonne continuation !
    Camille

    Plugin Author Camille V

    (@socrapop)

    Bonjour Rapha?l,

    Merci pour le message ??

    Concernant le premier point, parles-tu de “Custom taxonomies” ou bien des catégories de base ?
    Dans le second cas, cette fonctionnalité est déjà présente, tu peux la trouver dans l’assistant shortcode : Voir l’image

    Pour l’ic?ne par catégorie, il faudrait que je réfléchisse mais cela me semble compliqué par rapport à la fa?on dont mon plugin est construit. De plus, que faire si un article appartient à 2 catégories différentes ? Ou si l’utilisateur veut choisir une autre ic?ne pour un seul article ?
    Je pense que l’approche actuelle avec le choix de l’ic?ne par article est la plus “générale” et permet une satisfaction pour quasi tout le monde ??

    Et oui, le filtrage avancé, ou même le filtrage en Ajax (sans rechargement de la page) serait au top. J’en viendrais peut-être un jour à ?a, mais dans un futur assez lointain au vu de mon temps disponible actuel ??

    Merci pour le retour !

Viewing 15 replies - 256 through 270 (of 324 total)