• Resolved lmcookie62

    (@lmcookie62)


    Hi, I would like to use the event list to display a snap shot of recent events on my site home page. I can use the event list to return just 3 recent events – which works perfectly. BUT I don’t want the ‘load more listings’ button – as I dont want the user to see the full list of events on my site home page, rater I will give them a link that takes them to the event list page itself.

    Can I stop this button from displaying? For same reasons above I don’t want pagination either.

    Thanks in advance

    Lisa

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @lmcookie62,

    You can disable load more button by following this doc https://wp-eventmanager.com/documentation/the-event-listings/

    [events show_pagination=true]

    Thank you

    Thread Starter lmcookie62

    (@lmcookie62)

    Hi Hitesh, thanks for your reply. The thing is I don’t want ‘load more’ OR pagination. I just want to be able to show a snapshot of events and that’s all.

    Can I do this?

    Lisa

    Hi @lmcookie62,

    If you want to display all event as once then you can do it by [events per_page=10000]

    Thank you

    Thread Starter lmcookie62

    (@lmcookie62)

    Hi, I think you misunderstand what I am trying to do.

    I want to be able to show 3 events only with no pagination OR show more button.

    The idea is that I am showing a snapshot of the events I have listed on my home page and I want users to go to my events page for all the events. I guess a work around would be if I could change the url of the ‘load more events’ button to send them to my events page for the full events listing (ie rather than loading them on the same page)

    Your help on this would be very much appreciated.
    thanks

    Hitesh Makvana

    (@hiteshmakvana)

    Hi @lmcookie62,

    You can create to separate page with events shortcode and add a small button in one events shortcode page with redirection link of another event that has all the events listed.

    Thank you

    Thread Starter lmcookie62

    (@lmcookie62)

    Hi, not sure if I fully understand this work around… separate page with events shortcode is what I have, returning just 3 events. I need a generic ‘see more events’ button or for the load more listing button to take the user to the Event listing page. Adding a specific button in one event wouldnt work for me.

    Please can I send you a screen shot so you can see what I mean?

    Maybe I can hardcode a redirection url for ‘load more listings’ button on just this one page of my site?

    Hitesh Makvana

    (@hiteshmakvana)

    Hi @lmcookie62,

    You can put a hardcoded link below the
    [events per_page=3] PUT YOUR BUTTON HERE WITH ANOTHER EVENTS PAGE LINK

    Create events page number 2 with
    [events per_page="10000"]

    If you want to add a generic button then try to apply some css to show button after listing.

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide ‘Load more listings’ button on event list’ is closed to new replies.