• Resolved selmaporobic

    (@selmaporobic)


    Hi there, great plugin! Everything is working perfectly! The only thing that I cannot figure out, however, is how to set the ‘event link’ to link to another website in stead of to my own website.

    If I enter “www.google.com” I want the event link to go to “www.google.com” and not “www.myownwebsite.com/www.google.com”.

    How can I do this? Thank you in advance!

    Kind regards,
    Selma

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter selmaporobic

    (@selmaporobic)

    Figured it out! There was a line of code in the instances which I changed

    From:
    href="<%= event.url %>" <% }

    To:
    href=https://<%= event.url %> <% }

    Now it’s working ??

    Plugin Author i4nd90

    (@i4nd90)

    Hi there

    As a follow up, you’re better off just adding the ‘https://&#8217; in the URL within the event, not here in the template. Also beware – from the code above you’re missing crucial wrapping quotations around the href attribute.

    Ian

    Thread Starter selmaporobic

    (@selmaporobic)

    Hi Ian,

    Thanks for your answer. Didn’t think you’d ever reply.

    I don’t understand what you mean, at all. I have no knowledge about coding whatsoever.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event link to other website’ is closed to new replies.