• Hi,

    I’m having an issue with the hover over a marker, not the click-and-open info. The hover version is not able to display subscripts 1, instead it shows them as <sup>1</sup>. All other places on it appears as desired except this hovering function within the map over a marker/pin.

    Is there a way to disable this hover feature? I don’t need it if it displays the incorrect way of showing marker information.

    Your help is appreciated.

    Thanks

    • This topic was modified 4 months, 1 week ago by scottccm.
Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    Thread Starter scottccm

    (@scottccm)

    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 2 months, 2 weeks 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,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.