• This looks really interesting. I’m not sure yet how or if I’ll use this, but it’s so attractive I’m looking for a way to add this. It’s beautiful.

    There seems to be something that limits the number of events it will show. I have about 20 events on my calendar spanning 6 weeks.

    Yet when I display the posterboard on a page I only get 3 to show up. Clicking “load more” end up with just 6. Still, that’s missing many of the events with no way that I can find to display all of them.

    I can enable the filters, and they show that there are known events. I can click on one of the filters, but I still don’t get the event to display.

    Something is limiting what events are being display.I couldn’t find any documentation on this. What’s going on?

    http://wordpress.org/plugins/event-organiser-posterboard/

Viewing 4 replies - 1 through 4 (of 4 total)
  • First off, great plugin! Thanks Stephen.

    This problem;
    It isn’t perfect, but if you edit even-board.min.js and search for the value 10 you will find

    b.length<10

    just change this value to <1;

    b.length<1

    it won’t be perfect in your layout, but it will work until it is fixed.

    Plugin Author Stephen Harris

    (@stephenharris)

    That’s odd. Unless you have any filters applied, you should see 10 events being added each time, until they run out.

    If you have applied a filter then you get some quirky behaviour, in that added events are immediately hidden if they don’t match the filter.

    @kajakroute – when I release an update I’ll provide an option for specifying that limit :).

    Thread Starter Jim Reekes

    (@reekes)

    No filters applied, but I got only a few events. Then I could click Load More, but that was the last time that button appeared. I think I hit the max of 10 limit kajakroute mentioned.

    For now I just edited the JavaScript as kajakroute described. That let me go back the 10 max limit.

    I would also like to control how many are initially presented. I’m only seeing the first few, when I’d like to get at least 10 on the first viewing.

    Even better would be control by date (e.g. all events in Feb) and by category or venue. Those would be really handy shortcodes 😉

    Plugin Author Stephen Harris

    (@stephenharris)

    The way the plug-in works is to load the next 10 events. When the user clicks ‘load more’, it gets the next 10 events. This might not all appear, depending on the filters being applied (This isn’t great, but its the only sane workable way).

    Each time the plug-in asks for the ‘next 10’ events. Once the number of returned drops below 10, then there are no more to show, so it hides the ‘show more’ button. (This is why b.length<10 is as it is in @kajakroute’s comment).

    I’m not sure if that explains the behaviour you’re seeing (I’m little confused myself 🙂 ). But I’ve not been able to replicate any behaviour that differs from what I would expect…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘max events?’ is closed to new replies.