Eventum Speaker Order - Multiple Speakers - Question | JoomShaper

Eventum Speaker Order - Multiple Speakers

MP

Matt Pereira

Extension 3 years ago

Hello, I have set up an event and some of the sessions have multiple speakers. When this happens, in the event schedule grid view one speaker shows to the right, large, with their name, and the other speakers show to the left, small. How can I set the speaker to the right?

I want swtich the two speakers displayed on the page and sessions share privately.

This is a great template, thank you for all of your help! -Matt

1
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #6453

Hi there!

Thanks for contacting us!

Are you talking about to interchange them indicated in the screenshot below? https://prnt.sc/z9gk2e

Then you can use the foollowing code into your custom CSS:

.eventum-schedules .eventum-schedule .event-sessions > .event-session .row {
    display: flex;
    flex-direction: row-reverse;
}

Hope this will serve your perpose! https://prnt.sc/z9gpee

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
MP
Matt Pereira
Accepted Answer
3 years ago #6455

Thanks Rashida, Unfortunately, this isn't what I am looking for. I am trying to control which speaker is featured or at least understand why they are featured vs the other speakers. In short, I want to change the speaker for a session that is shown on the left when there are multiple speakers. -Matt

1
CS
Chandra Segaran Sanmugam
Accepted Answer
1 month ago #150165

I guess this has not been solved??

0