• Resolved thefudo

    (@thefudo)


    Hello i need help!

    I can’t insert External links in the widgets.. example:

    if i write click here it reconize the link, but it changes the url in “www.mysite.com/www.example.com” so the link doesn’t work.

    Please help me solving this problem!!!!!!

    thx all

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there thefudo,

    How are you doing today?

    This should only happen if you’re using relative URLs in your links instead of absolute ones. From your example I’m assuming you’re not having http:// part in your link so the link is being treated as a relative URL.

    Adding something like this should fix the issue:

    <a href="http://www.example.com">example</a>

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter thefudo

    (@thefudo)

    Hello, i already tried!! but didn’t work 🙁

    still put the “www.mysite.com/http://www.example.com” so doesnt work

    Hi all,

    I am having the same issue here too. For example, within the ‘Our focus section’ in Widget I type in the following so that link opens up in new tab:

    Click here for: <a href="http://www.google.com/" target="_blank">Google</a>

    But when I save it, I get this:

    Click here for: <a href=\"http://www.google.com/\" target=\"_blank\">Google</a>

    I think the only way is to hard code it by going into the HTML file. Speaking of which, where can I find this?

    Love to hear your thoughts.

    I’m having this same problem on the “Our Focus” widget. I have tried multiple different ways to get it to save correctly.

    More

    turns into this:

    http://mysite.com/%22http://google.com//%22

    Thank you for your help.

    It appears to be the same bug as described here. You can try the fix mentioned there.

    Ov3rfly thank you. Worked perfect!

    Alexandra

    (@alexandrastan001)

    Awesome! Glad that you got it fixed!
    Ov3rfly, thank you very much for your input! 🙂

    Best regards,
    Alexandra

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘External links in the "widgets of sections". HELP’ is closed to new replies.