• Resolved theologyethics

    (@theologyethics)


    Delighted to discover Zotpress and think I’ve got hang of shortcodes. Wondering how the format (font, line spacing etc) can be changed and what determines its appearance eg why when I added abstracts they came out double-spaced whereas titles were single-spaced. Appreciate any guidance on this. Thanks. Andrew.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter theologyethics

    (@theologyethics)

    PS – Tried putting the text of abstract into note for record to see if using notes in Zotpress instead of abstract worked better but only got standard bibliography. How should notes appear and do I need to do something more? Thanks.

    Plugin Author Katie

    (@kseaborn)

    Citations are styled based on the style guidelines on the Zotero side and passed over into Zotpress with inline styles. You can override these with CSS classes and make use of the !important keyword.

    You have to allow your notes to be public through your Zotero website account (in the the API settings, I believe). You may also have to manually re-sync on the Accounts page.

    Thread Starter theologyethics

    (@theologyethics)

    Thanks for such a swift reply. I feared this might involve CSS about which I know very little – is there anything that will help me understand what it means to “override these with CSS classes”?

    Is that on WP (where https://en.support.wordpress.com/custom-design/editing-css/ may help me I guess) or given you say it is based on the style guidelines on Zotero is it something I need to change there (is https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step what I need to get into?).

    Will look into making notes public and see if that helps with the other problem.

    Really grateful for your advice and the plugin. Thanks.

    Plugin Author Katie

    (@kseaborn)

    I don’t know of a quick start guide, but the line-height modification is relatively painless. The CSS is modified within your WP install, particularly the theme. If you’re not super comfortable modifying your theme, I would install a WP plugin that lets you add custom CSS. Then I would try this CSS:

    .zp-Zotpress .zp-Entry .csl-bib-body {
    line-height: 1.25;
    }

    Change line-height number as needed. You might have to add the keyword I mentioned:

    .zp-Zotpress .zp-Entry .csl-bib-body {
    line-height: 1.25 !important;
    }

    I am trying to increase line spacing on a publication list on wordpress using Zotpress. I tried the CSS code above, but it hasn’t worked. Is there any further advice anyone could offer? Thanks.

    Plugin Author Katie

    (@kseaborn)

    Make sure you have the !important keyword on every line. If you know the classes or ID of parent elements, include those in the selector. The more specific the better.

    guillermovargasquisoboni

    (@guillermovargasquisoboni)

    malariaproject: I had trouble making this change work on my own child theme, but I finally did with jetpack plugin, and it works. I conclude that something may be wrong at the child theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Zotpress bibliography output’ is closed to new replies.