Code

Discussion on Progress Map Wordpress Plugin

Discussion on Progress Map Wordpress Plugin

Cart 6,345 sales
Recently Updated

codespacing supports this item

Supported

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

4573 comments found.

Hello, I am having a couple issue with the plugin

1) The plugin not responding to any tax_quary variable in the shortcode. I have tried multiple methods including secondary content, tags, and categories but continue to get all markers on every map no matter the short code. The goal is to build a map with only one category. I have used this source as a resource. http://codespacing.com/wordpress-plugins/progress-map-wordpress-plugin/progress-map-documentation/

Current shortcode: [codespacing_progress_map post_type=”featured_item” tax_query=”category{2|IN}”]

2) The map markers are hovering on top of a sticky header http://imgur.com/a/Vf9Fx

Hi,

The plugin not responding to any tax_quary variable in the shortcode…

The shortcode seems correct, however, ...

1. Make sure you’re using the correct post type name (featured_item), the correct taxonomy (category) and the correct term ID (2).

2. Make sure to use the “Text Editor” of your post/page to insert the shortcode. Sometimes, the “Visual Editor” convert and/or adds unusual characters. Please Copy/Paste this shortcode using the Text Editor>

codespacing_progress_map post_type="featured_item" tax_query="category{2|IN}"]
2) The map markers are hovering on top of a sticky header

Please send me the URL of your site to check this.

Thank you

I seemed to have fixed the first issue. The second issue is still prevalent…. 2 links for examples

http://actontx.kyledward.com/pages/about-us/ (The markers are on top of the sticky menu) http://actontx.kyledward.com/featured_item/revolver-brewing/ (Marker on top of dropdown menu)

I thought this might be an issue with the theme, but it seems this plugin is the only thing creating this issue.

Thanks for you help

Hi,

For the second issue, please note that this is a simple CSS conflict. To fix this, please add the following CSS code in the field Troubleshooting & configs => Custom CSS>

.header-wrapper{z-index:9999 !important;}

Thank you

Hi how do i get rid of this error on top pf the map. PLEASE I need help ASAP.

Warning: Illegal string offset ‘taxonomy’ in /customers/a/7/e/roomace.co.uk/httpd.www/wp-content/plugins/themify-ptb/public/class-ptb-public.php on line 299

Hi,

The message indicates that the error is related to the plugin “themify-ptb” not “Progress Map”. Please contact that plugin’s support about this issue.

Thank you

Hello!

Could you help me with a few things?

1) In 2.8 release you added this change:

- For better user experience, carousel arrows will always be displayed

Could you add hide function for arrows if all item is fit in carousel. For example if there is enough space for four items, in carousel is shown only one/two/three items. In this case the horizontal/vertical scroll is not needed.

2) I set Layout type to “Full width & Fixed height”. How I can add parametr max-width to CSS for all elements on map? I have a template GK Quard (Demo: https://demo.gavick.com/wordpress/quark/) and it use this parametr for some elemetns, in example Menu (#gk-mobile-menu) and logo (.gk-logo). I want to do a similar style for all elements (navigation buttons, carousel, map style and etc.) on maps.

3) Half a year ago I asked you about a route function:

Hi, there! Do you have any plans to add routes function in future? To get route/destination from one marker to custom location/address. Example of beutiful realization routes on Yandex maps: https://maps.yandex.com/?rtext=&rtt=auto

You says: “Yes i do have plans but not in the near future”. May be you have a more precise plans today?
https://gelius.biz/contacts/ Also draw your attention to little bug with styles of “More” button of carousel items.

Hi,

Please add the following CSS code in the field “Troubleshooting & configs => Custom CSS”.

.codespacing_progress_map_carousel_container{max-width:1040px !important; margin-left:-520px !important;} .codespacing_zoom_container{left:155px !important;}

For the buttons on the right, those are Google Maps buttons and we can’t do anything about them.

Thank you

Thanks for your help, but it’s a bad idea. Because if we use the values of margins then on other devices/monitor resolutions this elements will display in a diferent way. Example screen from my iPhone: https://yadi.sk/i/3p6i8wi5qko95

Hi, I love this plugin, however I have found over the past year it has been a little glitchy when also using Google Maps within a website. Not the end of the world since I have found workarounds.

Tonight I created a new property post which is what I use this plugin for. Once I published it, it killed the plugin. There was nothing different about this post over any of my previous. I then updated to the latest version of the plugin, hoping this would fix the issue. Still nothing. If you could take a look, I would really appreciate this. http://onepmiowa.com/locations-dev/

Thanks!

Hi,

You have a problem in the longitude value of the post with the ID “2186”. Please update this post and remove (,17z) at the end.

Change “91.292453,17z” to “91.292453”

Thank you

You are awesome! That fixed the issue. Just wish this plugin played nicer when using the Divi theme. I have to disable the plugin, whenever I want to create a map using the built in Divi module. Once the Divi map is created, I can activate the Progress Map plugin again.

