• Resolved Josiah

    (@colewebdev)


    When using the sidebar widget the link format used to view a specific event is as follows:

    https://myurl.com/?event_id1=5360

    This URL format is not loading the event details page, it’s instead reloading the page, with only that event showing in the sidebar (no full details)

    However in the admin, the event has a custom permalink which DOES work:

    https://myurl.com/events/tennis-clinic/

    How do we set the sidebar widget, or shortcode to use the proper permalink?

    I’m running WP 5.7.2 with Events List 0.8.6 – I tried disabling all plugins, and changing themes but the behavior still remains.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mibuthu

    (@mibuthu)

    Unfortunately permalinks for the events are not implemented yet.

    What you can do now is:

    • Create a event page with the event-list shortcode e.g. https://myurl.com/events
    • Add this page url as linked event page in the widget options

    With this steps your link should be working and will display the single event view in the event page.

    • This reply was modified 3 years, 5 months ago by mibuthu.
    • This reply was modified 3 years, 5 months ago by mibuthu.
    • This reply was modified 3 years, 5 months ago by mibuthu.
    Thread Starter Josiah

    (@colewebdev)

    Thank you, that worked!

    Very nice plugin.
    But shortcode date filter didn’t work.

    [event-list show_content=true date_filter=past show_filterbar=false link_to_event=false]
    Result:’no events’ but there is one.

    [event-list show_content=true date_filter=upcoming show_filterbar=false link_to_event=false] was OK.

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