I am using Bianca template and when I try to print article to pdf it shows the print button and 2 huge icons for created date and admin. Its clearly a bug as in other templates the pdf print is as expected. I really need a fix for this problem urgently.
See here and try to print tp pdf:
https://www.sproutstory.co/en/b2b-crm/29-proposals/117-proposal-for-prospect-a
Hello
We have just updated the template resolving this issue. Updating your template to the latest download should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
If the issue persists after updating, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
We have just updated the template resolving this issue. Updating your template to the latest download should resolve this issue for you. For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template
If the issue persists after updating, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Thankyou for your quick resolution. Does updating the template affect the custom css and template overides?
- more than a month ago
- Commercial Templates
- # 2
Hello
An update will affect any files changed in the template folder (../templates/[YourTemplate]). If you wish to make the update manually without updating the template, replace the contents of your templates print.css (../templates/[YourTemplate]/css/print.css) with the following...
Ciaran
An update will affect any files changed in the template folder (../templates/[YourTemplate]). If you wish to make the update manually without updating the template, replace the contents of your templates print.css (../templates/[YourTemplate]/css/print.css) with the following...
body {
padding:20px;
}
a {
color:#0088CC;
}
.contentpane img {
margin:10px !important;
}
.j51-inline-icon svg {
display: inline-block;
font-size: inherit;
height: 1em;
overflow: visible;
vertical-align: -0.125em;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
This worked and solved the issues of the huge icons. However on the printed document if prints the 'Print' button and shows the url of the document. What is the fix for these issues please?
- more than a month ago
- Commercial Templates
- # 4
Both the button ans url should not be printed as they are in the attached screenshot
- more than a month ago
- Commercial Templates
- # 6
Hello
To amend you can add the following to the end of your templates print.css (../templates/[YourTemplate]/css/print.css)...
Ciaran
To amend you can add the following to the end of your templates print.css (../templates/[YourTemplate]/css/print.css)...
@media print {
.hidden-print {
display: none !important;
}
}
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Since a Joomla update I thin the following icons have now dissapaered from articles:
Email
Print
Please see link for example, thanks
Please see link for example, thanks
- more than a month ago
- Commercial Templates
- # 8
Hello
Have you since resolved this issue? Icons for both article email and print appear to be displaying without issue.
Ciaran
Have you since resolved this issue? Icons for both article email and print appear to be displaying without issue.
Ciaran
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »