• Resolved tdlui

    (@tdluiamisola)


    Hi Author,

    We are using this plugin for quite a while and it is great, i would just like to ask on how to order the content, i am using your reserved css .print-only so i can include some custom fields in the print version however it is on top of the content of the post, i would like to ask if there is a way that i can insert those custom content on the bottom of the post instead.

    thank you in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    PrintFriendly can only display content in the hierarchy of the HTML.

    You could add the content below AND HIDE it from the @media screen view. Then it would still appear in PrintFriendly below but not in screen.

    Thread Starter tdlui

    (@tdluiamisola)

    yes, that is exactly what I thought! my custom content is at the bottom of the page, so it should also be at the bottom when printed, right? however, it is going on top of the page. that is weird. should I add two instances of .print-only? thank you for answering.

    • This reply was modified 7 years, 4 months ago by tdlui. Reason: spelling
    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    You may be displaying it on the screen at the bottom using absolute positioning?

    Yes, adding two instances is one way to solve. Use display:none on the second instance AND add the class=”print-yes” to the element.

    Thread Starter tdlui

    (@tdluiamisola)

    You may be displaying it on the screen at the bottom using absolute positioning?

    No, it is not positioned absolute.

    I will keep the “print-yes” in mind, I believe it is not listed on your documentation only the “print-only” etc.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Include content via CSS’ is closed to new replies.