Hi there, thanks for writing.
Are you talking about the contents of the info windows that appear in the map when you hover the markers? Could you send us a screenshot with an example, or even better, the URL where this is happening, so I can take a look? Many thanks!
Sorry I did not see that you responded to this. Thanks for your help so far. Here is the issue below. Perhaps this will help?
The hover works properly with the subscript showing accordingly, it’s the follow page when you click on a link and it takes you to the actually store information. Inside there it does not take special characters.
Here is the website that has the issue.
https://matrixrepatterning.com/find-a-practitioner/
Just click on one locations on the left side that has CMRP2 in it. When you visit the page itself, it will show<sup>2</sup> while the map displays it appropriately.
I had to use the subscript brackets in order for it to take, but these content pages itself doesn’t take. I was hoping to disable the links to prevent this imperfection, or better would be to fix the pages itself or any other solutions.
Let me know.
Thanks
-
This reply was modified 1 year, 8 months ago by
scottccm.
Hi again,
Oh, I understand. Well, that is a tricky one, because the HTML that is being escaped is inside the [wpsl_address] shortcode, where the esc_html() function is used for sanitization purposes.
The only workaround I can come up with right now would be to create a new custom store page template and modify the line where the [wpsl_address] shortcode is printed, so it looks like this:
echo html_entity_decode ( do_shortcode( '[wpsl_address]' ) );
Please try that out and let us know if that doesn’t do the trick.
Best regards,