• Resolved Lavin

    (@wyndhk)


    Hi there, thanks for building up this great plug-in, got a nice and neat layout showing my event listings. Unfortunately, there are some errors occurring, hope that you could help:

    1- I have put the event listing in 2 pages of my website (one is homepage another one is the event page). For the homepage one, its using ‘load more events’ button for more events showing; the event page one is using numbered pagination. However, both of them could not show the listing in correct order, some of the events will be skipped and will not be shown. For example, the 1st page is showing 6 events between Oct-Dec but when I click to the next page, it will suddenly jump to the events between Jun-Aug and skip Jan-Apr. And supposingly there are totally 3 pages available, the 3rd page button will suddenly disappear.

    I have confirmed that they’re not the expired/cancelled events and I didn’t set to hide any expired events too.

    2- Can I hide the ‘Load More Events’ button? I would like to restrict one of the page to be only showing a certain number of events, and do not let the guest to click the button to check out more.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @wyndhk

    Thank you for providing all the information.

    1. Yes, you can remove load more button by adding following CSS to your custom CSS settings

    a#load_more_events {
        display: none;
    }

    2. If you want to apply the guest and logged in user condition then you might have to do it from template file with some custom logged in user code otherwise you can use the above CSS to disable the load more process.

    I will check the issue of event skipping while pagination.

    I hope this helps.

    Thread Starter Lavin

    (@wyndhk)

    Thank you very much! I applied to the CSS setting of (1) and it works!

    Hope that the pagination skipping error could be fixed soon.

    Thanks a lot for making this great plugin.

    Cheers

    Hi @wyndhk,

    Great! I will add this in a future milestones.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Listing Page Problem’ is closed to new replies.