Skip Navigation

[Resolved] See below

This support ticket is created 4 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 20 replies, has 2 voices.

Last updated by Kristian Adolfsson 4 years, 3 months ago.

Assisted by: Minesh.

Author
Posts
#1448813

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. 🙂

#1448817

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.

#1448819

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.

#1448851

My issue is resolved now. Thank you!

#1459179

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.

#1459269

Hi Minesh

Thank you, seems to work.

Cheers

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.