Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #807298

    How can i fix my personal contacts on the top and left side clickable.

    For example, when i click on email or on telephone number, on “Contact us: (Email address hidden if logged out) Mobile: + 39 346 23 77 428″ open automatically popup of email or telephone number. I need something like this. I hope that you understood.

    #807302

    I mean my personal contacts on the top and left side clickable and linkable. I hope that you understood. Thnaks to much

    #807457

    Hi,

    What should the popup contain? Please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #808469

    I would like something like, when you click on email or telephone number on the top right side. Open a window automatically of email or call. in my case now, if you need to contact me you need to copy and paste to contact me by email or mobile. i would like something clickable. I hope that you understand.

    thhanks

    #809344

    Hi,
    I couldn’t login, but try changing the text in your header extra area to this:

    <a href="tel:393462377428">+ 39 346 23 77 428</a>
    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>

    Best regards,
    Mike

    #809502

    Thank you very much Mike,

    One more help, please, i would like to do the same fix on the “Cotact us” page, on the right side where you can see email and telephone number.

    Thank you very much,

    Alex

    #809508

    SOLVED MYSELF. THANKS TOO MUCH. LOVE YOU KRIESI

    #809510

    Other help i need. O the “Contact us” page, on the right side on the page, I would like to have clickable google maps external link, when you click on GPS coordinates or on address as well. The same thing that you did with email and telephone number. Thnaks too much

    #810765

    Hi,

    Open the google map, insert the coordinates then copy the url. This is the result of the coordinates.

    https://www.google.com/maps/place/38%C2%B040'29.9%22N+15%C2%B053'33.7%22E (Email address hidden if logged out) ,15.8905113,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0x0!8m2!3d38.6749667!4d15.8927
    

    Use the url as the href value of the anchor tag.

    <a href="https://www.google.com/maps/place/38%C2%B040'29.9%22N+15%C2%B053'33.7%22E (Email address hidden if logged out) ,15.8905113,17z/data=!3m1!4b1!4m5!3m4!1s0x0:0x0!8m2!3d38.6749667!4d15.8927" target="_blank">GPS Coordinates: N38° 40.498, E15° 53.56</a>
    

    Best regards,
    Ismael

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