how do I delete this line? I have to open that file?

GK User
Tue May 24, 2011 8:37 pm
how do I delete this line? I have to open that file?

<div id="gk-top-nav" class="clear gk-mass clearfix">
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 9:02 pm
Go to templates/gk_pixellove/layouts/blocks and you will find that in :
1. main.php - at line 80
2. main.right.php - at line 80

You will need some kind of text editor to open that file!
User avatar
Senior Boarder

GK User
Tue May 24, 2011 9:14 pm
tank you and how do i delete this line: <a class="tools_size_btn" title="incrementa grandezza carattere" id="gk-tool-increase" onclick="switchFontSize('gk_pixellove_gk_font','inc'); return false;">A+</a>
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 9:18 pm
I guess you want to remove font resizer icons, right? Three A- A A+ ? If so you can do that in joomla backend.
User avatar
Senior Boarder

GK User
Tue May 24, 2011 9:20 pm
how can do?
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 9:30 pm
Go to K2 Categories - (Parameters on the right) Item view options - Font resizer set to Hide on every category.
User avatar
Senior Boarder

GK User
Tue May 24, 2011 9:39 pm
not in k2 categories, see the page: http://www.exego.it/site/index.php?opti ... &Itemid=27

I want to remove the font so the text can climb higher and then begin the article above. But misses k2 categories because this is not an article of joomla k2

help me!
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 9:50 pm
Go to template folder/layouts/blocks/main.php and on line 89-93 remove:

<?php if($this->getTools()) : ?>
<div id="gk-tools">
<?php $this->loadBlock('usertools/tools') ?>
</div>
<?php endif; ?>
User avatar
Senior Boarder

GK User
Tue May 24, 2011 9:55 pm
perfect tank you!

one last thing and then do not bother you more, you can start the text at the top because I wanted to remove these lines to make sure that the text begins higher
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 10:03 pm
You can have 20px higher if you change #gk-contentwrap in template css. Line 57 change from:

#gk-contentwrap { padding: 20px; overflow: hidden; }

to

#gk-contentwrap {
overflow: hidden;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
User avatar
Senior Boarder

GK User
Tue May 24, 2011 10:09 pm
tank you very much!!!!!!!!
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 10:11 pm
sorry but I see that here also use the Kunena but how come my site in Kunena not working is BBCode? If the template that is in conflict?
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 10:15 pm
That you must ask template providers or try to Google it. I'm not part of Gavick team. ;)
User avatar
Senior Boarder

GK User
Tue May 24, 2011 10:20 pm
ah ok sorry, but the case may depend on what you know you can not see the bbcode forum
User avatar
Fresh Boarder


cron