Tools - Font/Screen sizer

GK User
Tue Nov 09, 2010 12:52 am
Looking at the docs there is supposed to be a tools module position. Is this for the font size/screen width link on the top right? There is no active module for that. I know I can remove it manually but was wondering if this is bug in the template or am I missing something?

Thanks
User avatar
Fresh Boarder

GK User
Tue Nov 09, 2010 8:57 am
it is no module, its a fixed position. you can be disabled from the template manager or add
Code: Select all
 #btn-tools { display:none }
in the overide.css and then enable it from the tpl mng
User avatar
Platinum Boarder

GK User
Tue Nov 09, 2010 3:07 pm
Where is it in the template manager? What is it labeled? I have everything disabled in the template manager and I still see the tools link.



I see this has been asked and answered a few times.

Thnaks
User avatar
Fresh Boarder

GK User
Tue Nov 09, 2010 4:40 pm
if you want to disable it totally you will need to add the code i pasted above..

to remove it only from some pages you can do a 1=disabled to disable it on frontpage. where 1 = the id



this is taken from the black and white template, but is the same for the sporter...
User avatar
Platinum Boarder

GK User
Tue Nov 09, 2010 5:46 pm
Thanks - can you just enable the font sizer?
User avatar
Fresh Boarder

GK User
Tue Nov 09, 2010 5:52 pm
add this insted to only hide the narrow and wide screen...

Code: Select all
#gk-tool-wide, #gk-tool-auto { display:none!important }
User avatar
Platinum Boarder

GK User
Fri Nov 12, 2010 8:45 am
hi! is it possible to change the color of the screen sizer from white to black?
thanx for help
alex
User avatar
Junior Boarder

GK User
Fri Nov 12, 2010 9:18 am
You can change the color of the imagefile tools.png.
You will find the file in templates/gk_blackandwhite/images/
Kind regards
User avatar
Senior Boarder

GK User
Fri Nov 12, 2010 10:24 am
no, I don´t want to change the tool.pngs in the blachandwhite template. I use sporter. the the default color of screen sizer (tools) is written in white color. this color I would change to white!
User avatar
Junior Boarder

GK User
Fri Nov 12, 2010 10:32 am
Ahhh...sorry - i thougt it was blackandwhite but it's still the same. In sporter the imagefile is in templates/gk_sporter/images/ and is called user-tools.png
kind regards
User avatar
Senior Boarder

GK User
Fri Nov 12, 2010 10:46 am
thanx!!! but I´m looking for the color of the written letters tools. I think it should be defined somewhere in the .css
User avatar
Junior Boarder

GK User
Fri Nov 12, 2010 11:17 am
Okay - you might want to look in gk_sporter/CSS/template.css in line 77
#gk-top a { color: #fff; font-size: 11px; }

I hope i understand you this time :-)
Kind regards
User avatar
Senior Boarder

GK User
Fri Nov 12, 2010 11:39 am
yes,yes yes that was it;-)

thanx
User avatar
Junior Boarder


cron