How to print only one item

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 23, 2013 9:41 pm
Reply with quote
Report this post
Hope you all Joomla geeks can help me with this simple task. My site: www.mittspania.com is a netmagazine and have hundreds of items = articles. I use K2
I hope to find a solution to help my readers to be able to print out one specific article. When I try, I get everything on that page sent to the printer. What I want is only the selected item. If I can choose also to not print pictures it would be great.

I have seen this function on many sites, but in my template I cannot find the solution.

Please help
User avatar
Expert Boarder

GK User
Tue Apr 23, 2013 10:19 pm
Reply with quote
Report this post
Hi, hmm. Sure this could be a small problem, but not for Joomla geeks.

1) Have you tried : Phoca PDF (http://www.phoca.cz/phocapdf) and check it's settings (component/plugin)
2) You have to disable them using CSS in print preview.
Just check all unnecessary ID or CLASS'es and make them invisible using "display:none;" in css for print I mean: /gk_news/components/com_k2/css/k2.print.css
User avatar
Platinum Boarder

GK User
Tue Apr 23, 2013 10:23 pm
Reply with quote
Report this post
p.s.
If you don't need images add this small line into css file which I suggested before
Code: Select all
article.itemView img { display: none !important; visibility:hidden;}
User avatar
Platinum Boarder

GK User
Tue Apr 23, 2013 10:28 pm
Reply with quote
Report this post
Will test this at once. TnX
User avatar
Expert Boarder


cron