Camille V
Forum Replies Created
-
Forum: Plugins
In reply to: [Travelers' Map] Travelers’ Map with WPMLDear Florian,
Thank you for the bug report. I have no idea how WPML works, I will have to do some more research to know what’s wrong ??
I’ll come back to you when I have some news.Have a nice day,
CamilleForum: Plugins
In reply to: [Travelers' Map] Zoom factor / map centeringDear Claudio,
Thank you for using my plugin and for the feedback.
Default zoom will definitely be in the next update, thank you for pointing the fact that minzoom is not a viable solution ??
As for setting the center of the map, it will come after because I have to think of a user friendly way to do it (like selecting the point directly from a map widget), writing the lat and long is very disturbing for users without knowledge.
Also, I think it’s not a priority as it is not the main purpose of the plugin (to display several posts on a map).However, I’m still writing this in my todo-list because I can understand the need to display a precise region, and the map widget to select a zoom and center at the same time could be great for User Experience.
As I said in another support thread, I’m currently traveling and have no time to update right now. Expect an update in a month or two ??
Thank you again for the feedback,
Have a nice day,
CamilleForum: Plugins
In reply to: [Travelers' Map] [travelers-map this_post=true post_types=post]Hello again Imonix,
That’s a good idea and I can see the use of it. I will think of a more user friendly way of doing it.
Unfortunately, I can’t update the plugin right now as I’m traveling, and this feature is kind of heavy in code, I’m not sure when I will be able to update??
Thank you,
CamilleForum: Plugins
In reply to: [Travelers' Map] Disable Popup via shortcodeDear Simon,
You are right, I think I will even disable the popup by default.
Do you think it’s best to disable the popup, or just disable the link in the popup?
Right now I can’t update the plugin as I’m traveling, I’m not sure when I will be able to ??
Thank you for the feedback,
CamilleForum: Reviews
In reply to: [Travelers' Map] Simple but impressiveThank you very much for this warm feedback ??
I’ve put a lot of research and effort into the things you are pointing: User experience and optimization.
So I’m really happy when I receive feedbacks like this ??The plugin will grow, and I will try to keep that in mind for every update. I don’t want my plugin to be like others where you are overwhelmed by the number of options.
In the next big update (maybe 2.0) I will try to update the only thing that’s a bit unfriendly: the shortcode helper. I want to insert it directly as a button in the classic editor and a block in Gutenberg. “Unfortunately” with Gutenberg, I have to learn a new programming language… So that will take me some time ??
Thank you again, have a nice day
CamilleForum: Plugins
In reply to: [Travelers' Map] Auto shortcode for single markerDear Imonix,
I had some time today, and I’m happy to tell you Travelers’ Map V1.5.0 is out, you can now use
[travelers-map this_post=true]
to show a map with only the current post’s marker.Have a nice day,
CamilleForum: Plugins
In reply to: [Travelers' Map] What are the special fields for lat/lon/marker?Dear Demonboy,
Perfect, so you need 3 fields defined to display a marker on a post:
[pcustom name=marker value=”markerID”]
markerID
is the ID of your created marker. To know this, simply go to the “Travelers’ Map Markers” page, edit the marker you want, and check the url for the post ID. Something like that wp-admin/post.php?post=428&action=edit. The ID here is428
.
By default, marker value isdefault
, this will use the default Travelers’ Map marker.
In this case, I don’t know if your plugin needs you to enter the shortcode or not, you will have to test.[pcustom name=latitude value=”X”]
X
is a number between-89.99999
and89.99999
. Please note that the decimal separator must be a period.[pcustom name=longitude value=”X”]
X
is a number between-179.99999
and179.99999
. Please note that the decimal separator must be a period.I mark this ticket as resolved, I hope everything will work with the combination of the two plugins ??
Have a nice day ??
CamilleForum: Plugins
In reply to: [Travelers' Map] Auto shortcode for single markerDear @imonix2691,
Let me write what I understood:
You need a shortcode for displaying “this post marker”? Like [travelers-map this] ?If yes, that’s a very good idea, and I will implement it in one of the upcoming update ??
Thank you, have a nice day,
CamilleForum: Plugins
In reply to: [Travelers' Map] Travelers’ Map automatically recentersThat’s nice to hear! I did my best to speed up the query for website like yours with thousands of posts, I hope it’ll be enough ??
Forum: Plugins
In reply to: [Travelers' Map] What are the special fields for lat/lon/marker?Hello @demonboy,
Thank you for using my plugin and loving it ??
I searched for a “Post by email” plugin capable of sending custom meta-data or custom fields and haven’t found any, what will you use?
I’m asking because I want to know if you will fill the custom meta boxes added by the plugin, or if you will send directly a meta-data to the database?In the first case, I can give you each meta box field name, and what data you need to send in order to successfully set a marker (there is a security test for each field).
In the second case, my plugin is not designed to change the metadata directly and I’m afraid this will not be possible. The reasons behind that are:
-
Security. Metadatas are sent to front-end, we don’t want them to be wrong or infected.
-
Speed and optimization. In order to keep the database fast, I chose to compact every “metadata” fields into one table. So when you save a post, every metadata field is security checked and then compacted into a json table. This table is then saved to the database.
-
A private taxonomy is set when a marker is saved for speed reason. A private taxonomy means that the user can only change it programmatically
I’m sorry if I speak another “language”, but I just wanted to explain why it’s not possible :/
The only solution would be to send “metaboxes fields” by email.So please tell me what’s your plugin ??
Have a nice day,
CamilleForum: Plugins
In reply to: [Travelers' Map] Travelers’ Map automatically recentersOkay, I found the problem, it will be fixed in the next update. I’m currently not able to upload it, beacuse I’m currently working on it.
In the meantime, you can fix the problem by modifying a file in travelers-map\includes\public\js\travelersmap.js
Search for the line 211 and change
autoCollapse: true,
toautoCollapse: false,
.Anyway, I’ll try to update soon ??
Forum: Plugins
In reply to: [Travelers' Map] Travelers’ Map automatically recentersDear @imonix2691,
Thank you for the bug report, I managed to reproduce it. It also happens on the backend search module!
I’ll try to find out if the bug is from my plugin or from the Leaflet Search module plugin I use. It looks like the window is scrolling to always see the search input after a search. I used an option to never close the search input (best for User Experience in my opinion), maybe this is the problem.
- This reply was modified 5 years, 1 month ago by Camille V.
Forum: Reviews
In reply to: [Travelers' Map] AwesomeDear @shayne-thiessen,
I’m happy to tell you that I added the feature you requested as a shortcode option!
You can now use ‘maxzoom=’ and ‘minzoom=’ in the shortcode ??
Have a nice day!
Forum: Plugins
In reply to: [Travelers' Map] Turn off single finger map movement on mobileAn option has been added to the settings page to disable one finger map movement on mobile.
It’s still in BETA, and is not yet warning the user to use to fingers.
I will try to add this one of the next updates.Forum: Reviews
In reply to: [Travelers' Map] AwesomeDear @shayne-thiessen,
Thank you for this kind review and feedback!
I added your feature on my checklist. I’m not sure when I will be able to update, but this will be added in the next update or the one after.
Would you see this feature as a global option or as a shortcode option?
Have a nice day!
Camille- This reply was modified 5 years, 3 months ago by Camille V.