• Hi,
    I’m testing ACF Medium Editor Field ,
    for a single line text , it works great ! Terrific, exactly what I need, thanks a lot.
    But for multi-paragraph and bullet points, I have Issues:
    1/

    • : it works fine, they are inserted in html source , but .. the bullets are not displayed in ACF box. Just an identation and an extra line-height. is there something wrong ?
      This is coming from a “ul {
      list-style: none;
      }
      ” in a file called ‘common.min.css’ , not sure if it’s yours ?

      2/ When converting WYSIG Editor fields to Medium_text, with exiting paragraphs, all paragraphs are broken : the <p> tags are being removed, even with DisableReturn being unchecked.
      If hit <Return> again in editor , it creates paragraphs normally. Only the conversion is failing.

      Thanks
      Please let me know if it’s more usefull to reports issues here or on github

    • This topic was modified 5 years, 5 months ago by arnolp. Reason: more precise title
    • This topic was modified 5 years, 5 months ago by arnolp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Huebner

    (@hube2)

    I have just pushed a new version that attempts to correct list formatting. The issue is that the default WP styling of lists in the admin is no list style type. I have added some basic styling.

    As far as the second issue, not sure I can fix this. WYSIWYG fields store data in the DB in a different way. They work the same way as the WP classic editor. <p> and <br> tags are not stored in the DB and wpautop() is used to format the content. This field stores these tags. Conversion from a WYSIWYG field to a medium field is not something that I can help with. The main issue would be knowing when to apply any conversion to the value. I’m up for suggestions here if anyone has any and I’ll think about it some more, but at this time I don’t see a way to automatically apply a change like this in a consistent manner that will not break existing medium editors.

    Thread Starter arnolp

    (@arnolp)

    Hi John,
    thank you very much for quick reply and deploy !
    First issue : Perfect, ‘disc’ symbol is now displayed for li
    Second issue : well, I understand. I guess I don’t change type every day, so it’s a one-shot job to reedit all fields, not such a big deal, thanks anyway for investigating.

    – Arnaud

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘UL/LI not displayed + “p” not converted’ is closed to new replies.