weedesigncrew
Forum Replies Created
-
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] FooterYes, correct!!
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] FooterI 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;
}Thank you, I solved the issue by looking at the css.
No, it doesn’t seem to happen. I can send you a link so that you can try it. I will need an email address where I can send you the login details. I don’t want them to be public.
https://www.plexusveterinaryimaging.com/my-clinic/list-of-reports/entry/277/
I managed to work around this with css.