• Resolved paviland

    (@paviland)


    Hi

    Since updating to 1.9.3.6, I have noticed that the references in the Bibliography tab in the above link now have extra spaces in them; they used to look similar to this:

    http://www.gowerbonecaves.org.uk/publications/669-2/

    Can you please tell me if there is a quick way to resolve.

    Many thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Roland Barker

    (@xnau)

    As far as I can tell from the page the plugin isn’t affecting the layout in any way.

    Thread Starter paviland

    (@paviland)

    Many thanks for looking at that. I have rolled back to Version 1.9.3.5 and all is OK once more. If you look at the Bibliography tab of ‘The page I need help with’; there are no large spaces between records and dates in this.

    When I viewed the page with Version 1.9.3.6 in Edge, Safari and Firefox and saw the same problem with all three so something seems different in how it displays the output from the shortcode I pasted into that RichText field.

    Can you please advise what I might try next.

    Plugin Author Roland Barker

    (@xnau)

    OK, I see. There was a new CSS rule that is affecting the layout…I didn’t know where to look at first.

    You can solve this one with a custom CSS rule. In the plugin settings under the Custom CSS tab, put this rule:

    .bibliography .textarea {
        white-space: inherit;
    }

    The basic reason is that textarea fields aren’t designed to display HTML, and you have a lot of HTML in there. This CSS rule will fix the layout for that particular field.

    Thread Starter paviland

    (@paviland)

    Perfect! All now resolved.
    Thanks you very much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘shortcode, paragraph’ is closed to new replies.