Posted: October 19, 2015 at 8:37 am
Hi, Is it possible to show more than 10 events in one category table with no pagination? Please see the second table as example – Thanks. |
|
Hi Kim, The page does not appear to have the shortcode for the events table view template on it but this should work: [ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=”your-event-category-slug” limit=”20″] Change the category_slug to the correct slug and then set the limit to the amount that you want to show. — |
|
Sorry, I meant this link – http://www.kindermusikwithfriend.us/schedule-and-registration/fall-2015/ Here is the shortcode – |
|
Hi Kim, This is caused when the shortcode is used multiple times within the page. If I setup page with: [ESPRESSO_EVENTS_TABLE_TEMPLATE] [ESPRESSO_EVENTS_TABLE_TEMPLATE table_search=”false” reg_button_text=”ENROLL NOW” category_filter=”false” sort=”ASC” sold_out_button_text=”FULL” limit=”20″ table_paging=”false”] (Your shortcode without the category filter) Then both of tables output appear use a limit of 10 but if I use either shortcode individually they work as expected. This is because the first shortcode is adding Javascript to the page that is hiding the events that would normally be paged. So currently in order to use multiple instances of the shortcode you’ll need to add table_paging=”false” to each instance of the shortcode to prevent the Javascript from being loaded at all. |
|
Thanks Tony, Are you saying we can’t have multiple tables on the same page, with each table for specific grouped classes? We need the category filter to display the specific classes. We would like to show each of the 5 tables with the specific classes in each table. Is that possible? Thanks. |
|
Hi Kim, Could you update each of the shortcodes that is in use on the page to include the following parameter? table_paging=”false” — |
|
Thanks Lorenzo, This is the shortcode now, but still no joy. [ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=”our-time-fall” table_search=”false” reg_button_text=”ENROLL NOW” category_filter=”false” sort=”ASC” sold_out_button_text=”FULL” limit=”20″ table_paging=”false”] Is that correct? |
|
Hello, Was table_paging=”false” added to every shortcode for the table view template on the page? — |
|
Yes, in all 5 shortcodes, exactly the same shortcode as previously mentioned is showing. Anything else I can try? |
|
It should work to add table_pages=100 (or whatever number you set) to the shortcode there. |
|
Thanks Josh, That did the trick, the shortcode in the end is this, just incase anyone else needs it; [ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=”village-fall” table_search=”false” reg_button_text=”ENROLL NOW” category_filter=”false” sort=”ASC” sold_out_button_text=”FULL” limit=”20″ table_paging=”false” table_pages=100] Thanks. |
|
Thanks for sharing Kim. We will be adding an update to the Event Table view template that will automatically set table_pages to a higher value if table_paging is set to false (although if a value has been manually set, it will use that value) This should prevent this from happening in the future 🙂 |
|
Thanks Tony! |
|
The support post ‘EE4 Table template limit more than 10 no pagination’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.