• I am displaying a list of recurring events:

    [events_list scope=”future” category=”music” tag=”series” orderby=”event_start_date” recurring=1]

    The #_EVENTLINK and #_EVENTURL create a link with mysite.com/event-recurring/event-name (i.e. https://kidonthetown.com/events-recurring/mozart-for-muchkins/). This page does not seem to exist. What is the correct link, and how do I change it?

    Thank you,

    Brittney

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    The placeholder #_EVENTLINK is working for me: I have also tried them with the following shortcode:

    [events_list scope="future" limit="10"]
    #_EVENTLINK will take place at #_LOCATIONLINK on #_EVENTDATES at #_EVENTTIMES
    [/events_list]

    Have you tried updating the plugin to the latest version?

    • This reply was modified 6 years, 10 months ago by Tim Vergara.
    • This reply was modified 6 years, 10 months ago by Tim Vergara.
    • This reply was modified 6 years, 10 months ago by Tim Vergara.
    Thread Starter brittneyjm

    (@brittneyjm)

    Yes, I have the latest version. This problem has been happening for a while.

    The issue is with recurring events when recurring=1 is in the shortcode. Otherwise #_EVENTLINK works fine.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I see what you mean, I’m going to ask the devs about this.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I tried this one with the latest EM version 5.9.3 and seems to be working fine; can you try again?

    Thread Starter brittneyjm

    (@brittneyjm)

    I updated the plugin to 5.9.3 and the generated links still go to pages that don’t exist (i.e. https://kidonthetown.com/events-recurring/los-kids-2/). I have tried disabling non-essential plugins and none of my plugins deal with events so I’m not sure how they would affect this.

    Any tips for figuring out what’s happening here? Here is my code (with formatting removed):

    [events_list scope=”future” category=”music” tag=”series” orderby=”event_start_date” recurring=1]
    #_EVENTNAME</h3>
    #_LOCATIONNAME ~ #_LOCATIONADDRESS
    #_ATT{datedetails}
    #_EVENTCOST<br>
    #_ATT{locationdetails}
    #_ATT{series_description}
    [/events_list]

    I also tried #_EVENTLINK with the same results.

    Thank you,

    Brittney

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘#_EVENTLINK broken for recurring events’ is closed to new replies.