Hi,
How can i remove the colours where i can choose the colour for my template in the main menu?
regards
Peter
15 answers
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?
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
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 ??
Hi when i go to the catolog -- and catogoies, there isnot any catagoly called "colors"
can you help more?
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.
i did now
DId you find it out ?
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?
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
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
Ok plz try agian -- cos that works for me.
pizza-king.dk/index.php/admin
you have the info to acces.
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 toolsWith
$_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.
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
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?
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.
This question is now closed