• Resolved Oliver Heinrich

    (@oheinrich)


    Hi Barry,

    I implemented the Events Rocket shortcodes on our homepage and it works like a charm πŸ™‚
    http://www.treffpunkt-jazz.de

    Unfortunately when an event doesn’t have a picture no link to the event is shown.
    So I tried to add the {URL} shortcode, but it doesn’t work. When I put it in on the website only {URL} instead of the real URL is shown.

    Can you help me with this issue?

    Best regards,
    Oliver

    https://ww.wp.xz.cn/plugins/event-rocket/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Barry

    (@barryhughes-1)

    Hi Oliver,

    So it sounds like you are using inline templates within the shortcode (ie, {url} and similar) – can you show me the actual code you are using here, including shortcode parameters?

    Thanks!

    Thread Starter Oliver Heinrich

    (@oheinrich)

    Yes, of course. I’m using this code:

    [event_embed from="now" nothing_found_text="Derzeit gibt es keine Veranstaltungen."]
    <h3>{title}</h3>
    <strong>{start_date}, {start_time} - {end_time}</strong>
    
    {description}
    {thumbnail}
    
    [/event_embed]

    I temporarily added {URL} at the end that you can see the result.

    Plugin Author Barry

    (@barryhughes-1)

    Ahh, I think I understand now. I thought you were describing a quite different type of problem, sorry for the mixup!

    So featured images link to the event in question, and you (naturally enough) want events without a featured image to also link to the single event pages.

    {URL}

    This will not actually work quite as you expect, because the placeholder system is case sensitive. Try either {url} or {link} instead.

    Thread Starter Oliver Heinrich

    (@oheinrich)

    Thanks! That was too easy!
    Yes with {url} it works πŸ˜‰

    Thread Starter Oliver Heinrich

    (@oheinrich)

    Resolved πŸ™‚

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘{URL} / {LINK} shortcode don't work’ is closed to new replies.