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

    (@printfriendly)

    No. Only on the last page

    Thread Starter weedesigncrew

    (@weedesigncrew)

    I managed to add the footer to all pages by creating a new div element that doesn’t show up on the website but shows only on the pdf iframe and the printed/downloaded file.

    This is the code in the HTML:

    <div class=”footer_pf”>Footer content here</div>

    This is the code in the Custom CSS of the plugin:

    pf-body .footer_pf {

    display: block;
    position: fixed !important;
    bottom: 0px;
    }

    This is the code in the CSS section of my wordpress theme:

    .footer_pf {
    display: none !important;
    }

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    Brilliant!

    You had to add extra padding to account for this right?

    Thread Starter weedesigncrew

    (@weedesigncrew)

    Yes, correct!!

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