Plugin Author
room34
(@room34)
By not working, do you mean that it’s just not paginating at all, and showing the whole list? (That seems to be what I’m seeing.)
I may need to see what you have entered in your shortcode. Be sure you are setting count to the total number of events you want to display, and pagination to the number of events you want to display per “page”, like this:
count="50" pagination="10"
Plugin Author
room34
(@room34)
I’ve determined the source of this problem. If your site is not using the new v.10.6 defaults (i.e. you installed before 10.6 and have not turned that option on on the admin page), and if your shortcode does not include the count parameter, then a change in v.10.9.1 would cause the pagination not to display. You should be able to fix the issue now by adding count to your shortcode (with a number greater than pagination), or wait for the next update that will be released on Friday, which fixes this issue.
- This reply was modified 2 hours, 20 minutes ago by room34. Reason: Clarification
ah my bad, you obviously cant see the shortcode. thing is, i had count in it, but pagination still didnt work. tried different combinations too. this is my shortcode:
[ics_calendar url="..." view="list"
whitetext="true" showendtimes="false"
nomonthheaders="true" hidealldayindicator="true"
compact="true" toggle="true" count="20" pagination="10"]but lets see if your update on friday fixes it
- This reply was modified 48 minutes ago by jonasj95.
- This reply was modified 47 minutes ago by jonasj95.
Plugin Author
room34
(@room34)
@jonasj95 Which version of ICS Calendar are you currently running? The pagination parameter was just added in version 10.7.0, so if you’re on an earlier version, having that in your shortcode will have no effect.
The issue I was referring to in my earlier responses was a bit different than what’s happening for you, I think, since your page is showing 20 events. (If the scenario was the bug I mentioned before, you’d only be seeing 10 events.)
- This reply was modified 45 minutes ago by room34.
Plugin Author
room34
(@room34)
Hmmm… very odd. Do you have a caching plugin on the site, which might be interfering with updates to the calendar? You might want to try adding ajax="true" to your shortcode to see if it has any effect.
ah i think i fixed it, my pagebuilder put <span>s around some of the ” in the shortcode, thats why some attributes didnt work. but thanks for the quick responses anyways, great plugin and keep up the good support 🙂
Plugin Author
room34
(@room34)
Ah, yes… page builders should recognize a shortcode and not do that but sometimes they do! 🤷♂️
