Remove the Breadcrumb and Font Size Option?

GK User
Sun Nov 07, 2010 1:49 am
Ho do I remove the breadcrumb and font size option?
User avatar
Junior Boarder

GK User
Mon Nov 08, 2010 8:43 am
breadcrum is a module which you can disable, and the font size is the tools, you can disable the tools in the template manager...

for disable font resizer for all pages add this to overide.css and enable override in the developer of the template manager

Code: Select all
gk-tools { display:none }
User avatar
Platinum Boarder

GK User
Mon Nov 08, 2010 8:46 am
forgot something there

Code: Select all
#gk-tools { display:none }
User avatar
Platinum Boarder

GK User
Wed Nov 10, 2010 6:04 pm
i also want to get rid of the font resizer....

i added to the .override.css but cannot find anything in the template manager to disable it.

can you point me in the right direction please?

thanks
User avatar
Expert Boarder

GK User
Fri Nov 12, 2010 12:37 pm
obviously i am missing the obvious but..... I want to get rid of the font size option. I trid the suggestion but can find the option

can somebody help?
User avatar
Expert Boarder

teitbite
Fri Nov 12, 2010 4:09 pm
Hi

Code: Select all
#gk-tools { display:none }


It works, believe me :)
User avatar
Moderator

GK User
Fri Nov 12, 2010 7:53 pm
I can see the code, it is the same as explodedk gave.

As mentioned, I have added it to the override.css and uploaded it but it makes NO difference.

In refference to what explodedk saud about the template manager..... I cannot find anything in the template manager to disable it.

Please Help
User avatar
Expert Boarder

GK User
Sat Nov 13, 2010 10:02 am
***Edit ***

I wrote some instructions then realised you were approaching it a better way than me anyway.

Use override.css:
For all developer users that make changes in template style, now there a file were you can place them. So,
we recommend that you don?t change any core css file and add the modified template CSS classes on /css/
override.css file. All this classes that you add on will override the default ones.
Importante! For these changes take effect, you must activate the phpless parameter.

as long as phpless parameter is going then #gk-tools display:none; should work.
User avatar
Fresh Boarder

GK User
Sat Nov 13, 2010 12:28 pm
am so confused... granted I am not as awake as normal as I have become a father for first time 2 weeks ago, so sleep is a problem at the moment! ha!

I just cant seem to find where to disable the font resizer in the template manager. can somebody just point me in that direction please!

I realise that the advice given is all good (and am greatful for the responces) but for some reason I just cant get on the wavelength at the moment :unsure:
thanks and sorry for not getting it!
User avatar
Expert Boarder

GK User
Sun Nov 14, 2010 8:00 am
amritzfitz follow this

Open the /css/override.css and add #gk-tools { display:none } to this file and save

Then go to the template manager > click on the DEV button and activate Use override.css

This will deactivate the tools. Breadcrumbs are deactivated by unpublishing the breadcrumbs module.

HOWEVER - the container is still there.

Go to css/template.css and comment out line 55
User avatar
Expert Boarder

GK User
Sun Nov 14, 2010 10:40 am
Thank you yerg for managing to explain it to me in a way that my tired brain understood at this time :laugh: !!

After reading your explanation i understood what explodedk said about enabling override in the developer of the template manager... I just had a mental block about where that option was!! :blush: :S

Thank you to EVERYONE that replied. Great support as always on this board

:)
User avatar
Expert Boarder

GK User
Mon Jan 24, 2011 1:50 pm
Which line is 55? In my editor Line 55 is Author: J.o.o.m solutions.
Thanks
User avatar
Fresh Boarder

teitbite
Tue Jan 25, 2011 9:36 pm
Hi

To what post is Your question refering to ? I do not see an advice about line 55 anywhere, so I cannot tell You in which file to look for.
User avatar
Moderator


cron