• Resolved wellmelo

    (@wellmelo)


    Hello friend Wpkube, how are you?

    Thanks again, for your amazing plugin and support!

    When you can help me, I would like to better understand the code I’m using, I think there’s something wrong.

    I need to display in order of publication, most recent first. 4 columns and display only 8 authors.

    You are displaying 1 less author. If you set 8, 7 appears, if you set 9 you see 8. But you are eliminating the author with the most recent post.

    But when using [authors_list amount = “8”] it displays only 7, see printi:
    http://wellmelo.com/print01.jpg

    And delete 1 author who had the most recent publication, I will remove the code [authors_list amount = “8”], the author with the most recent publication appears, see: http://wellmelo.com/print02.jpg

    I put 360 days, because I don’t want it to disappear after a week (I don’t know if it’s right).

    See my code used:

    [authors_list style = “1” columns = “4” show_bio = “no” authors_list amount = “8” authors_list orderby = “post_date” latest_post_after = “360” show_count = “no” author_list after_title = “{alf: posts type = plain amount = 3} “authors_list after_title =” {alf: posts type = plain amount = 3} “authors_list exclude =” 4,14,15,16,22 “]

    I looked for a shortcut for donation, but I couldn’t find it. I would like to contribute with your work.

    Thank you in advance, I wish you a Merry Christmas, a hug from Brazil!

    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 @wellmelo

    You’re welcome and thank you.

    In the screenshot you sent I’m seeing some duplication, there’s after_title 2 times and on a few places in there where parameters are there’s authors_list.

    I cleaned it up a bit, can you copy/paste the code from below:

    [authors_list style="1" columns="4" show_bio="no" amount="8" orderby="post_date" latest_post_after="360" show_count="no" after_title="{alf:posts type=plain amount=3}" exclude="4,14,15,16,22"]

    I don’t think the issues I mentioned would cause it but it’s possible. Give it a try and let me know.

    If it’s not working out, can you remove the exclude parameter, maybe there’s a conflict there. So copy/paste the following. This is just for test purposes to figure out if the conflict is there so we know where in the code to look for the problem.

    [authors_list style="1" columns="4" show_bio="no" amount="8" orderby="post_date" latest_post_after="360" show_count="no" after_title="{alf:posts type=plain amount=3}"]

    If it’s still not working out, let’s try the simplest version:

    [authors_list amount="8"]

    These tests will give me valuable info on where to look for the issue, so let me know how it goes.

    As for the donation, thank you, much appreciated. We do not have a donation link at the moment, but will see with the plugin owner (WPKube) about setting that up.

    Thanks, Merry Christmas to you as well.

    Thread Starter wellmelo

    (@wellmelo)

    Hello friend, thanks for your quick response!

    Showing in print would be confusing, I recorded a video of just 4 minutes. Where I use the code you suggested.

    If you can watch to try to find the problem, I will be even more grateful!

    https://www.youtube.com/watch?v=VOdmeyKBmnI

    I need to exclude some authors because they are not part of the “Columnists”, just as the columnists cannot appear in the “bloggers” section.

    Thank you!

    Plugin Author WPKube

    (@wpkube)

    Hi @wellmelo

    That’s a weird issue.

    So the shortcode without the exclude showed even less, 6 instead of 8.

    And the simplest version of the shortcode, just the amount set to 8, shows 8 authors.

    Can you send an email to skustrimovic at gmail com (can’t share the full address due to spam bots but I’m sure you understood it). I want to send over a modified version of the plugin which will show some additional information that can be used to figure out what’s causing the problem.

    Thread Starter wellmelo

    (@wellmelo)

    Thank you very much, I sent the email with the title: “Show 8 authors is not working correctly”.

    Thank you for your great support !!

    Plugin Author WPKube

    (@wpkube)

    Hi @wellmelo

    You’re welcome.

    Just released the update.

    Thread Starter wellmelo

    (@wellmelo)

    Hi @wpkube

    It worked perfectly, thank you for your excellent work and support.

    Gratitude!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show 8 authors is not working correctly’ is closed to new replies.