Hi @vshura,
Thanks for using my add-on 🙂
In theory you should be able to add any option that boxSlider offers. The only ones available in this plugin, are the ones currently in the settings.
I did not (yet) implement the option to have multiple slides in one view, because then you also need to take responsiveness into consideration. 5 slides on a mobile will render it unreadable, for example. 😉
Since I see many, many very basic html/css questions on the EM forum(s) regarding responsiveness, I did not want to “burn my fingers” by implementing too much that most simply are not able to use correctly. I hope you understand.
That being said…
Since the add-on is using boxSlider in its core, you should be able to add those options in the plugin code. Best to do that is in process_events_options().
Please note that I will be releasing an update in the upcoming days, so any change will then be lost.
Also, if you get any alterations to work, please tell me. I would love to have you think along.
Thread Starter
vshura
(@vshura)
Thanks Patrick.
That’s good to know, and I’ll wait till your next update comes out before doing any hacking.
I also didn’t know that maxSlides is the setting for number of slides displayed at one time, it though it was the number of slides in the complete slideshow. Is there a setting for the number of slides in the whole show?
And I’ll keep you updated of any useful hacks I end up with!
All content is controlled by EM. As the very first help text clearly states:
“You can use the same arguments as in the [events_list] shortcode.”
https://wp-events-plugin.com/documentation/event-search-attributes/
[events_slider limit="5"]
Thread Starter
vshura
(@vshura)
Ah great, thanks Patrick. That seems to have worked. And I’ll have a careful look through those attributes too.
Sean.