Code

Discussion on Progress Map, Standard Bundle

Discussion on Progress Map, Standard Bundle

Cart 130 sales

codespacing supports this item

Supported

This author's response time can be up to 5 business days.

91 comments found.

Hi, we bought the ProgressMap complete bundle plus installation over envato.

Our webmaster still facing some issues. For that reason I authorizing mac_x711 to work with the seller regarding all the concerns with the Progress Map plugin.

Thanks Best d

Hi,

Sorry for the delay. Ok, i will. Thank you for your confirmation.

Thank you

Hi, we have bought the bundle. When we use the “multicheck” option when making a custom field for map posts, how do we do to show that in the search and filter? It just shows up as code on the front-end and clicking the checkboxes does not work, i can email screenshots… We would like to add every month in a year as a checkbox so we can filter out what business is open different months. Thanks!

Hi,

Please add the checkbox to the filter and send the link of your map to check it.

Thank you

https://traveltradegotland.com/ Scroll down to the map and you can see it under “Availability” in the search and filter.

Hi,

Unfortunately the filter doesn’t support serialized custom fields. The reason is that it’ll be almost impossible to search inside a serialized value in the database and if i use REGEX – which can be way much complicated – for that purpose, the search process will be very very slow.

I’m afraid the only way for you to make this works is by creating a custom taxonomy for availablities instead of using a custom field. Custom taxonomies can be created using plugins like CPT UI (check below link), then, use it with your posts and inside the filter.

CPT UI: https://wordpress.org/plugins/custom-post-type-ui/

Thank you

Hi,

i am trying to see how to work with KMLs.

Can I enable a tickbox on the frontend which layers to show and to hide. (on/off switch for layers)

Can I connect the visibility of a layer based on a catergory/tag/other custom field?

Thanks!

Hi,

Can I enable a tickbox on the frontend which layers to show and to hide. (on/off switch for layers)

- This feature will be available in the next version this week.

Can I connect the visibility of a layer based on a catergory/tag/other custom field?

- You can connect KML layers to posts. For more details, please check this documentation post http://www.docs.progress-map.com/cspm_guide/kml-layers-settings/connect-a-kml-layer-to-a-post-and-make-its-visibility-dependent-to-that-posts-visibility-on-the-map/

Thank you

Hi,

I am trying to use the “submit new location” plugin and I have a problem when trying to create a post from front end.

I am using the Visual/Text editor to create the post, but when I insert an iframe in the text, it disappears (get’s deleted) after submitting the post. Before submission, the embedded content can be seen without a problem. FYI, I am trying to embed Street View.

thank you!

Hi,

Sorry for the delay. By default and for security reason, WP doesn’t allow adding iFrames from the frontend, you need to add the below custom PHP code in the file “functions.php” of your theme. Please add it and try again.

/**
 * Allow adding Iframe when creating new posts from frontend
 */        

function wp_kses_allow_iframe($allowed_post_tags){

    if(!current_user_can('publish_posts'))
        return $allowed_post_tags;

    $allowed_post_tags['iframe'] = array(
        'align' => true,
        'width' => true,
        'height' => true,
        'frameborder' => true,
        'name' => true,
        'src' => true,
        'id' => true,
        'class' => true,
        'style' => true,
        'scrolling' => true,
        'marginwidth' => true,
        'marginheight' => true,
        'allowfullscreen' => true, 
        'mozallowfullscreen' => true, 
        'webkitallowfullscreen' => true,
    );

    return $allowed_post_tags;

}    
add_filter('wp_kses_allowed_html', 'wp_kses_allow_iframe', 1, 1);

I hope this will work for you.

Thank you for your patience

Hey there -

Two questions I am having troubles with.

1. How do I stop the “info modal” from automatically loading on top of the icons on the map? http://gobucksstore.kinsta.cloud/home-2#map I just want to display the icon and not pop up more info until someone clicks it.

2. When I try to search an address on the backend when setting up a location, I get “We could not understand the location, please try…” and Google Maps Can’t load correctly” – The map shows, but inputting an address copied directly from Google is not working.

Hi,

1. This can be done from the “Infobox settings” menu. Please check this post in the documentation to see how http://www.docs.progress-map.com/cspm_guide/infoboxes-settings/choose-when-to-display-the-infobox/

2. Please make sure to activate all required Google Maps APIs and try again. Check this post in the documentation for more details http://www.docs.progress-map.com/cspm_guide/first-steps/create-an-api-key-activate-the-required-apis/

Thank you

Hi, in the light map of a single post, how to only show the location name in the infobox?

Hi,

You’ll have to choose the infobox type that displays the post name. You can choose the infobox type from the menu “Progress Map => Default infobox settings => Infobox type”.

Thank you

Yes I know it can display post name, but I want to display the location name instead of post name, the location name either from map data or manually input.

Is it possible?

Hello. How i can add background color on the marker labels?

Demo – the name “Hello” is only one name with all markers on your map but i need every marker with different name?

Yes this is possible. You can use custom fields as a the popup content or taxonomy terms, etc… Please the other demos https://codespacing.com/progress-map-demos/marker-popups/

Hello

Maybe you can find reason why i can’t see Featured image over top of the marker and left of the listing? https://laaneranna.ee/kaart/

Thank you for any ideas

Please deactivate the option “Lazy load” from the plugin “JetPack” and try again.

Thank you

Oplaa, thank you Master, thank you so much :)

You’re welcome :)

Hi. I am looking to purchase Progress Map.

I don’t want to add physical locations, but for the following use case. For field service contractors to be able to add (via a webform) a check in of the locations they have serviced including uploading photos and customer reviews.

I would like to be able to show these locations on a business profile page for each business with this content being dynamically added.

So can Progress Map be set up so that these locations added aren’t a business location, but instead adding location content to one map based business location/service area.

We want to set this up for local SEO purposes to show expanded service areas etc

Hi,

Yes this is something you can do with the plugin. However, customer reviews is outside the scope of the plugin and i think you’ll have to do it otherwise. About displaying locations for each business profile, this also can be done but it’ll require a small custom code that i can give you once your okey with using the plugin.

Thank you

Hi there i’m interested in purchasing the bundle, your website says $20 off for $126 but Add to Cart is $136? Thanks.

Hi,

Sorry for this mistake. The price is $136.

Thank you

Hello ,I already bought your plugins but need help. Could we create a map and put a pin on the map which information is get from google service ,like photo、rating、photo . But your plugin “nearby place”only show all the Place types I selected,I hope I can select custom place to show.

Hi,

Sorry but i’m not sure what the problem is just by looking on the map.

Please send me the login of your site to plugin.progressmap@gmail.com to check this closely and please mention your username (sparkchao1985) in your message.

Thank you

Hi,I already send the mail to you.Please help me to check.Thanks~

Hi,

Just replied to your email.

Thank you

Hello,

We have just purchased your Progress-map-bundle and we are having some basic problems or a lack of understanding.

Problem 1: We are unable to show all of our customer fields on the page. The only thing that appears is the description, image and title.

Problem 2: When we add custom fields, should they also show-up on the dashboard->Post – under the name of the location? All that is shown is the “GPS Coordinates, Markers & Formats & Media”

Problem 3: When submitting a location we get an error . The error only appears when we have a field that is required. Although the field is being used it’s as though nothing was selected. When we go back and unselect “Required = No” we are able to submit.

Hi,

1. To display your custom fields in the single post page, please add the following code in your theme “functions.php” file. Please note that this is just an example and you should edit the code by adding your custom HTML and the other custom fields!

function cspm_add_custom_fields_after_content($content){  
    global $post; 
    if(is_single()){
        $content .= "Custom field 1: ".get_post_meta($post->ID, "YOUR_CUSTOM_FIELD_NAME1", true);
        $content .= "Custom field 2: ".get_post_meta($post->ID, "YOUR_CUSTOM_FIELD_NAME2", true);
        $content .= "Custom field 3: ".get_post_meta($post->ID, "YOUR_CUSTOM_FIELD_NAME3", true);
    }
    return $content;
}
add_filter( 'the_content', 'cspm_add_custom_fields_after_content' );

2. Displaying the custom fields in the add/edit post will be available in the next version of “Progress Map”.

3. Please send me the link of the map to test the form. And please show me the steps to follow to reproduce this error.

Thank you

Is there a button to control traffic layer on and off?

Hi,

If you mean on the frontend, unfortunately no. If you want to activate the Traffic layer on your map, please check this documentation post http://www.docs.progress-map.com/cspm_guide/map-settings/display-the-traffic-layer/

Thank you

Good Morning, i have installed the map progress bundle plugins and it has taken over my theme listings form, which has now disapeared.

I created a map and added a location using the map progress form in listings. But it doesnt show on the map that i embedded with a short code in a page and aslo a post.

The added location listings from the progress map form are mixed in with my theme listings that are for the sale of holiday activities only.

I need to keep my theme listings and the progress listings seperate ? Is this possible please ?

Thankyou Regards Todd Atterton

Hi,

Can you please send me the link of your map to check this. If this something that happens in the administration, please send me the login of your website to plugin.progressmap@gmail.com to check this and please mention your username (offshoreinstinct) in your message.

Any further information about the steps to reproduce this issue would be helpful.

Thank you

HI , how are you ?

Im trying to set up progress map in settings but when i try to select pages for (post type parameters) or i try to add google maps api then press save i get the message “Metabox configuration is required to have an ID parameter.”

Can you plese help.

Thankyou Regards Todd Atterton

Hi,

I can’t reproduce this issue in my test site. So, please send me the login of your website to plugin.progressmap@gmail.com to check this and please mention your username (offshoreinstinct) in your message.

Thank you

I sent you a mail with a bunch of questions.

Hi,

Just replied to your email.

Thank you

Hello it is possible that on Filter/Faceted Search when i click on X market the pop-up dosn´t appear with the menu on top? Tnks

Good, I have this project that has been working well until recently, it has suddenly stopped working, I need your help please. A hug https://patrimonioinmaterialextremadura.es/wp-admin/ progessmap Admin2013.
Hello, I have mounted this project and until today it has been working very well, but suddenly it gives error and we have not touched anything and we do not know what it can be. Can you help us? Thank you very much for your attention A hug I created an administrator user https://patrimonioinmaterialextremadura.es/wp-admin/ user:progessmap pass:Admin2013.

On the List & Filter plugin, under List Item settings, regardless if you select yes or no on Show Ellipses, they always show. We are running v4 of ProgressMap & v3.4.2 of List & Filter. How can I fix this?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey