734 comments found.
Hi There
I bought your list & filer ad-on
It looks great, however it does not seem to be working properly on my site. please see example here:
http://magchild.com/festival-database?preview_id=1912&preview_nonce=1c3d54fe21&_thumbnail_id=-1&preview=true1. I think this may be due to the number of posts, for I also have problems with the speed of my carousel & normal progress map.
2. Although I pre-set it to display in a grid it still does not show this way (even if I apply the shortcode you suggested)
Are you able to help? Thanks again for this fantastic work.
sorry wrong link – http://magchild.com/festival-database
Hi,
I think this may be due to the number of posts, for I also have problems with the speed of my carousel & normal progress map.
- Yes indeed. You have lots of locations and it’s normal that the map and the carousel will take long time to load, but with the extension “List & Filter”, the execution time will decrease. I suggest you turn on the clustering option from “Progress Map => Map settings => Clustering => Yes” to speed up the map further more.
Although I pre-set it to display in a grid it still does not show this way (even if I apply the shortcode you suggested)
- Please make sure to activate Bootstrap. To do that, select the following options:
1. Progress Map => Troubleshooting & configs => Loading scripts & styles => Seperate files (Minified versions)
2. Progress Map => Troubleshooting & configs => Bootstrap (CSS File) => Enable
Thank you
Bonjour, je rencontre deux problèmes : - je suis dans l’incapacité d’afficher les filtres multicritères sur le côté, bien que je pense avoir compris la notion de slug correspondant. j’ai également essayé le plugin avec un autre thème, sans succès. - les posts résultants ne sont pas formatés correctement, et posent un gros problème d’affichage, et je n’ai aucune envie de reprendre 1500 posts. Pouvez vous m’aider à résoudre ces problèmes ? le site est www.chateaux-forts.org, la page de cartographie est http://www.chateaux-forts.org/synthese-cartographique/ A défaut, je vous demande de bien vouloir me rembourser cet achat qui, pour l’instant, ne fonctionne pas correctement. Merci
Bonjour,
je suis dans l’incapacité d’afficher les filtres multicritères sur le côté, bien que je pense avoir compris la notion de slug correspondant
- Veuillez lire la réponse dans votre message précédent!
les posts résultants ne sont pas formatés correctement, et posent un gros problème d’affichage, et je n’ai aucune envie de reprendre 1500 posts.
- C’est parce-que le contenu des articles contient des images et du HTML. C’est une chose à laquelle vous devez toujours penser lors de la création d’un article, il faut toujours ajouter un extrait de l’article dans le champs “Extrait”. Vous n’êtes pas obliger de reprendre tous les articles, veuillez seulement ajouter ce code dans le fichier “functions.php” de votre Theme. Cette fonction va supprimer tous les balises HTML et afficher seulement du texte:
<?php
/**
* Progress Map, List & Filter
* Remove HTML Tags in the content of the list items
*
*/
function cspml_custom_item_description($default_content, $post_id){
return strip_tags($default_content, '<strong><b><i><u><a><br />');
}
add_filter('cspml_item_description', 'cspml_custom_item_description', 10, 2);
</a></u></i></b></strong>
Merci
Hi,
your plugin corresponds to what we want , can you tell us if it is possible to import marks ? we already have 200 marks for this project
Hi,
There’s no option to import markers and the plugin doesn’t need such option. The plugin uses (custom) post types to populate markers on the map. If you already have posts that have LatLng coordinates, then you can connect them with the plugin and your posts/locations will be displayed on the map as markers.
Thank you
Hi,I ‘ve tried a lot of things on my website, but impossible to make the category filters visible. I’ve created a beta website to test again, and to be sure that the problem wasn’t with the theme or plugins, and I have had the same problem again. I maybe wrong in the configuration ? Can you help me ? you can see the beta site at http://www.chateaux-forts.org and I can send you login/password by email to have a quick look. Thank you
Hi,
The problem is that you’ve provided the wrong taxonomy names. Please check your settings to see the modifications i did in the field “Taxonomy name”.
You can find all the details you need to build your filter on this article 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/
Thank you
Is it possible to change the Description area size of the list? like the option for carousel?
Hi,
No, there’s no option to do that.
Thank you
Hi Codespacing.
Is there is a way to get my post to automatically add map markers to the map without me going in to do it?
Thanks
Hi,
Please provide more infos about how you want to do this.
Thank you
When I list a property on my website, I want the marker to be automatically placed on the map. So that the number of properties listed on the website is same as the map.
Right now, I list a property and still have to into the plugin to find location points.
Hi,
Do you use a frontend form to add properties? If so, Does your frontend form contains fields to add the property’s LatLng coordinates and what are the names of the LatLng fields?
Thank you
Yes! See website for more information. I am happy for you to register to test. I would be glad if you could respond sooner. https://www.rentersvine.ca/
Hi,
I’ve registred but not able to add any property or to see the frontend form.
Try to add the following code in the file “functions.php” within the code you use to save the frontend form.
<?php
if(class_exists("CodespacingProgressMap")){
$ProgressMapClass = CodespacingProgressMap::this();
$ProgressMapClass->cspm_regenerate_markers(false);
}
Thank you
I know where my functions file is but not sure where to add the code. Moreover, my map suddenly stopped working again.Can you help? Thanks
Hi,
I think you need to contcat your theme support aboout this. They’ll show you where/how to add that code.
Just checked your map and it works fine.
Thank you
Hi, I have 2 issues with the plugin on my website (hrarmenia.info):
1. I have added 2 taxonomy parameters (category and tags). It only shows me the category and not showing the tag filter. https://snag.gy/bNrFlV.jpg 2. And the second issue is the display issue, you can see that items stand too far from each other. When I installed the plugin it was not so, but then it suddenly turned this way. https://snag.gy/aEjLGb.jpg
Hi,
1. Please make sure to use the appropriate taxonomy slug. Edit the “Tags” entry and use the name “post_tag” in the field “Taxonomy name”.
2. This could be a CSS conflict. Please go to “Progress Map =>Troubleshooting & configs” and select the following options, then, try again:
- Loading scripts & styles => Seperate files (Minified versions)
- Bootstrap (CSS File) => Disable
Thank you
Hi, thanks! The 1st point solved, but the 2-nd stayed the same, actually it gets worse when we disabled the Bootstrap (CSS File), so I switched it back. Can you please take a look at it?
Hi,
The problem is that you’re displaying the shortcode inside “pre” tag. Try to remove these tags, then, try again.
Thank you
Hey, is it possible to set a custom field filter as default? maybe as shortcode?
I dont wanna filter “a-z”
I got it….have to to got main settings.;)
Hey, is it possible to disable the link to post?...for both (image and title of listing)?
Hi,
No there’s no option to do that. I’ll try add this option in a future update ASAP.
Thank you
Hello, Can I do several different maps? And choose which pages I want to display on different maps?
Hi,
Yes you can. Please find more details on http://codespacing.com/wordpress-plugins/progress-map-wordpress-plugin/progress-map-documentation/tutorials-and-how-to/use-the-shortcode-attributes-to-display-posts-of-different-categories-in-different-maps/
Thank you
Ok thx. Do you have recieve my 2nd mail ? I have resolve the first point but i don’t know how to add filters
Hi,
To add taxonomies and/or custom fields in the filters, please read these articles:
Thank you
I have 2 “neighborhoods” created. When I click filter it starts to load, but nothing happens.
Hi,
Just checked the map and the filter and it works fine. Is there anything else i can do to help?
Thank you
Hi! I had the progress map working with the shortcode: [codespacing_progress_map]
Now I am trying to at the List & Filter view. However, when I add list_ext=”yes” to the shortcode, it no longer works. I just get a blank page.
You can see the attempt here: http://www.mcneilcompany.com/residential/residential-lots/This has been resolved.
Hello,
Can you tell me how I can display the location search box when the page loads? Preferably with the fadeUp animation.
Thanks! Tristan
Hi,
There’s no option to open the locations search box when the page loads. You need to click the button to open the search box.
Thank you
Hi there,
I am using the list and filter addon for Progress map and have a custom field value called filter as one of the parameters by which to filter the markers on my map. However, when I open the filter, the filter categories generated by this custom field are in a random order. How can I change the order in which these are presented in the search filter?
Hi,
To do this, please add the following code in the file “functions.php” of your theme/child theme.
<?php
/**
* Change the terms orderby in the filter
*
* OrderBy Possible values:
* 1. name
* 2. slug
* 3. term_group
* 4. term_id
* 5. description
*/
function cspml_change_filter_terms_orderby($orderby){
return 'term_id';
}
add_filter('cspml_filter_terms_orderby', 'cspml_change_filter_terms_orderby');
/**
* Change the terms order in the filter
*
* Order Possible values:
* 1. ASC
* 2. DESC
*/
function cspml_change_filter_terms_order($order){
return 'ASC';
}
add_filter('cspml_filter_terms_order', 'cspml_change_filter_terms_order');
Please note that this code is a new feature that will be available in the next version of this plugin. It will take effect once you upgrade the plugin to the version 1.1
The version 1.1 will be available in the next few days.
Thank you
Hi CS, Great plugin. I am trying to create a filter but not having any luck. My goal is to only include a specific list of categories to the map and then to offer the filter to further drill down results. For example, I have lots of categories but only want some of them to show up on the map and only some to be available filters.
First Issue: When I try to add in the multiple categories, I get no results found. I have tried both:
[codespacing_progress_map list_ext="yes" post_type="post" geo="true" user_map_zoom="7" zoom="7" tax_query="category{65,70,284|IN}"]
as well as:
[codespacing_progress_map list_ext="yes" post_type="post" geo="true" user_map_zoom="7" zoom="7" tax_query="category{65,70,284|IN}" tax_query_relation="OR"]
And in all instances I get no results. I have also tried the query relation of “AND” and still no results. If I add the shortcode with only one category ID (e.g. 65) it shows results fine.
Second Issue: The filter isn’t hiding empty posts even though that is selected in the options and if I add a filter of “Categories,” the filter box shows all categories (including empty categories and those I have specifically excluded). Here is a screenshot of my settings: http://awesomescreenshot.com/0d862jxo0b and of my results: http://awesomescreenshot.com/0b062jxu19I hope I’m just missing something simple but please let me know how I can fix this. Thanks for your help! Kory
Hi,
First Issue: The IDs separator in the shortcode is wrong. You need to use a point instead of a comma. Try this shortcode instead:
[codespacing_progress_map list_ext="yes" post_type="post" geo="true" user_map_zoom="7" zoom="7" tax_query="category{65.70.284|IN}"]
Second Issue: Yes the settings seems correct and i can’t see something to report. I couldn’t also reproduce this issue in my test site. If you use a cache plugin, clear the cache, then, try again. If it doesn’t work, please send me the login of your website to plugin.progressmap@gmail.com to check this.
Thank you
Thanks on the filter – I’ll try that and if not, email you. Thanks for the quick help!
Hi,
The commas is an error in the documentation. I’ll fix this soon.
Thank you
Thank you for your help. I have updated the taxonomy query and it appears to be working now!
As far as the hide empty filters displaying, they are still there and I don’t have any cache active and am still seeing the same thing. I have sent you a separate email as requested with some login credentials.
Thanks!
Hi CS, You were helping me work on a fix for my empty categories to be removed from my list. You mentioned that you were working on the WP update but I am still having this issue. I sent you an email on 10.14.16 and havent heard back. Can you please help me get this fixed? Thanks!
Hi CS, I still have not heard back. Can you please provide some insight and assistance?
Hi,
Sorry for the very late response. The update will be available soon this month.
Thank you for your patience
Thanks Codespacing. Can you send me the affected code prior to that release? We have been waiting since August for a fix and have a scheduled website launch with marketing support and need this part of our site functional for that launch. Thanks!
Hello.
I have your Progress Maps plugin and this add on and am plotting events on a map. My posts are generating the posts, and this is all working very well. I can even search for locations for events within a certain radius of an address. This is great – so far so good.
What I really want to be able to do is to filter my events by date. All events have custom fields ‘start-date’ and ‘end-date’ and I would ideally like to be able to show events within two start dates.
Is there a way that this can be done. If not officially, can you suggest a best solution?
Regards,
Dave
Hi,
I’m planning to add a datepicker as a new field to use in the filter. Please stay tuned.
Thank you
Hi. Really nice plugin. I would like to know how to order taxonomy items. For example. I have a taxonomy called months, and the plugin orders it alphabetically (april, august, etc) but i would like to order it as it should be (january, february, etc). How can i do this? Thanks in advance
Hi,
There’s no option to order taxonomy terms. I’ll try to add this option in a future release.
Thank you
Really? That´s basics. I can´t believe that i have to hire someone to do this. Not happy dude
Hi,
No need to hire someone. Please add the following code in the file “functions.php” of your theme/child theme. This will change the order of the taxonomy terms.
<?php
/**
* Change the terms order in the filter
*/
function cspml_get_terms_orderby($orderby, $args, $taxonomies){
return 't.term_id';
}
add_filter( 'get_terms_orderby', 'cspml_get_terms_orderby', 10, 3);
Thank you
Oops.. So sorry man. That lines worked perfectly. PLEASE DON´T HEAR MY PREVIOUS COMMENT. The author gave the solution to my issue in just a couple of minutes.
I have one other problem. The maps takes a long time to load, but if a press plus or minus button it appears inmediatly. Is there any bug there or something to be fixed? Thanks in advance
Hi,
Please send me the link of your map to check this.
Thank you
Hi. I´M working on a local server (MAMP) for now, until i finish the entire site. Is there another way to show you this?
Hi,
I’m sure the map will loads faster once you launch your website online. You can contact me then if it’s not the case.
Thank you
Hi i like to use for the description a costume text. Is it possible to use the Excerpt field of the post or make a costume field? Please let me know thanks
Hi,
Yes you can use the Excerpt field. The plugin was designed to use the Excerpt on the first place, but, if this one is empty, the plugin will use a small description from your post content.
Thank you
Hello,
They did all the steps to create filters on my website, most filters do not appear .
I need help to make the work filters.
Link page : http://septhouse.com/home-02/
*Every time I type an address to be located , show the message : “We could not understand the location R. Espírito Santo, 500 – Água Verde Curitiba – PR 80630-200”
Thank you!
Hi,
I couldn’t find any error related to the plugin. Please send me the login of your website to plugin.progressmap@gmail.com to check this.
Please don’t forget to mention your username (leandronb) and this conversation in your message.
Thank you
Hello Pre sale question. i really want to know if its possible to display custom post meta or taxonomoy on the post listsing e.g price, property type. number of bathrooms. The post lists only show the post title and excert
Hi,
Yes you can do this. There’s a section in the plugin settings where you can specify custom elements to display in the post list.
Thank you