8 comments found.
Hi, im from The Good Life Bahama. we buy the estate bundle and we are using it in our site, im having a problem whit the advance search when i click the search button it dont apply the filters, but if im in the wp-admin the search form work well.
Good Morning,
I would like to set Map bound restrictions, however in the settings of your plugin, I am not able to draw a rectangle around the desired area. (I have already read the instructions)
Could you please help me to solve this issue?
Thank you in advance
Hi,
Please send me the login of your site to plugin.progressmap@gmail.com to check this and please mention your username (vesam918) in your message.
Thank you
Hi I wanted to know how to show the gallery of images, videos, etc. on the page of the point on the map. I add the material but I don’t see it on the page.
funzione cs_add_after_content ($ content) {
if (is_single ()) {
global $ post;
$ content. = get_post_meta ($ post-> ID, 'CUSTOM_FIELD_NAME', true);
}
restituire $ contenuto;
}
add_filter ('the_content', 'cs_add_after_content');
**IN RESPONSE TO THIS I TELL YOU THAT IT DOESN’T WORK NOTHING APPEARS UNDER THE CONTENT
Hello, why does the image gallery not appear on the page of the point on the map? Not even the video url?
Hi,
The gallery appears only when you click on the marker. There’s no way to display the gallery in your single post page.
Thank you
how can i allow my user to download the path i created? with a pdf or xml? Can I make the polylines follow the road not in an aerial way but as a path followed by walking?
Hi,
Unfortunately, none of this options is available in the plugin. Downloading the path and converting the polyline to route is not possible.
Thank you
Hi,I wanted to know if it was possible to add the custom fields present in the position entry form also in the view of the single post. In the infobox of the Pin positon on the map it works just add this tag [custom_field_name], but it does not appear in the post.
I await your reply THX
Hi,
This is beyond the plugin capacities. You need to contact your theme author about this, they’re the only who can show you how to add extra information on the single post page.
Thank you
Thanks to the immediate response! So the extra information that I enter in the new position form is only for the info boxes that appear on the map pin? Right?
Hi,
No, the extra information (custom fields) are not for infoboxes only, you can use them anywhere you want in your website.
For example, you can use the following code to display your custom field(s) after the post content:
function cs_add_after_content( $content ) {
if( is_single() ) {
global $post;
$content .= get_post_meta($post->ID, 'CUSTOM_FIELD_NAME', true);
}
return $content;
}
add_filter( 'the_content', 'cs_add_after_content' );
*CUSTOM_FIELD_NAME = replace this with your custom field name.
If you want to display the custom field in a specific place in your single post page, that’s where you need to contact your theme author. Maybe they provide some hook on the single page that will let you display custom content on that specific area.
I hope this will help.
Thank you
Hi ,Do I have the possibility to make the polylines follow a real path, perhaps done on foot?
Hi,
If you mean drawing a route using polyline, unfortnately, this is not possible.
Thank you
Hi, I want to buy the Summer Bundle which contains the plugins package: - Progress map; - List and filter; - Advanced Search; - Draw a search; - Nearby places. I need to develop a website that can sell and do these three things: Create routes to visit already filled out. Create a suggestion of places to visit. Suggest any places to visit. Customers registered on the portal can create their own maps. Sharing maps with other customers on the platform. I need to know if this is possible with your plugins and if there are some limitations. If so, which ones? Are these plugins a project that you keep updating? Or is it something you will abandon in the short term? I await your reply Thanks
Hi. Are users allowed to put their property on the app or they should contact the admin?
Hi, what are the usage limit ? I have a cities maps listings and would like to “use” for each city using restrictive bounds restriction. Then do PWA apps… possible ? thanks JB
Hi,
For usage limits, please check this link https://developers.google.com/maps/faq#usage-limits
You can also read this post for more details https://codespacing.com/important-updates-in-google-maps/
Regarding your project, yes you can restrict the map bounds to a specific area (city). You can see a working example at https://codespacing.com/progress-map-demos/restricting-map-bounds/
Thank you