Disable Font Size (k2 article)

October 08 Joomla Templates
GK User
Sun Jan 08, 2012 2:36 pm
Hello Guys

Where can I disable the Font Size info in the header of k2 articels?

Thx and best rgds

Roger
User avatar
Junior Boarder

GK User
Sun Jan 08, 2012 3:26 pm
User avatar
Platinum Boarder

GK User
Sun Jan 08, 2012 3:41 pm
Hello

Thx for quick help, but I mean the font size "entry" just next to the date/time info. In the same line as author, print, e-mail functions.

Any ideas?

Best rgds

Roger
User avatar
Junior Boarder

GK User
Mon Jan 09, 2012 6:55 am
I don't see it, also the The News template doesn't support K2!
User avatar
Platinum Boarder

GK User
Mon Jan 09, 2012 1:14 pm
Dear Don

Many thx for your answer.

I AM REALLY SORRY - COULD YOU MOVE THIS WHOLE THREAD TO "MY WORLD NEWS II"!!!!

Well, I have a link for you. At the moment I have the german version running of K2.

Link (Article View): http://luxvisor.com/joomla/index.php/ho ... ra-bei-lhw

The word "Schriftgrösse" (Font Size) and the symbols "+/-" just below the title should be removed. The background story of this is, that with the german language file, this line is to long and is now splitted into 2 lines. This is not really good. See in the link. Maybe you have any other ideas.

Best rgds

Roger
User avatar
Junior Boarder

GK User
Mon Jan 09, 2012 3:59 pm
Hi Roger,

Open this file: \templates\gk_twn2\html\com_k2\templates\default\item.php

Find this code to remove which generates the font tool buttons:
Code: Select all
 <!-- Font Resizer -->
                          
                           <li>
                                 <span class="itemTextResizerTitle"><?php echo JText::_('K2_FONT_SIZE'); ?></span>
                                 <a href="#" id="fontDecrease">
                                       <span><?php echo JText::_('K2_DECREASE_FONT_SIZE'); ?></span>
                                       <img src="components/com_k2/images/system/blank.gif" alt="<?php echo JText::_('K2_DECREASE_FONT_SIZE'); ?>" />
                                 </a>
                                 <a href="#" id="fontIncrease">
                                       <span><?php echo JText::_('K2_INCREASE_FONT_SIZE'); ?></span>
                                       <img src="components/com_k2/images/system/blank.gif" alt="<?php echo JText::_('K2_INCREASE_FONT_SIZE'); ?>" />
                                 </a>
                           </li>
User avatar
Platinum Boarder

GK User
Mon Jan 09, 2012 9:01 pm
Hello

Thank you very much! Solved!

Best rgds

Roger
User avatar
Junior Boarder

GK User
Tue Jan 10, 2012 9:14 am
You are most welcome, Roger. Feel free to let me know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron