Print button in K2

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
Fri Dec 06, 2013 6:09 pm
Reply with quote
Report this post
Hello,

I have a problem with "print" in k2 articles. When I tell to print the article, it opens a pop up with this article, but no way to print this article.
I'm using Joomla! 2.5 and template "shop and buy".
I searched on the web, but didn' t find a solution.

Could someone please help me ?
User avatar
Junior Boarder

GK User
Fri Dec 06, 2013 6:17 pm
Reply with quote
Report this post
Hi.
May I check it for you. Give me ~20 minutes.

By the way... print icon, in most cases, were not used by people.
People are lazy .. they prefer to use default Print from Browser menu.
User avatar
Platinum Boarder

GK User
Fri Dec 06, 2013 6:45 pm
Reply with quote
Report this post
Pawel F wrote:Hi.
May I check it for you. Give me ~20 minutes.

By the way... print icon, in most cases, were not used by people.
People are lazy .. they prefer to use default Print from Browser menu.


:D On the site, there are some lessons for cooking and it must be printable...
User avatar
Junior Boarder

GK User
Fri Dec 06, 2013 6:53 pm
Reply with quote
Report this post
ok, try this css code

Code: Select all
.itemPrintThisPage {
    border: 2px solid #008000;
    display: block !important;
    text-align: center;
    width: 140px;
}


add this code at the bottom of : templates/gk_shop_and_buy/css/system/print.css

then next time you should see green button "print me"
User avatar
Platinum Boarder

GK User
Fri Dec 06, 2013 7:30 pm
Reply with quote
Report this post
Pawel F wrote:ok, try this css code

Code: Select all
.itemPrintThisPage {
    border: 2px solid #008000;
    display: block !important;
    text-align: center;
    width: 140px;
}


add this code at the bottom of : templates/gk_shop_and_buy/css/system/print.css

then next time you should see green button "print me"


Ok, I try this as soon as possible and give you the feed back.
Thanks a lot for your help. ;)
User avatar
Junior Boarder

GK User
Sat Dec 07, 2013 12:21 am
Reply with quote
Report this post
creationszsw wrote:
Pawel F wrote:ok, try this css code

Code: Select all
.itemPrintThisPage {
    border: 2px solid #008000;
    display: block !important;
    text-align: center;
    width: 140px;
}


add this code at the bottom of : templates/gk_shop_and_buy/css/system/print.css

then next time you should see green button "print me"


Wonderfull !!! It's ok now, thank you very much !!

Ok, I try this as soon as possible and give you the feed back.
Thanks a lot for your help. ;)
User avatar
Junior Boarder