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

    (@tijmensmit)

    Replace this:

    moreInfoContent += "<span><strong>Email</strong>: " + storeData.email + "</span>";

    with this:

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

    This makes the email link in the more info section clickable.

    Thread Starter blouogiesza

    (@blouogiesza)

    Thank you Tijmen

    This is really amazing plugging..

    Thread Starter blouogiesza

    (@blouogiesza)

    Tijmen

    I tried to figure out which file should replace.

    Can you maybe point me the right direction please

    Thread Starter blouogiesza

    (@blouogiesza)

    Tijmen

    Sorry to bother again.

    Can you or anyone else tell me which file should I make this change?

    ASAP Please

    Plugin Author Tijmen Smit

    (@tijmensmit)

    ASAP Please

    What do you think this is, paid premium support where you can make demands?

    The file you are looking for is the /js/wpsl-gmap.js js file.

    Thread Starter blouogiesza

    (@blouogiesza)

    Tijmen

    I apologise if it felt that I made a demand that wasn’t what I meant.

    I’m sorry thank you for the quick answer I really appreciate it.

    Hi Tijmen,

    I cant find js/wpsl-gmap.js
    Not in the js map

    And i cant find the code anywhere

    I have the latest version: 3.75.1
    Is it only in the paid plugin?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Make email click able’ is closed to new replies.