• Resolved siobhanf

    (@siobhanf)


    Hi, I have several different organisers – each of whom will have different events. Each organiser has their own page on the website and I would like a square_grid on each organisers page that shows only their activities. eg we have 4 organisers all of whom run meetings. So on each organisers page I want to show just that organisers meetings.

    I have used the following codes (in my case 18 is the type id for meetings):

    [em_events types = “18” em_events view = “square_grid”] – and that correctly shows meetings in a square_grid.

    But, I can’t seem to add code that then allows me to select only the meetings for eg organizer 2, as I don’t know the coding. I have tried em_events organizer = “2” and em_events organizers = “2”, but neither of those work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter siobhanf

    (@siobhanf)

    I have now tried the following:

    [em_event_organizer id=”17″ display_style=”grid”] (I still see the same layout for the display_style no matter what I choose.). However, I can’t seem to find a way of selecting the event_types. Any suggestions? Also, when I use this shortcode it displays it with the soonest event at the bottom and the event that’s furthest away timewise at the top eg June appears at the top while the March events appear at the bottom. Is there any way of having the soonest event at the top?

    Plugin Support EventPrime Support

    (@eventprimesupport)

    Hello @siobhanf,

    Thank you for reaching out!

    You’ve used the correct shortcode to display a single organizer, but a small adjustment is needed in the attributes. The correct shortcode for displaying an organizer and its associated events in a square grid layout is:
    [em_event_organizer id=”ORGANIZER_ID” event_style=”grid”]

    Currently, options to filter organizer events by event type or reorder them are unavailable. However, we are actively working on adding an event ordering feature.
    Additionally, we will evaluate your request for an event type filter and consider incorporating it into a future release based on feasibility.

    Let us know if you need further assistance—we’re happy to help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.