734 comments found.
Hello Codespacing-team,
great work on this plugin. I tried quite some maps-plugins, but this seems to have the best potential for my tasks.
Problem/Bug: I bought the plugin yesterday but I encountered a problem by setting up the Search Settings. When I try to add Taxonomy Parameters (in List & Filter > Search Filter Settings > Taxonomy Parameters) I can only add one. Each time I add a second Taxonomy (“Add new”) and press “Add” and then “Save” the last one gets deleted after I press “Save”. So I end up with just having one filter. I use “post_tag” and for “Exclude term IDs: somepost_tags”, so that each filter option just shows some post_tags.
Cheers Lisa
Hi,
Please send me the login of your website to plugin.progressmap@gmail.com to check this.
Please don’t forget to mention this conversation in your email.
Thank you
Ok, thanks. E-mail sent. 
Pre sales question: hello i’m looking your progress map for have a Vendors locator map on my website. I’m using WC Vendors like Vendors Plugin and i’d like to know if is possible show all the vendors position in a unique map without re-enter the vendor address data (but let your plugin to bring all the data from the vendors database).
Second question: if is possible link the vendor pin on the map to the Vendor Store Page.
Thanks Michele
Hi,
Yes you can use the plugin to display your vendors map but please note the followings:
- You should have the vendors saved as a custom post type.
- To display a vendor on the map, you need to have their location coordinates saved as two custom fields, one for the Latitude and the other for the Longitude.
This way the plugin will be able to work in your case.
About your second question. Yes you can link the vendor pin to their store page but only if you save the vendor store link in a custom field.
Thank you
Hi! Could you point me in the right direction to force the display to grid? I also need filters to change the information in the listings. I was able to change the info box information using the filters, but also need to update the information in the results below the map.
Hi,
To force the display to grid, please select the option “Progress Map => List & filter => Options bar settings => Initial view => Grid”.
I also need filters to change the information in the listings.
- Below, you’ll find the filters you need and the examples to use them.
<?php
/**
* List & Filter!
* This will change the content of the items displayed for the list view
*
* @default_content | The default content when there's no custom content to display.
* @post_id | The ID of the post.
* @view | List view. Possible value is "list".
* @filter | Whether the search filter is used or not. Possible values are "yes" and "no".
* @map_id | The ID of the map
* @latLng | The coordinates (Latitude & Longitude) of the post on the map. Laitude and Longitude separated by underscore, for example, (15.6540_50.54802)
*
*/
function cspml_change_list_item_content($default_content, $post_id, $view = 'list', $filter, $map_id, $latLng){
$output = 'Put your modifications here';
return $output;
}
add_filter('cspml_list_item_description', 'cspml_change_list_item_content', 10, 6);
/**
* List & Filter!
* This will change the content of the items displayed for the grid view
*
* @default_content | The default content when there's no custom content to display.
* @post_id | The ID of the post.
* @view | Grid view. Possible value is "grid".
* @filter | Whether the search filter is used or not. Possible values are "yes" and "no".
* @map_id | The ID of the map
* @latLng | The coordinates (Latitude & Longitude) of the post on the map. Laitude and Longitude separated by underscore, for example, (15.6540_50.54802)
*
*/
function cspml_change_grid_item_content($default_content, $post_id, $view, $filter, $map_id, $latLng){
$output = 'Put your modifications here';
return $output;
}
add_filter('cspml_grid_item_description', 'cspml_change_grid_item_content', 10, 6);
Thank you
Hi, is this addon? i just need the filter for store like your demo, should i buy the main too? i just need the filter like this for listing store in my web.
http://codecanyon.net/item/progress-map-wordpress-plugin/5581719Hi,
Yes this plugin is an addon. To use it, you need to purchase the plugin “Progress Map WordPress Plugin”
Thank you
Hi, We try to make choice with our category but … don’t succeed. We want a basic research, displaying categories (of our posts)
We’ve seen your page : http://codespacing.com/wordpress-plugins/progress-map-list-and-filter-wordpress-plugin/progress-map-list-and-filter-documentation/tutorials-and-how-to/add-taxonomies-categories-to-the-search-filter/- Where can we find more info … ? - Is it a possible problem that we use french in wordpress, so differencies exist : “category”, Catégories”, categories” , etc … ?
thanks, fabien
Hi,
Please describe the difficulties you’ve encountered during the process of building a search form.
Thank you
Hi guys – can the plugin search by woocommerce attributes?
Hi,
If woocommerce uses a custom taxonomy for the attributes, yes you can use them in the search.
Thank you
Is it possible to change output post layout? I mean, is it possible to create custom layouts?
Hi,
By default, the plugin provides different layouts that you can see at http://codespacing.com/wordpress-plugins/progress-map-list-and-filter-wordpress-plugin/demos/layouts/
If you want to create your own layout, please provide more info on how you want it to be and i’ll tell you if it’s possible or not. There are plenty of filters that you can use for that purpose integrated in the plugin.
Thank you
I just want to change design and elements inside each item. As you understand each theme has it’s own unique elements and functions in post list. Like thumbs, favorite button, images, etc, so I want to have my own output layout (not filters, they are ok, I just want to control post list and grid output)
Hi again,
Yes, all of these has been taken into considerations while developing this plugin. As i said before, there are many hooks that you can use to completely or partially change the apparence of the list items. I’ll be happy to help you with this and to provide you all the guides you’ll need.
Thank you
Yes, before purchase I want to check docs about this hooks and filters.
The developers documentation will be available ASAP.
Hello,
I have a bit problem with this addon, it doesn’t work properly, there is some js error in console. Can you give me your e-mail where I can write you a bit more about this issue ?
Thanks.
Thanks, e-mail sent.
Hi,
Sent you an email.
Thank you
Dear Codespacing
We one of your satisfaction Customer for buying your Progressmap and list filter progressmap. We use this map for mapping plant speciment. But we haven`t found search button that can search based on “custom field” or “post title”.
Can u add these features in recent updates ? Or is there anyway to add search based on “custom field” or “post title” ?
Thanks In Advanced
Thnx
Please email to yulihartono2000@gmail.com and earisanto@gmail.com for my tiket. Thanks
Hi,
The plugin already provides a search feature that allows to search by “custom fields” and/or “taxonomies”. Are you asking for another search feature that allows searching by “post title” or do you have issues regarding building your custom search form?
Thank you
Hi Everyone. Really great plugin and thank you to Codespacing for all your amazing work. There is nothing like this in the world and it’s exactly what the market needed. Geocoding and filtering for custom posts is awesome
Thank you very much 
Hello, Great plugin.
I’m enjoying your work very much. I am ok with Wordpress but not a programmer.
I’m unsure how to populate the options for the filter list. I was expecting to find a drop down list of categories or custom post types that I could choose from.
I want to create filters from custom post types and categories. Thank you.
Hi,
Please visit the page http://codespacing.com/wordpress-plugins/progress-map-list-and-filter-wordpress-plugin/tutorials-and-how-to/ you’ll find all you need to do that.
Thank you
very nice! GLWS Brother Hicham 
Thank you brother Youness 
Hi Guys – I’ve been searching all month for ANYTHING that will do Geo Locate and custom field search all in one plugin, for WooCommerce Products and (if we are really lucky) Users of a role class.
Why? To locate products and stores listed in WC Vendors with woo..
As Woo is a custom post type can your tool support that? there is nothing on the market yet that does this
Hi,
Yes it’ll work with any custom post type. I see that you already bought the plugin. Do you encounter any issue or need help?
Thank you
Hi Codespacing, it works very well, the actual setup of the fields for search is a little clunky but it is still light years ahead of anything else in the market and I’ve spend months messing around with others.
I’ve asked you a question on the main plugin as well. Do you accept custom work I will contact direct.
Hi,
I’ll answer your email ASAP.
Thank you
Wow, very nice! Did you design the template too? Because it’s very nicely done
Yes i did. Thank you 