Hi,
I installed the slider addon on my website.
Here is the added shortcode
[add_eventon_slider slider_type=”multi” slide_loop=”yes” ux_val=”3″ etc_override=”yes” slides_visible=”3″ control_style=”lr” event_count=”50″]
For some reason, there are more than 3 slides and I don’t see the past events.
And in addition, is there a way to hide the type of events (“Virtual Event” for instance)?
Thanks a lot in advance
Jan 12,2021 AT 8:48AM - 4 years ago -Hello,
“Slides visible at once” (slides_visible=”3″) is for Vertical Slider only. It doesn’t work with slider_type=”multi”.
Please try event_count=”3″ option instead:
[add_eventon_slider event_count=”3″]
And in addition, is there a way to hide the type of events (“Virtual Event” for instance)?
Use event_type=”NOT-18,”, where 18 is “Virtual Event” type ID.
Hello Artem,
Thanks for your answer. Unfortunately it doesn’t seem to work.
I have 4 slides and not 3 , the navigation doesn’t work (so I can’t see whether I have accesss to past events or not)
Thanks in advance.
Unfortunately, you cannot adjust how many slides to show. EventON Slider does this dynamically, depending on the screen size.
As for event_count=3, please make sure that you have only one in the shortcode.
I’ve also tried adding your shortcode to a page but it shows 404 error:
How I can test this so we can fix your navigation issue?
I fixed the 404 issue. You can now try and add a new page. I created one for shortcode tests if you want : https://bienvenue-test.unilim.fr/eventon-test/
The navigation is working for the coming events but I don’t see the past events. How can I get them as well?
I understand that the number of slides is automatic. Is there a way to make the column gap bigger ?
And finally how can I hide the “Virtual Event” tag ?
Thanks a lot
Hi Valerie,
Thanks for getting back to us.
This is a limitation in the Event slider addon. It will either show upcoming events or past events and not both. You can use this shortcode to only display past events.
[add_eventon_slider slider_type=”multi” el_type=”pe”]
I’d recommend creating two sliders one for past events and another for upcoming events using :
[add_eventon_slider slider_type=”multi” el_type=”ue”]
You can make the column gab bigger using the following CSS:
The slides on the demo page don’t have the virtual tag, would you mind sharing more details about this?
Hi
Thanks for your answer.
Too bad for the limitation. I will create 2 sliders 🙁
The css is missing in your previous message, could you please send it back?
And regarding the virtual tag, I translated for “Webinaire”. That’s the tag I would like to hide.
Thanks
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
.evoslider.multiSlider .evo_slider_slide_out .eventon_list_event { margin-right: 10px; }
span.evo_event_headers.vir { display: none !important; }
First one is for a bigger gap and the second is to hide the virtual tag.