• Resolved Jim

    (@mstriker)


    Hi, first of all, thanks for making this plugin. It’s quite useful.

    I’m having two issues, though. One is that the plugin displays half the number of citations that I specify with limit. So when I set limit=”10″, it was only showing 5. I set limit=”20″ to show 10, which is what I want.

    The other is that it numbers every citation as 1. I think this started with the recent update to version 4.2.

    You can see my site here: https://striz.net/library/

    And the full code I’m using is:

    [zotpress nickname=”Zotero” limit=”20″ content=”html” style=”nature”]

    Thanks.

    https://www.ads-software.com/extend/plugins/zotpress/

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

    (@kseaborn)

    Thanks for the reports. I’ve fixed the first issue and will release a bugfix soon.

    The second one seems to be on the Zotero side. To see what I mean, try copying this link and changing USERID and PRIVATEKEY to your information:

    https://api.zotero.org/users/USERID/items/top?key=PRIVATEKEY&content=bib&style=nature&limit=5

    The Zotero feed lists all entries as 1. You should let the Zotero folks know about this bug.

    Thread Starter Jim

    (@mstriker)

    Thanks, that solves the first issue, but it’s also printing the API request with my private key above the Zotero entries. Check my link above.

    Plugin Author Katie

    (@kseaborn)

    Yikes! I’ve fixed it in 4.2.2.

    Thread Starter Jim

    (@mstriker)

    Yep, fixed.

    I’m just wondering, is there a way to force the numbering, or disable it entirely for the time being, since the Zotero devs may not be as responsive as you. ??

    Plugin Author Katie

    (@kseaborn)

    There’s two options: If you’re willing to try a different citation style, many of the others aren’t numbered by default. Or, you can try styling it:

    .csl-left-margin { display: none !important; }

    This is an untested suggestion, but I think it should work. You can add it to your theme stylesheet and see how it works.

    Thread Starter Jim

    (@mstriker)

    Yep, it removes the numbers… and borks a lot of other stuff. I’ll be filing a bug report with Zotero.

    Thanks, though.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Zotpress] Limits and numbering issues’ is closed to new replies.