You already had the 2.0.4 update installed, or did you update after making this post? There is no need to modify the wpsl-gmap.min.js if you already had the 2.0.4 version. It already includes the fix, well at least it fixed it in some cases, clearly not in yours.
If you disable WP Super Cache, and disable the transient cache on the Store Locator settings page ( under Tools ), does that change it?
Can you check which character set your db uses?
Thanks for the quick response Tijmen.
I tried both, with just 2.0.4 and then modified wpsl-gmap.min.js. I’ve restored the original so it should be back to standard 2.0.4.
I’ve disabled and cleared the WP Super Cache and the Store Locator transient cache, which had no effect.
I get the same problem on my local site. On that I’ve tried deactivating all other plugins and even changing the theme.
Both site databases use UTF-8 Unicode.
Thanks
James
I found why it doesn’t work in your case, but not sure yet why it happens, and how to fix it.
If I use a & in a title, then in 2.0.3 it would have turned up as & in the marker tooltip, in 2.0.4 this was turned into a &.
What happens on your site is that instead of & it shows &. Both represent &, but the code that I added expects the HTML number and not the HTML name so it breaks.
Hi Tijmen
I’ve found the problem – some of my titles have been corrupted with amp;
instead of &. Must have happened on data entry. Anyway removing that on the title sorts the problem.
Apologies for taking up your time but thanks for your quick response and excellent plugin.
James