kjc
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Pagination problemHi, we are still having a problem with this functionality, even with the new dev version, as described in my previous message. Can you provide a fix?
Thanks,
KevinForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Pagination problemOk, I was able to download and install the dev version. Things are getting better, but there is still a problem. I have “Future events” set for both the General / Default List Scope option and Pages / Event list scope option. There are now 3 event pages on the Licensure Events panel on this page:
https://itphub.ca/event-list-2025
But when I changte the page, there are still many extra pages, since the “recurrences=0” attribute does not seem to be respected. E.g. every recurrence is shown for repeating events, which I would prefer does not happen.
Regards,
KevinForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Pagination problemHi Marcus,
Thanks for the response. I have version 7.0.5 installed, but version 7.0.5.1 doesn’t show up when I click the “Check Dev Versions” button.
The issue happens when you define the events list default as ‘all events’, within Events > Settings > Pages > Events List/Archives > Default event list options. If you set that to ‘future’ then it should work as expected …
I tried this and it helped to partially fix the problem. Now when I click the next page button only future events are shown. But there are still many extra pages, since the “recurrences=0” attribute does not seem to be respected. E.g. every recurrence is shown for repeating events, which I would prefer does not happen.
Thanks,
KevinForum: Plugins
In reply to: [BuddyPress Docs] Docs on admin pagesOk, thanks for the help!
Forum: Plugins
In reply to: [BuddyPress Docs] Disable notificationsOk, thank you … Kevin
I had the “When to load” setting to “Admin panel only”. I can confirm that when I changed it to load “Across the full website” then the problem disappeared.
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] Colorbox callbacksIt turns out the plugin only adds jquery.colorbox-min.js and jquery-colorbox-wrapper-min.js in the page header. So I added jquery.colorbox.js to my header.php file and my callbacks started working as expected.