Remove Tools

GK User
Wed Oct 06, 2010 1:18 am
Hello,

how to remove the function Tools?
Cordially :)
User avatar
Junior Boarder

teitbite
Thu Oct 07, 2010 3:47 pm
Hi

Please see template configuration division Features.
User avatar
Moderator

GK User
Fri Oct 08, 2010 12:18 am
Thanks you, it's good ;)
User avatar
Junior Boarder

GK User
Fri Oct 08, 2010 2:19 pm
Am i the only one that can't find "tools" under features, or did designers forget to it?
User avatar
Senior Boarder

GK User
Fri Oct 08, 2010 2:46 pm
neither... it's changed ... in features, theres a customize tools page,

add this : 1=disabled
User avatar
Platinum Boarder

teitbite
Sat Oct 09, 2010 12:26 am
Hi

Och. Sorry. I didn't noticed this change at all ;/

Thanks Explodedk.
User avatar
Moderator

GK User
Sun Oct 10, 2010 1:09 pm
add this : 1=disabled


Ok i added it it disabled in front. But when i enter k2 item and categories, it stands still.
User avatar
Senior Boarder

GK User
Sun Oct 10, 2010 7:23 pm
enable override.css in the developer tab, and add this to override.css

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

GK User
Wed Oct 13, 2010 5:40 am
If you don't feel like hacking the CSS, just add a line for each component you've used in your website.

Example: I've used K2, a register and user page, and a contact form.

So add the following to the Customize Tools for Page:
Code: Select all
1=disabled
com_k2=disabled
com_contact=disabled
com_user=disabled


If you're not sure of what the component will be called, go to the components folder and look at all the com_xxxxxx folders.

Hope this helps. :)
User avatar
Expert Boarder

GK User
Thu Oct 28, 2010 3:12 pm
Don't work for virtuemart and simple article...
Why ?
User avatar
Gold Boarder

GK User
Sat Dec 18, 2010 12:48 pm
#btn-tools { display:none }

It seems that this code is not working. I have added it on the override.css but the "Tool" is still there. We want to remove "tool" and use the module position for another menu.

here is our website.

www.enilecruises.com
User avatar
Junior Boarder

GK User
Sat Dec 18, 2010 1:10 pm
If you don't want to used at all, try like this:

Code: Select all
a#btn-tools { display:none }


Also, please enable override.css file on template parameters.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Dec 18, 2010 1:25 pm
sorry for this. Anyway can you tell me where/how to enable override.css file on template parameters? Still learning.
User avatar
Junior Boarder

GK User
Sat Dec 18, 2010 1:31 pm
Anyway, I have enabled it thanks. Also if possible on your new template please make the "Tool" module position a module position that can be use for all module so as we can put custom menus on that. It would be a great help.

Thanks
User avatar
Junior Boarder

GK User
Sat Dec 18, 2010 2:02 pm
seichinha, why the a before # ?
User avatar
Platinum Boarder

GK User
Sat Dec 18, 2010 2:15 pm
explodedk wrote:seichinha, why the a before # ?


This way you are being more specific.
Where is this element?
Inside of a link, right. ;)
User avatar
Platinum Boarder

teitbite
Mon Dec 20, 2010 2:25 am
123EgyptTours wrote:Anyway, I have enabled it thanks. Also if possible on your new template please make the "Tool" module position a module position that can be use for all module so as we can put custom menus on that. It would be a great help.

Thanks


Hi

Adding new position is considered as custiomization, but You can search the forum on how to make it Yourself.
User avatar
Moderator


cron