Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author room34

    (@room34)

    Hi… I just checked your page and I see it is showing 5 events in list view, which is the default. You can change the number of events shown using the count parameter:

    https://icscalendar.com/icsdocs/#count

    List view does not have a built-in pagination option, but you can build your own by using multiple list view shortcodes along with the skip parameter (in conjunction with count):

    https://icscalendar.com/icsdocs/#skip

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Hello, thank you for the quick response! The count shortcode works perfectly but the 2nd part of your response is over my head LOL, can you elaborate more about using multiple list view shortcodes?

    Plugin Author room34

    (@room34)

    Well… it would involve some crafty CSS and JavaScript to show/hide the different blocks. Probably not something you’d want to attempt if you’re not a coder.

    I appreciate your suggestion of pagination in the list view though… I’ll add that to the development to-do list. It should be pretty easy to implement, and would definitely add value to the list view.

    In the meantime I would suggest you just use count to make the list as long as you want to show. (The list view was never intended to show “everything,” just the next handful of events. There are more view options in the Pro version of the plugin.)

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Thank you so much for considering my request, pagination would indeed be good for our readers! Thank you for the quick responses too, for now I’ll use the count shortcode. Look forward to the next update!

    Plugin Author room34

    (@room34)

    As it happens, I was preparing an update for release today, and I was able to quickly work through the functionality to add this feature. It’s present now in version 10.7.0 or later, so you’ll want to update to the latest version.

    In order to make this work you’ll need to use both the count parameter (for the total number of events you want to show, e.g. 200), along with the pagination parameter, for the number of events per “page”, so something like this:

    count="200" pagination="5"

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Wow!!!!! ?? ?? T hank you so much! I’m out of my office right now, but I can’t wait to try this out! Five stars for you!! ?? ?? ??????

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    @room34 Hi, I have good news and not-so-good news! Good news is the count works fine, not-so-good news is the pagination doesn’t ??

    I’m using this shortcode:

    [ics_calendar url=”https://calendar.google.com/calendar/ical/fchccjax%40gmail.com/public/basic.ics” view=”list” count=”100″ pagination=”5″]

    Do I have it wrong? Here’s the page I’m working on → https://fchcc.com/events/

    Plugin Author room34

    (@room34)

    That shortcode looks right. Be sure you’re running the latest update (10.7.0.1) and you may need to clear your browser cache. Let me know if that’s not it and I will take a closer look tomorrow.

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Yes, I checked, I am running the latest version and I also cleared the browser cache as well as the WP Super Cache plugin. I tried Incognito too as well as Firefox. If you can take a look tomorrow, that would be great! Thanks!

    Plugin Author room34

    (@room34)

    @ormgrecipes I’ve identified a small coding error in the plugin that I accidentally introduced right before checking in the changes, after doing the translations for the new “previous page/next page” links. Working on a fix now. Watch for an update to be available later today.

    Plugin Author room34

    (@room34)

    This should be fixed in version 10.7.0.2, which will be available momentarily.

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    Excellent @room34 ! I’ll for the update!

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    @room34 It Works!!! YAY! Thank you so much ?? Leaving you a review!

    Plugin Author room34

    (@room34)

    I’m glad to hear it, and thanks for the great review! Let me know if I can help with anything else.

    Thread Starter KimMcDougalcrafter

    (@ormgrecipes)

    You bet! I have another question but will open a new thread ??

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘List View Only Showing 2 Events!’ is closed to new replies.