Does this work with WPMU?

Hi,

Yes it does.

Thank you

I’m interested in purchasing this plugin. Here are my few questions:

1) Am I correct in assuming that if each of my real estate listings is a wordpress post, then I can connect one of those markers to that post so people are sent to it directly when clicked?

2) Can the default view of the map be set up so that everyone sees it the same way for the first time? As in, I want the initial view to encompass the entire state of Michigan?

3) Can I change the size of the map? I’d like it to be taller than it is wide on whatever page it is displayed on.

Hi,

1) Am I correct in assuming that if each of my real estate listings is a wordpress post, then I can connect one of those markers to that post so people are sent to it directly when clicked?

- Yes you are.

2) Can the default view of the map be set up so that everyone sees it the same way for the first time? As in, I want the initial view to encompass the entire state of Michigan?

- Yes.

3) Can I change the size of the map? I’d like it to be taller than it is wide on whatever page it is displayed on.

- Yes you can.

Thank you

Hey Codespacing, I am attempting to display markers from several different post types. After searching the comments on here for a while I’m thinking the query is limited to a single post type? Is there any way to pump multiple post types into this without building an array of all the post_ids from all the post_types i need? Thanks!

Hey, so I’ve tried getting this to work a few times. It still only displays whatever is selected as the Main content type in your settings. I output $query_args just before Execute query in progress-map.php and it has my array of post_types in there..

Array
(
    [post_type] => Array
        (
            [0] => poi
            [1] => parking
            [2] => events
        )

    [posts_per_page] => -1
    [fields] => ids
)

If one of my post_type => array values match Main content type in the database, it will output only that Main content type, not the other values in this array. If one or more values do Not match the Main content type in the database, nothing at all is output. I also noticed if I use this function to call the matching Main content type, my array I posted here only contains this info, if I remove this function and continue to output the same Main content type, the $query_args has much more data in it.

Thanks for all your time, I cannot see myself being the only user looking for this type of functionality? Take care.

I found a workaround/fix.

progress-map.php line 5270ish
$markers_object = isset($markers_array[$post_type]) ? $markers_array['parking'] : array();

$post_type is only 1 post_type, which is whatever Main content type is set to in the db.

So for now I manually merged the post_types I need from your main array.

$markers_object = array_merge( $markers_array['poi'], $markers_array['event'], $markers_array['parking'] );

If I continue to develop with this, I guess I’ll end up looping that through whatever post_types I pump into this. Thank you again for your work.

Just sat down to clean this up a little and realized the post_type override function you gave me does not work with this. At some point in my debug, I pumped the array right into the main $query_args.

