Font resizer in content page

GK User
Sat Jun 25, 2011 9:34 am
Is there any switch for the Font-Resizer Line on the content Page?

Or others.... how can i hide this Font-Resizer line?

Thanks
A.B.
User avatar
Fresh Boarder

GK User
Sat Jun 25, 2011 11:11 am
Hi

Go to Coffee template parameters > Features > Customize tools for page and add this line on the textarea:
Code: Select all
com_content=disabled


Cheers
User avatar
Platinum Boarder

GK User
Sat Jun 25, 2011 4:42 pm
Great it work. .... but i see, that in k2 elements the resizer line already exist.
Do you have a solution also for k2 items?

Thank you...

Best
A.b.
User avatar
Fresh Boarder

GK User
Thu Jul 07, 2011 11:23 am
Sorry, but one Prolbem exist.

How can i disable the tripple "A" in Content from K2?

Do i have to fix it in an php-script or is there a switch too?

Thanks for Info

Andi
User avatar
Fresh Boarder

teitbite
Fri Jul 08, 2011 1:18 pm
Hi

Please add this to css:

Code: Select all
#gk-tools {
    display: none;
}
User avatar
Moderator

GK User
Sat Jul 09, 2011 7:37 am
it work!... great.

thank you.

Regards
Andi
User avatar
Fresh Boarder

GK User
Sun Jul 10, 2011 4:31 pm
teitbite wrote:Hi

Please add this to css:

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


or ;)

Code: Select all
com_k2=disabled


Mate, there's no need to remove tools by css.
You just need to see the component name and reflect on Custom tools parameter.
User avatar
Platinum Boarder


cron