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

    (@johncadams)

    Refer to this document on how to adjust the algorithm: https://www.formatdynamics.com/cpconfig

    Thread Starter Anna Mulé

    (@annamule)

    Thank you, but could you be more specific on what line I should edit? What specifically am I looking for? I’m not a developer…

    Plugin Author johncadams

    (@johncadams)

    Looking at that page if you change the element:
    <div class=”post_content”>

    to include the cleanprint-include class name it will correct your problem:
    <div class=”post_content cleanprint-include”>

    Not knowing your WordPress skill level and what plug-ins and themes you are using I cannot give you more information. You can also introduce a new element that wraps the children of the post_content div as such:

    <div class=”post_content”>
    <div class=”cleanprint-include”>

    </div>
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cutting off text’ is closed to new replies.