Are you using a standard template (and therefore template header) or are you using a customised header?
Are you using a standard template (and therefore template header) or are you using a customised header?
Seeing your site live is the best way for us to be sure of what you are using and how best to advise you.
HI gjh42,
Here is a link to the cart.
http://devilslakeyachtclub.com/DLYC/...ain_page=login
What I am looking to remove is the shopping cart, Checkout, and the search box and word search from the page through out the cart. There will not be any products or checking out so I want them gone to alleviate confusion and people from playing.
Thanks for time
Mark![]()
The quickest way - without having to remove code - is to just add this to the bottom of your stylesheet, at: includes/templates/twist_of_nature/css/stylesheet.css
#navMainWrapper {display:none;}
20 years a Zencart User
Hi schoolboy,
Thanks for the reply. This line worked great but it removed all the links including the home page link. You can only use the browser back button to get back to home you can not get their by a page link. Pages 2 - 7 from the side box menu work ok but not back to home.
I don't know if you care to look, but I have posted another question on this same cart and the back buttons on the easy pages going to the calendar, I installed this module and the module seems to work fine but with this one little glitch. If you have an idea on this one I appreciate the input
Thanks for the help.
Mark![]()
If you want part of that navbar to show, you will have to edit /includes/templates/your_template/common/tpl_header.php. Find the section that includes this (there will be PHP code in among this too):Delete the <li> lines that contain links you don't want, as well as any PHP code relating to them. Do one at a time and keep backups in case you make a mistake.Code:<div id="navMainWrapper"> <div id="navMain"> <ul class="back"> <li><a href="http://devilslakeyachtclub.com/DLYC/DLYCcart/"> Home</a></li> <li><a href="http://devilslakeyachtclub.com/DLYC/DLYCcart/index.php?main_page=login&zenid=cf2b272f4c291f50b675d959738a0c4c">Log In</a></li> <li><a href="http://devilslakeyachtclub.com/DLYC/DLYCcart/index.php?main_page=shopping_cart&zenid=cf2b272f4c291f50b675d959738a0c4c">Shopping Cart</a></li> <li><a href="http://devilslakeyachtclub.com/DLYC/DLYCcart/index.php?main_page=checkout_shipping&zenid=cf2b272f4c291f50b675d959738a0c4c">Checkout</a></li> </ul> </div>
HI jgh42,
Thank you for the reply. I will give this a shot. Part of the time I can figure these adjustments out. Most of the battle is figuring out what file need to be edited to produce the results. (LOL)
Thanks you again,
Mark![]()