I’m not sure exactly what you mean by a slide list, but you can paginate the list using the pagination parameter.
Hello,
here is my “code”(
[ics_calendar url=”***” eventdesc=”true” attach=”true” view=”list” ajax=”true”
pastday=”365″ location=”false” color=”#8DBE22 #00561B ” compact=”true”
pagination=”1″
count=”10″
]) but the pagination doesn’t work could you enlighten me ?
The value for pagination should be the number of events you want to show per page, not 1.
ho i understand ok, can we add an auto play for switch the page ?
That is not built-in, but it could be done fairly easily with jQuery. I would generally discourage auto-playing the pagination cycling though unless you’re designing a page to be used for a public display screen (i.e. a “hands-off” situation). Automatically cycling text the user might be reading is generally considered bad UX.