
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Can you explain the details why I need to do it?
==>
When the option "Don't include the current page in query result" is not checked, there was a JS error due to which the map was broken.
We reported the issue in front of our Devs and they will produce the fix.
If you want to apply the fix, you should open the following file:
=> plugins\toolset-maps\resources\js\wpv_addon_maps.js
Go to line #1311 of above file:
const viewId = viewUniqueId.split( '-' )[ 0 ];
And replace that line with the following line and save the file:
const viewId = _.isNumber( viewUniqueId ) ? viewUniqueId : viewUniqueId.split( '-' )[ 0 ];
Once you apply the above fix, you will not have to use the workaround. 🙂
Hi
Thanks, sounds great.
Will try it on one of the sites, but I've fixed all Views now so I'll probably wait for the fix.
Thanks again.

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
The official fix will be shipped with the Toolset Maps version 2.0.1. I'll update you here. If you want, feel free to close the ticket.
My issue is resolved now. Thank you!

Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
I would like to inform you that Toolset Maps version 2.0.1 is released which contains the fix for this issue. Please feel free to update the plugin.
Hi Minesh
Thank you, seems to work.
Cheers