missing print icon in joomla articles popup
Advanced and professional portal news Joomla template with community features and various content display layouts.
- GK User
- Sat Mar 24, 2012 10:34 pm
Ciao!
I have this problem with The world news template: if I decide to print a joomla article and I click on print icon, a new page with article view opens but no print icon or text "print" in it.
I know that file component.php is responsable for layout of this page but I am missing php code for getting print icon (or text) in that page. Someone can help me?
Thankyou very much. Milo
I have this problem with The world news template: if I decide to print a joomla article and I click on print icon, a new page with article view opens but no print icon or text "print" in it.
I know that file component.php is responsable for layout of this page but I am missing php code for getting print icon (or text) in that page. Someone can help me?
Thankyou very much. Milo
-
- Junior Boarder
- GK User
- Sun Mar 25, 2012 11:19 pm
Hi
Well... it's hidden and it's on purpose.
But if you want to use it, please open this file:
../css/system/print.css
and replace this code:
with
Cheers
Well... it's hidden and it's on purpose.
But if you want to use it, please open this file:
../css/system/print.css
and replace this code:
- Code: Select all
dt.article-info-term,
ul.actions { display: none; }
with
- Code: Select all
dt.article-info-term { display: none; }
ul.actions { display: block!important;list-style: none; position: absolute; right: 20px; top: 10px }
Cheers

-
- Platinum Boarder
- GK User
- Mon Mar 26, 2012 12:05 pm
Good, it works. Sorry but why is this possibility hidden?
Thanks again. Milo
Thanks again. Milo
-
- Junior Boarder
3 posts
• Page 1 of 1