• Resolved Gator8

    (@gator8)


    Trying to set up a page of franchise records and I’m running into a bit of an issue. I want to have multiple player lists on a page showing ONLY the top 5 players for each category (TD, INT, etc). Starting shortcode – [player_list id=”335″ rows=”5″]
    If I add ‘pagination=”0″‘, then ALL players are shown. If I globally turn pagination off, ALL players are shown for ALL lists. What I want to know is why [player_list id=”335″ pagination=”0″ rows=”5″] doesn’t give me the top 5 players only with no pagination?

    Here is the page in question: https://www.banditsfootball.ca/?page_id=318

    https://www.ads-software.com/plugins/sportspress/

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

    (@rochesterj)

    Hi!

    We’ll look into the shortcode issue. In the meantime, add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .page-id-318 .dataTables_paginate.paging_simple_numbers {
        display: none;
    }

    Kind Regards,
    -Roch

    Thread Starter Gator8

    (@gator8)

    That worked. Thank you.

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please set it as resolved (it really helps us a lot!) and please consider showing your support by leaving us a review ??

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagination and player lists’ is closed to new replies.