• Resolved sicilybambolina

    (@sicilybambolina)


    Hi,

    ever since the latest update, “Ellipses” no longer accepts HTML entities such as “<br>”.

    Can you fix this, please?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author skustrimovic

    (@skustrimovic)

    Part of the security fix we needed to make, but maybe we could have made it so it allows some specific HTML tags that don’t pose a security issue. We’ll look into that.

    But instead of a break tag, you can make it go into it’s own line with a bit of CSS. Add this in WP admin > Appearance > Customize > Additional CSS:

    .read-more { display: block; }
    Thread Starter sicilybambolina

    (@sicilybambolina)

    And “text-align:left;” works, too…
    This does it for me – thank you! 🙂

    Plugin Author skustrimovic

    (@skustrimovic)

    You’re welcome 🙂

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

You must be logged in to reply to this topic.