Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@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 xnau webdesign

    (@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.