I'm working on a website using the Ashley template and whenever I attempt to print a page, it prints at about 200% and cuts off the page. When I set the print dialog box to 50%, then it is OK. Is there some place I can fix this to print correctly? When I switch to the Clarity template it prints just fine.
For some reason I was not able to reply to your comment. That didn't work. http://216.172.183.78/~julzcom/index.php/pdf-file-management/option-1/list-of-files-in-a-category
- underwatercolours
- Commercial Templates
- Monday, 06 November 2017
- Subscribe via email
Hello
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
@media print {
a[href]:after {
content: none !important;
}
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thanks for the suggestion, but that didn't do it. I noticed this happens with the Ashley template on your demo server as well. Any other ideas?
- more than a month ago
- Commercial Templates
- # 2
Hello
Did the suggested CSS make any difference? It should remove all the URLs been appended to your links on print?
Ciarán
Did the suggested CSS make any difference? It should remove all the URLs been appended to your links on print?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
That problem got resolved, but the pages still get cut off when we print them. My client just informed me that they printed OK on a Windows computer, but on every Mac we tested the pages print at 200%.
- more than a month ago
- Commercial Templates
- # 4
Can anyone help? The pages still cut off when attempting to print on all Mac browsers. My client is making a big issue out of this and I really am hoping that I don't have to switch to a whole new template. I'm hoping a couple lines of code can fix this.
- more than a month ago
- Commercial Templates
- # 5
Hello
We are continue to be unable to access your site at the URL provided. We now receive a 'Server not found' error. If you can amend this issue, let us know and we will examine this issue further.
Ciarán
We are continue to be unable to access your site at the URL provided. We now receive a 'Server not found' error. If you can amend this issue, let us know and we will examine this issue further.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Hi Ciarán
Yes, Hostgator.com had some major server issues during the past two days. They are resolved now. Please take a look at this site: http://everroofsupport.com. When I attempt to print any pages, they all print at 200%.
The same thing happens with your demo of the Ashley template here: http://www.joomla51.com/demo/0130/. There is some kind of issue with this template.
Yes, Hostgator.com had some major server issues during the past two days. They are resolved now. Please take a look at this site: http://everroofsupport.com. When I attempt to print any pages, they all print at 200%.
The same thing happens with your demo of the Ashley template here: http://www.joomla51.com/demo/0130/. There is some kind of issue with this template.
- more than a month ago
- Commercial Templates
- # 7
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters..
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters..
@media print {
.wrapper960 {
width: 100% !important;
}
a[href]:after {
content: none !important;
}
.layerslideshow .info div {
background-color: white !important;
}
}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- 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 »