Code

Discussion on Progress Map Wordpress Plugin

Discussion on Progress Map Wordpress Plugin

Cart 6,341 sales
Recently Updated

codespacing supports this item

Supported

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

4571 comments found.

Pre-purchase questions:

  • I would like to use Progess Map to show my events and locations which are custom post types, and have a couple questions below:
  • 1. Does Progess Map work with custom posts?
  • 2. I also need to filter the map to show only future events. Will it be possible to make Progess Map filter by dates? e.g. shortcodes or hook to include some extra filtering?
  • 3. if in case it does not fit our need, what is the refund policy?
  • Thanks!

    Hi,

    1. Does Progess Map work with custom posts?

    - Yes, the plugin can be used with any custom post type.

    2. I also need to filter the map to show only future events. Will it be possible to make Progess Map filter by dates? e.g. shortcodes or hook to include some extra filtering?

    - If you mean using the faceted search feature to filter your events by dates, no you can’t.

    3. if in case it does not fit our need, what is the refund policy?

    Please refer to https://help.market.envato.com/hc/en-us/articles/202821460 for more info.

    Thank you

    Hello!

    On the carousel: is there a way to remove the border formatting around the items? There’s almost a shadow around the boxes that makes them look embossed or like they’re sticking out and I want to remove that so that the item boxes are one with the carousel background.

    thanks! Tony

    Hi Tony,

    To remove the shadow, please add the following code in the field Troubleshooting & configs => Custom CSS.

    .jcarousel-skin-default .jcarousel-item-horizontal {
      box-shadow: none !important;
    }
    

    Thank you

    Hi codespacing,

    I have a small problem, please if you could help.

    The problem is when I click on the pages where the maps are displayed sometimes the maps load and sometimes they don’t.

    For example if I try to open a page where the map with markers is displayed for the first 5 times it will work fine but when I click on it again and try to open it the 6th time map doesn’t show and I only see blank page. Then, when I try to refresh it sometimes it loads but other times it doesn’t.

    You can see here, this is one of the pages where the map is displayed.

    http://discoveringcroatia.hr/things-to-do/adventure/

    All of the pages under things to do have maps. The problem also happens when I switch between pages. First one opens fine, second one opens fine then I try to open the third page and map doesn’t load I can only see blank page.

    Please if you could take a look and see what the problem is.

    Thanks

    Hi,

    I’ve checked your map and yes, there was a problem during the first page load, but after refreshing the page multiple times, nothing happened and honestly, i don’t think there’s a problem with the plugin. Maybe it’s your websites cache, so if you’re using a cache plugin, please deactivate it and try again.

    Thank you

    The map and carousel work fine on my Mac, but on the iPad I see no carousel

    Hi,

    Please make sure not to use the responsive layout on Layout settings => Layout type => Responsive layout. This one hides the carousel on mobiles.

    Thank you

    Hi Codespacing,

    This seems like a great widget. I would like to know if there is an option to disable the carousel and instead display locations in a list, each item with a mouseover event?

    Thank you!

    Hi,

    Unfortunately, the carousel is the only way to display your locations.

    Thank you

    Hi team,

    In the caroussel settings, I would like to put a link in the “more button” different than the post page. Let’s say a total different page in the website. Is this possible? If yes, how? If no, what would be the alternative?

    Thanks a lot

    Franck

    Hi,

    To add a custom link, please go to Troubleshooting & configs and make use of the field “Outer links” custom field name. For more informations about this option, pelase read the description of this field.

    Thank you

    Thank you, it works fine. Have to search better next time. Excellent plugin by the way.

    You’re welcome :)

    hello, I have a question about multiple filtering (hierarchy categories).

    when I saw demo, I checked that it works well for single category filtering.

    for example, like franchise service. there are customer who want to filter markers for knowing specific location near customer’s house.

    if he clicks category of country(ex. U.S.A), next he clicks sub-category of country(ex. state of Texas).

    Is it possible?

    Hi,

    Please note that the filter uses only one category, you can not use multiple categories. For a category having sub-categories, they will all be displayed in the filter as a simple list (not a hierarchically list) and the problem is that a user will not know the relationship between categories.

    Thank you

    Hi,

    I would like to know if it is possible to include the localitation of the person who visit the web in the map. I need that in the map appears my user’s localitation as in google map. Is it possible?

    Thanks.

    Hi,

    I think you’re asking for the Geotargeting option. Yes it’s included in the plugin and be activated/deactivated from the settings.

    Thank you

    Hi, I’m customizing the plugin for a customer – is there a way to build a link to go to the marker on map? I mean, ie. when clicked on domain.com/map/?marker=abc to display the marker with infowindow opened…

    Hi,

    Sorry for the delay. I think the solution i’ve already sent you will be easy to do what you’ve asked ‘cause honestly, i don’t think if i’ll find time to work another solution, i’m extremely busy. All you’ll have to do is to change your URL structure and pass the post’s ID, or Coordinates to the shortcode using PHP.

    Thank you for you understanding

    Thanks, this works fine, I would just also like to have the infowindow opened – is that possible? Thanks for help

    Hi,

    Sorry but i’m not gonna be able to help you in this. In the main map you need to click/hover on a marker to display its infobox. Doing this just by using a marker’s ID/Coordinates is too much complicated.

    Thank you

    Hi, I use Progress Map for my travels, and a marker is usually associated to a photo web album. But it often appends that a marker must be linked to more than one album. For now I use a custom field name to link a marker to an outer website. But I can’t find a solution to link a marker to several outer website. For exemple, is there a way to add hyperlinks in the content of “Item Description” ? It would solve my problem.

    Hope my question is clear … :) Thank you

    Hi,

    Yes you can add your links in the infobox. To do this, please do the following:

    1. Copy this code in your theme’s functions.php file:

    <?php
    function cspm_custom_infobox_description($default_description, $post_id){
    
        $custom_content = "YOUR CUSTOM CONTENT HERE.";
    
        return (!empty($custom_content)) ? $custom_content : $default_description;
    
    }
    add_filter("cspm_custom_infobox_description", "cspm_custom_infobox_description", 10, 2);
    

    2. In that code, you need to replace “YOUR CUSTOM CONTENT HERE.” by your link. For example, replace it with the following code to get the link from your custom field:

    <?php 
    $custom_content = '<a href="'.get_post_meta( $post_id, YOUR_CUSTOM_FIELD_NAME, true ).'">Album Link</a>';
    ?>
    

    Thank you

    Pre-Sales Question: Is the map and listings responsive?

    Hi, Yes they are.

    Thank you

    Hi Codespacing, I have a problem with loading times and I hope you can help me, the link is:

    http://blog-viajes.es/guia-de-barcelona/

    The image in the infobox takes a lot of time to load and partially doesn´t load at all. Hope you can help.

    Thanks for your work!

    Hi,

    Please note that the loading time depends also on your server’s capabilities. I’ve checked your map and it seems fast for me :)

    Thank you

    Hi there Codespacing,

    Somehow my browser tab keeps crashing when using your plugin. It takes a couple sec to load the map, and when I resize the browser it freezes.

    Here you can find the page http://mrisaac.nl/places/map/

    Can you identify the problem?

    Much thanks!

    Hi,

    Sorry for such huge delay. I think the problem is due to the customizations or to your server’s capabilities! Have you made any important modification to the plugin? ‘cause i’ve check your map but couldn’t find any problem related to the plugin.

    Thank you for your patience

    I’m hosted at WPEngine so that should be a problem at all. Im investigating too. Hoping to find a solution soon. Not much customisation.

    Hello..

    I purchased the plugin .. but how can i put my places in the map ..?? from where..?? Do You have manual user..??

    Thank You..

    Thank You for replay..

    but unfortunately i try to use the (Get start) but i can’t make any thin, it is not clear at all..??

    where can i put the location of my project in the map.. and how to add small picture for the project and information for the project..??

    can you help me to use it please..

    step by step..

    Any Feed Back..???

    Hi,

    I think the best thing is that you send me the login to your site at plugin.progressmap@gmail.com and i’ll steup the plugin for you and create some locations as an example fo you to follow.

    In your email, please specify which post type to use with the plugin.

    Thank you

    Hello ..

    I want to buy this Item .. But i want to ask ..

    Can I disable Zoom in / Zoom out for the map..???

    Thank You..

    Hi,

    Yes you can disable the zoom from the map by selecting the options

    1. Map settings => Zoom on double click => Disable

    2. Map settings => Show zoom control => No

    Thank you

    Hi,

    Sorry to bother you again.

    I’m also getting complications with multiple posts of the same map marker. With the carousel at the bottom of the page- only one of the locations displays the image- with the rest its blank.

    I have a screen shot if you want me to email you.

    Thanks, Nikki

    Hi,

    Sorry for this issue. I’ll try to fix it soon.

    Thank you

    Hey there…

    I’ve also added in a new post tonight. Used the normal way of adding in a map pin, but I’m not getting anything show up for the new post. I’ve tried regenerating all of my markers… anything else that you can suggest?

    Thank you! :)

    fixed this! thanks :)

    Hi,

    I have a pin on my map where the featured image is coming up as a separate location. The actual address is in Alaska, USA, for some reason the pin is there, but the image displays as a location in Russia.

    I’ve ried removing the image, reloading the post, but can’t work out how to get this to work again… Can you help?

    The site is cruxdevotion.com/climbing-locations

    Thanks :)

    Nikki

    Hi Nikki,

    Sorry for the delay. Please note that this issue is related to the map zoom. Actually, there’s an issue in Google Map regarding the location of an (custom) infobox when the map is wrapped. The infoboxes doesn’t stick to their pins. To fix this, you need to increase the default zoom of the map. I’ll try to fix this issue ASAP.

    Thanks for your patience

    Presales Questions:

    For the polygons, can you select their color via #hex input? Also, does each polygon receive a unique class, ID or name so that it can be targeted with css/js?

    Thank you

    Hi,

    Sorry for the delay.

    For the polygons, can you select their color via #hex input?

    - Yes, you can select a color for each polygon.

    does each polygon receive a unique class, ID or name

    - Yes, each polygon receives a unique ID.

    Thank you

    I have 163 items in my posts, but the map count says 162? I checked the lat/long fields are all filled out. Any clue?

    Hi,

    Sorry for the delay. Do you have a post with two locations? If so, please note that a post with multiple locations will be counted as one. Otherwise, there must be an issue with a post’s coordinates. Please go to Troubleshooting & configs => Display the coordinates column and select the option Yes. Then, check your posts list to make sure all your posts have their coordinates.

    Thank you

    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