• Resolved koinonen

    (@koinonen)


    Hello.

    Can someone tell me why the load more button is not show at the bottom of the event boxes on this page? I have this in the shortcode

    [events per_page=”16″ orderby=”_event_start_date”]

    There are 252 live events.. so after it shows the 16 boxes the load more button should show at the bottom but it has gone missing.

    How do I fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rita Kikani

    (@kikanirita)

    Hello @koinonen ,

    We found that there is many customization done from your end in plugin, So it may happen because of that Load More button is disabled.

    First you need to check by disabling the customization done from your end, if working fine then you need to check in your code and if still not working then please open ticket in our support portal, team will help you to resolve your issue.

    You can create your ticket from here : https://wp-eventmanager.com/help-center/

    Thank you.

    The code for showing the load more events button disappeared in the file wp-event-manager-shortcodes.php (from version 3.1.35 to 3.1.36), see:

    if (!$show_pagination && $show_more) {
        echo '<div id="load_more_events_loader">';
        echo wp_kses_post('<a class="load_more_events" id="load_more_events" href="#" style="display:none;"><strong>' . __('Load more events', 'wp-event-manager') . '</strong></a>');
        echo '</div>';
    }

    Why? Is this an oversight or has the functionality been deliberately removed?

    Plugin Author Rita Kikani

    (@kikanirita)

    Hi @sanchr ,

    We does not remove this functionality for showing load more button on the event listing page, functionality working same like older version, we just removed that showing load more button code from shortcode file and place it into the template file called “event-listings-end.php.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Load more button bar has disappeard’ is closed to new replies.