Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    You would have to modify the code for that. If you open the wpsl-gmap.js file. Look for the ‘createInfoWindowHtml’ function on line 647. Then replace line 680 with this line. That will make all email addresses clickable.

    windowContent += "<span><strong>Email</strong>: <a href='mailto:" + infoWindowData.email + "'>" + infoWindowData.email + "</a></span>";

    Thread Starter JonathanFokker

    (@jonathanfokker)

    Thanks soo much!

    Any chance of showing me what this looks like when it’s pasted into the wpsl-gmap.js file. I’ve tried it several ways, but it still doesn’t work

    Plugin Author Tijmen Smit

    (@tijmensmit)

    @raphep email me at info at tijmensmit.com and I will send you the modified file tomorrow. I assume you are using the latest version?

    I will make this an option in the next version as well.

    Thanks v much. Yes I am using the latest version

    Plugin Author Tijmen Smit

    (@tijmensmit)

    @raphep Did you email me? Because I don’t see an email from you in my inbox.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Create a link of the emailaddress’ is closed to new replies.