How to remove the menu colours

Hi,

How can i remove the colours where i can choose the colour for my template in the main menu?

regards

Peter

15 answers

Profile photo of tomc 0.00 $tone September 2, 2011
Public

Hi,

How can i remove the colours where i can choose the colour for my template in the main menu?

regards

Peter

Hi Peter:

You’re kind of asking two conflicting questions here . . . . .

How do you "remove" the colors ?? . . . Do you mean how do you change the color theme for your template?

#1
Profile photo of tomc 0.00 $tone September 2, 2011
Public

Hi

I mean in the main nav bar there is a menu called colours . I want to remove that , so no one can change the colour.

but how to do that and where

regards

Peter

Ahhhhhh … that is VERY simple. You simply go to your Menu Manager (within your site Administration Backend) and disable/unpublish -- or trash altogether -- the "Colours" menu item in that menu.

Make sense ??

#3
Profile photo of tomc 0.00 $tone September 2, 2011
Public

Hi when i go to the catolog -- and catogoies, there isnot any catagoly called "colors"

can you help more?

If you can provide me temporary access to your Admin Backend, I will take a look.

You can PM me the info.

#5
Profile photo of tomc 0.00 $tone September 3, 2011
Public

DId you find it out ?

Okay, first of all … I have to apologize for not cluing in from the start that this is a JA MAGENTO template, not Joomla . . .
sorry about that.

Regardless, when I try to bring up your site url, there seems to be some errors preventing the main menu navigation from displaying -- so I cannot see where the "colors" menu item is even displaying. I looked within your categories section within your Admin Dashboard -- but I do not see a menu/category/root catalog item "colors" in the list.

So, I guess I am a little confused about what you are seeing as opposed to what I am seeing.

Just in case, for some reason, I’m getting the url for you site wrong, can you share it here?

#8
Profile photo of Peter Jeeva 0.00 $tone September 3, 2011
Public

Hi Tom

Plz try the same url agian

pizza-king.dk its works now.

I think we have to do something in the top.phtml
in
/public_html/app/design/frontend/default/jm_bistro/template/catalog/navigation

But i cant find the place

#9
Profile photo of tomc 0.00 $tone September 3, 2011
Public

Strange, now I cannot seem to access your admin panel. I get the following error message:

There has been an error processing your request Exception printing is disabled by default for security reasons.
Error log record number: 1011305144869

#10
Profile photo of tomc 0.00 $tone September 6, 2011
Public

I wanted to give my fellow Support Team Member, Chavan, the proper credit for his solution to this issue . . .

Go to this File: /app/design/frontend/default/jm_bistro/template/page/ja_vars.php

Find this Code and replace it
$_params->set(‘usertool_color’, 4); //0: disable, 4: show colors tools

With

$_params->set(‘usertool_color’, 0); //0: disable, 4: show colors tools

Then clean magento cache. you will see the difference.

Thanks for contacting us
Regards
Chavan

GREAT JOB, Chavan !!

Peter … Please let us know if Chavan’s solution worked for you.

#12
Profile photo of Urszula Dziki 0.00 $tone October 14, 2011
Public

Hello Peter,

Have you found the anwser can you share it ? I cannot work it out. I tried everything from other tutorials changed ja_vars.php to 0 etc but nothing works. I went to navigation folder and looked at top.phtml but cannot find it πŸ™

I found code in top.phtml but it is not the right code I tested billion of times to change even title to see if it works and still nothing. NO idea where the menu coming from

<?php if ( $tmpTools->getParam("usertool_color", ‘4’) == "4" ) : ?>

<li class="level0 parent" >

<a onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" href="#"><span>Colors</span></a>

<?php echo $tmpTools->genToolMenu ($tmpTools->getParam(‘usertool_color’),’txt’); ?>

</li>

<?php endif; ?>

Can you help ?

or anyone can help plz

#13
Profile photo of tomc 0.00 $tone October 14, 2011
Public

Hello Peter,

Have you found the anwser can you share it ? I cannot work it out. I tried everything from other tutorials changed ja_vars.php to 0 etc but nothing works. I went to navigation folder and looked at top.phtml but cannot find it πŸ™

Can you help ?

or anyone can help plz

Did you try Chavan’s solution -- which I quoted above?

#14
Profile photo of Urszula Dziki 0.00 $tone October 14, 2011
Public

Hello Tom,

thank you for replay

Yes I did. This solution only allowed me not to have option from menu. Menu still was visible and still there. The only difference was I wasn’t able to click on it and chose colours. But menu item was there.

I think I dobule posted as I noticed that this topic was closed after posting. So sorry for that.

But I am a bit in limbo after hours of trying. I found the code in top.phtml but it does not really work either.

πŸ™

I think I will reinstall again. sometimes things go wrong during installation. No idea now.

#15

This question is now closed

Written By

Comments