Forum Replies Created

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

    (@socrapop)

    Dear @wangonorth ,

    Yes, this is one of the flaws of this plugin unfortunately, the image link of the marker is saved for each post when you save the post. So even after changing the pin, the old pins keep their URL.

    You have two solutions :

    • Download a plugin to change media in the library, like this one : https://fr.www.ads-software.com/plugins/enable-media-replace/ You can find your old marker image in your media library and change it with your new one. Be carefull though, the image needs to be the same dimension as the old one, or your marker on the map will not be centered on the pin.
    • Resave all your posts one by one :/

    Sorry for the trouble, fixing this issue is very time consuming on my end (rewriting a very big portion of code) and will reduce the speed performance of the plugin so.. status quo.

    Plugin Author Camille V

    (@socrapop)

    Dear @bensh86,

    Answer for developer:

    hasmarker is a term added to the post when a marker is set, it is mandatory for Travelers’ Map to work. It is added to the private taxonomy cttm-markers-tax which, as described, is private. A “global” term query like you have on your slider should not ask for private but only public terms.
    The arguments in the query must have :

    'public'   => true,

    If no settings in RevolutionSlider can do that, maybe their is a filter in the plugins code to change that?

    Answer for user:

    You might have to search in the settings of RevolutionSlider. Try to find a setting where you can choose which taxonomy you query on your slider (and uncheck cttm-markers-tax), or if you can only query the public taxonomies.

    If you can’t find anything, I suggest you contact RevolutionSlider support, you can link them my answer so they understand what is happening ??

    I mark this as resolved because it’s not a Travelers Map issue in itself (you can still reply of course).
    Have a nice day,

    Camille

    Plugin Author Camille V

    (@socrapop)

    Hello ??

    I checked your website, leafletJS is loading properly, but the main javascript file of the plugin travelersmap-bundle.js, is not !

    As you already tried to disable conflicting plugins, I suggest you to try finding a functionnality in your theme or in elementor that compress pages / or concatenate javascript.

    Sometime it’s also a plugin for european “cookies” laws that block javascript files, but you don’t seem to have one.

    Something is blocking this file somewhere, because the leaflet files are loaded. There is no reason Travelers’ Map files don’t :/

    If I may, I think this issue is related to mine in some way. I think a “what image is compressed or not” data should be added to your plugin so we can have a “resume bulk processing” button :
    https://www.ads-software.com/support/topic/bulk-processing-no-unoptimized-images-found-after-timeout/#post-17938232

    Thread Starter Camille V

    (@socrapop)

    Dear Support Team,
    The timeout issue was indeed fixed, but the “no unoptimized images found” wasn’t :/

    On my website/hosting, the plugin can compress like 10% of the total images in my daily work hours, I can’t keep the page open for 10 days to have my images compressed, I think their should be a way to resume the bulk processing, because I still have “no unoptimized images found” when coming back to the page the next day, and the only way is to “Force all images to be re-processed” and start from the beginning again :'(

    • This reply was modified 3 months, 2 weeks ago by Camille V.
    Thread Starter Camille V

    (@socrapop)

    Thank you, it’s working now ??
    Have a nice day !

    Hello !
    Just here to add :
    I have the same problem with AVIF images, uploading AVIF directly break them on the frontend.

    Thank you for this plugin ??

    Plugin Author Camille V

    (@socrapop)

    Dear Jakob,

    It seems the meta boxes content are already sanitized by WordPress itself (I tried to var_dump before HTML purifier is executed, and the <a> link with href is already removed)

    It seems you have some development knowledge, did you know the latest version of the plugin added filters to interact witht he popover content ? I wrote something in the documentation for adding custom content to the popovers : https://camilles-travels.com/get-started-with-travelers-map-wordpress-plugin/#filters

    You could do exactly as it’s written in the documentation: add an ACF field, and add a button with the link as the content.

    I will try to have a look at why the link is sanitized in the meta box in the first place, but I think you should use the filter if you know how to do it ??

    Plugin Author Camille V

    (@socrapop)

    Dear @atesz03 ,

    It might seem silly, but do you have a zoom percentage set on your browser view ?

    The only way I can reproduce this on your site is by zooming out on the Chrome browser (CMD + “+” on mac or Ctrl + “+” on windows), Firefox and Safari aren’t showing the grid.

    Have you tried on https://camilles-travels.com/la-carte/ too ?

    Anyway, this is not a Travelers’ Map issue but a Leaflet map issue I’m afraid ^^’ (the javascript module I use to show the map) so I can’t do much for you :/

    Let me know anyway if it’s not the zoom ??

    Plugin Author Camille V

    (@socrapop)

    Okay, I had a look tonight, and you have indeed some shortcode parameters filtering out the post you are refering to:

    [travelers-map cats=activite,balade,balade-ludique,hebergement,restaurant post_types=post]

    This is your shortcode, the categories after “cats=” are filters, and all the posts that are not in any of those are filtered out. The Mexico post for example is only set to the “Mexique” and “Les Tops” categories, so it’s filtered out the map ??

    You have three choices :

    • Add new cats to the shortcode above,
    • set categories from the shortcode on your posts
    • or remove all the cats on the shortcode so it’s loading every post (with a pin set) :
    [travelers-map post_types=post]

    I did not fix the error on your site, I let you do it because I don’t know if you prefer to change the shortcode, or if you want to add categories to the posts you mentionned.

    • This reply was modified 8 months ago by Camille V.
    Plugin Author Camille V

    (@socrapop)

    Dear @jtanovan,

    Could you try those things please?

    • Do you have a caching plugin? If so, can you clear the cache to see if that fixes the problem?
    • Could you resave your posts not appearing? Just go to the edition page and save.
    • Does your shortcode have some parameters that could hide some posts?

    If nothing works, would it be possible to have an admin account created so I can check what’s wrong?
    Use this email for my account : [email protected]

    Plugin Author Camille V

    (@socrapop)

    Leaflet is indeed missing if you have this message !
    It’s strange because the plugin is supposed to load it, can you try deactivating and activating it again?

    Or maybe you have a caching plugin that you need to be cleared? Or another plugin loading leaflet ? Or maybe a RGPD cookie manager plugin that disable some script from your pages?

    Let me know ??

    Plugin Author Camille V

    (@socrapop)

    Dear @agthalim,

    Your shortcode is not exactly the same, I can see on your archive page that there is a maxzoom=3 defined, and a minzoom=3 on both maps.

    Thats why you can’t zoom / unzoom ??

    Plugin Author Camille V

    (@socrapop)

    Hi again, sorry for my late reply I did not see your answer ??

    I opened your website and saw you are reloading the page on category change. That’s a good thing, because I think what you are looking for in ajax is not possible.
    If I remember well I tried it on a personal project, but never succeeded. The cause is that the markers are loaded with wp_localize_script which inject javascript variables to the page so the markers can load.
    I’m not saying it’s impossible but it seems a lot of work for nothing important to me, a page refresh is not bad in that case ??

    Plugin Author Camille V

    (@socrapop)

    Dear @agthalim,

    Yes indeed, it’s a Leaflet limitation ??

Viewing 15 replies - 1 through 15 (of 324 total)