Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #296504

    I hope someone can help with some basics. I am using the Enfold Map Element.
    I have entered a name and address in the Marker Tooltip.

    I am trying to get the name working as a Hyperlink but it is not working perfectly.

    I try this: `<a href=”/portfolio-item/slider-two-third/” target=””>Town Hall></a>
    Corporation Street
    Huddersfield
    West Yorkshire
    HD1 2TA`

    and am left with a > at the end of Town Hall

    I try this: `<a href=”/portfolio-item/slider-two-third/” target=””><strong>Town Hall><strong/></a>
    Corporation Street
    Huddersfield
    West Yorkshire
    HD1 2TA`

    and the whole line for Town Hall does not show. (my theme colour for Bold is blue and just putting strong around some text does work)

    Can someone test this and see if I am doing something wrong?

    I am trying to link the Marker Tooltip text to a page on my site of course.

    Many thanks,
    H

    *note that the above ‘ has been inserted into this post as I used the code button before and after (I presume that is the correct thing to do when inserting HTML into forum posts)

    #296548

    Hi!

    Tested with this code:

    <a href="/portfolio-item/slider-two-third/">Town Hall</a>
    Corporation Street
    Huddersfield
    West Yorkshire
    HD1 2TA

    Result:
    http://screencast.com/t/JYzntV2H

    Best regards,
    Josue

    #296805

    Thank you Josue, and are you able to make it bold also?
    Sorry my original post did not say that.

    #296815

    Hi!

    Can you post the link to your website and point out the section so we can inspect elements on it?

    Cheers!
    Yigit

    #296922

    Hi!

    Try changing the HTML code to:

    <a href="/portfolio-item/slider-two-third/"><strong>Town Hall</strong></a>
    Corporation Street
    Huddersfield
    West Yorkshire
    HD1 2TA

    Best regards,
    Josue

    #297452

    Thanks, that worked. No idea how I got it so wrong :/
    Too many late nights :)
    Love the new map feature, it’s great !

    #297457

    You are welcome, always glad to help :)

    Regards,
    Josue

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