Zen Cart is not Lego...Need to dig and search and sometimes program...
Flexible Footer Menu is a plugin. Check in the plugin instructions how to remove.How can I completely remove the footer menu? I've gone to Admin -> Tools -> Flexible Footer Menu, but it only lets me rearrange things. I can't see any way to just remove anything - menu items or the whole footer menu.
Do not think there is something in the Admin. You need to program...How do I remove links in the header? Eg. I don't want the 'Information' dropdown but I can't figure out how to get rid of it (apart from editing a file - cant' remember which one - and completely messing it up!) I presume there's something in the admin that allows me to do this stuff??
Names change in the menu:
includes/languages/english/extra_definitions/responsive_sheffield_blue/responsive_sheffield_blue_defines.php
Hiding "brands" or what ever:
includes/templates/responsive_sheffield_blue/templates/css/stylesheet.css
arround line 359:
.slimmenu li.brands-li{display:none;}
Needs to be done also for mobiles:
add this in stylesheet.css:
around line 362:
.slimmenu.collapsed li.brands-li{display:none;}
Then do what I did - I copied the code of "contact us" and programed a little...And one last thing - I want the 'About Us' header menu item to just go to define_about_us.php - I don't want a dropdown of text / images. Just a simple link to the page.
Bookmarks