progress-map.php line 2785ish
$query_args = array( 'post_type' => array('poi', 'parking', 'event'),
If I set this back to it’s default $post_type_array, it’s back to a single post_type from the db.

Just wanted to throw this out there in case anyone else goes through this.

Is it possible to find the way to place using this plugin?

Hi, Unfortunately no.

Thank you

Greating! How to add search by title?

Hi,

The plugin doesn’t provide an option to search by title.

Thank you

Is it hard to add this in code?

Thank you for answer!

Hi,

Sorry for the delay. Yes it is.

Thank you

Can I guild a Wheres Gorge application using this software, where a visitor can enter their information and add their own pin to the map? Example: http://www.wheresgeorge.com/

Hi,

Sorry for the delay. It could be possible to do that but it’ll require some developer skills.

Thank you

Hey Codespacing,

I had progress map installed on a testing site and attached maps and locations to a custom post type. I’ve now got the live site and have imported all of the custom post type posts (500+ instances of map locations.)

The problem is that each individual map for single pages appears properly but the pins do not appear for the overall map unless I re-save each post. For 500+ posts that’s a bit tedious so I was wondering there was a way to refresh the map to get it to find the data?

Thanks in advance!

Hi,

Please go to “Troubleshooting & configs” and click on the button “Regenerate markers”.

Thank you

Brilliant thank you!

Same issue as Marin205

Hi,

I’ll add an option to deactivate changing the zoom after a search or filter request in the next version 2.8.2 ASAP.

Thank you

Thanks, Awesome map!

Hello, I’ve just updated Progress Map from 2.7.1 to 2.8.1. The progress Map runs on a WP website 4.4.2 version. The Map doesn’t work , I mean, I have connected it to the articles, at the end of each article i see the map where I need to add Longitude and Latitude. Once I add the numbers nothing change and I won’t be able too to move the map or to search a place. All the articles are already published if that could help. What’s wrong ? I need to add API KEY ? I have also tried to regenarate it… Thank you for your kind reply! Francesca

Hi,

Please send me the login to your site at plugin.progressmap@gmail.com to check this. I’ll try to see what’s wrong.

Thank you

Hello, I’ve just updated Progress Map from 2.7.1 to 2.8.1. The progress Map runs on a WP website 4.4.2 version. The Map doesn’t work , I mean, I have connected it to the articles, at the end of each article i see the map where I need to add Longitude and Latitude. Once I add the numbers nothing change and I won’t be able too to move the map or to search a place. All the articles are already published if that could help. What’s wrong ? I need to add API KEY ? Thak you for your kind reply! Francesca

Hi,

For support, please contact me using the account you’ve used to purchase the plugin.

Thanks

I have uploaded custom Map Markers that are not as tall as the default markers to allow for toggle bar blocking. Now the infobox appear too high. Is there a way to lower the infobox to compensate for the smaller icon?

The Carousel arrows are blocking the text on the infobox. Is it possible to have the infobox stop next to the arrows and not overlay?

I have sent screen shots to your email to show the issues.

Thank you

Hi,

Please add the following CSS code in the field “Troubleshooting & configs => Custom CSS”

.jcarousel-skin-default .jcarousel-prev-horizontal,.jcarousel-skin-default .jcarousel-next-horizontal{background-color:#bc3934;}

Thanks

great thank you that worked!!

No problem. Don’t forget to rate the plugin if you like it. Thanks

Hello Codespacing. Presale question.
I need to have more maps with the possibility for the user, to add theyr own point on them. For example, a list of objects as posts (or pages) each of them with theyr own map and if a user finds one of them, they can put the exact point of finding on that map. And then again. So if I found an object, I can see the points reached on the map before me.
Can this be done with Progress Map? Thanks in advance!

Ezio

Hi,

Can you please provide more info. It’ll be better if you describe this in steps.

Thank you

Yes of course.
Step 1: made by admin. Insert an object on the site (for example a plate) as a post, with photo and description.
Step 2: made by admin. This object was left at Piccadilly Circus, London. So a map will be created for that object, with only one marker, in Piccadilly Circus.
Step 3: made by user. I read on the site that this object is at Piccadilly Circus and like a treasure hunt, I’ll search for it. I found it and then I decide to hide it in another place.
Step 4: made by user. Add a new marker on the map of the object, with the new coordinates. Now the post of the object has two marker on the map, the old one and the new one.
It will be like a giant treasure hunt, but every object needs it’s own map with own markers so when I read a post about an object, I will see all the points reached.

Thanks again, Ezio

Hi,

Sorry for the delay. I now see what you want to do but unfortunately, i don’t think you can do this using this plugin. There’s no option that allows adding more locations to the same post from the frontend.

Thank you

Hi, I would like to know if it id possbible to turn off fokus on selected items in the filter? On my page loading items from filter is faster in older plugin version (2.7.5) . On your demo page, new version of map works fine, but on my page it works slower.

Hi,

In the previous version it was working as follow: When I was chosing some item from filter option, the screen has not been changing the zoom and I was able to see all items which were choosen with filter option, And it was working fast. After update everything works much slover. On the top of this, when I chose some item from filter option, the screen zooms into this item and I am not able to see estabished area. (I would like to turn off this option) Could you please see how does it work? http://gdziestrzelac.eu/ Please let me know as soon as you will do it. Then I will update my map and you will see what the problem is.

Hi,

I’ll add an option to deactivate changing the zoom after a search or filter request in the next version 2.8.2 ASAP.

Thank you

Great. Thank you.

Hi codacanyon, thanks for the wonderful plugin. We are thoughroughly enjoying it! We’d like to send the zoom controls and search to back as it is interfering with our menus. Please take a look at the screenshot and the progress map page http://imgur.com/Sn1xXYz http://tracker-magazine.com/soundmap/ Any way to fix this? Thanks!

perfect, thank you! another issue I have is I’ve hidden the Search Form and now there’s a big gap between the zoom controls and the Filter icon. any way to bring the Filter icon closer to the zoom controls?

Hi,

Please add the following CSS in your theme stylsheet or in the field “Troubleshooting & configs => Custom CSS”

div.faceted_search_btn,div[class^=faceted_search_container]{left:60px;}div[class^=reset_map_list]{left:104px;}

Thanks

that worked perfectly, thank you :)

Dear Codespacing, Is it possible to set geo targeting mode only in mobile devices? Desktop user – normal version.

Unfortunately no. This is not possible to do.

Thank you

Hello Progressmap,

Version 2.8 and 2.8.1 breaks down my download page.

It give a weird look to my download product page, I am using easy digital downloads. I checked everything and this plugin breaks it.

Please help!

Kind Regards

Hi,

Can you please be more specific. Is it an issue concerning the styling or an error that doesn’t allow you to use some functionalities of your theme.

Thank you

Of course, no it has to do with styling.

If you give me your private email, I can send you some pictures?

Yes please, send them to plugin.progressmap@gmail.com

If you could send the URL of the website, then, it will be easy for me to find the problem.

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