• hi @wpkube , i’m trying to implement the HTML code you given in another ticket titled “Pagination” : [authors_list amount=”4″ pagination=”yes”]. as you can see in the website page link that i gave to you, i only have 3 authors. but i have tried to check if I have more than 4 authors, it show 4 authors per page, however, i don’t see any right / left arrow or next / previous page or page 1 2 3 to slide the author lists (if I have more than 4 authors)
    can you help me to solve this?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @petners

    Try adding the only_authors set to no to the shortcode, so the full shortcode will be:

    [authors_list amount="4" pagination="yes" only_authors="no"]

    Thread Starter petners

    (@petners)

    thankyou, i will try this solution!

    Thread Starter petners

    (@petners)

    hi @wpkube , i’m trying to put your code but unfortunately it does not change anything.

    example i have 6 authors
    i’m trying to put [authors_list amount=”4″ pagination=”yes” only_authors=”no”]
    –> result : same with [authors_list amount=”4″ pagination=”yes”] , no slider, 2 other authors other than 4 authors disappear .

    if I try to put [authors_list pagination=”yes” only_authors=”no”], the result –> it shows 6 authors displayed as follows: 4 authors in upper part, 2 authors in placed under the 4 authors. so this setting has no slider either. it display all 6 authors.

    the codes are not working for me, i’m really sorry. can you help me?

    Plugin Author WPKube

    (@wpkube)

    Hi @petners

    You mentioned a slider. The pagination is not a slider, it’s a regular “1,2,3…” pagination which shows up below the authors.

    Let’s test if the pagination is functional, try this simplest approach:

    [authors_list amount="1" pagination="yes"]

    It should show 1 author and then below should be “1,2,3…” pagination elements.

    Thread Starter petners

    (@petners)

    i tried your approach and the pagination appears. but i’m so confused, currently i have 3 authors, using this code [authors_list amount=”1″ pagination=”yes”], the pagination that appears only 1 and 2 (supposedly 3 because i have 3 authors). so one of my authors is missing whenever I tried this code. i wonder why, please kindly help. thankyou!

    Plugin Author WPKube

    (@wpkube)

    Hi @petners

    And if you switch it to [authors_list amount="3"] it shows 3 authors?

    Or does it show 2 authors? In which case the pagination itself is fine.

    But let’s go back a bit.

    How many authors in total do you have? Not how many are shown by the plugin, how many do you have?

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