Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I noticed with this template that when I activate the search header box it put it way at the top right corner but also in the side boxes. I have 2 questions. How do I bring the header bar that holds the home, login, and search links to below the header, and how do I eliminate the search box from the sidbox when the search header is activated? Thank you.
Since Kuroi is offline right now, I'll answer:)
These are both general Zen Cart questions, not specific to Future Zen. You would edit /includes/templates/future_zen/common/tpl_header.php, and move the code block marked by <!--bof-navigation display--> comments to the display order you want, most likely just after <!--eof-branding display-->.
The sidebox is a different item, and can be turned off in Tools > Layout Boxes Controller > sideboxes/search.php.
I have both the sidebox search on and the header and the search box is showing up 2 times in the side column. On is in a sidebox, the other just in the column. Not sure why.
As far as the coding goes, that you mentioned above. Where can I find that. This template only has a CSS Stylesheet. Thanks!
Also, I know this is a customization thing, but just to be sure that it has nothing to do with the template, I thought I would leave a post here. I am trying to make the site look like it's boxed in with a border all around it and above the header, but when I add the header with the border around the top and sides, the background image I have cuts the sides off instead of lining up. Do you have any suggestions on how to get it to line up? I also want to do this for the footer. Not sure the best way to go about it.
http://xcessorizeme.com/
Any file that does not already exist in a custom template can be copied from the /template_default/ version, using the same subfolder structure.
Your header background image is 1400px wide, but the site wrapper is only 70%, which comes to 706px on a 1024x768 monitor. Not everyone has a widescreen monitor!
The site is a different one.
http://xcessorizeme.com/
My Biggest problem is that extra search bar and the header problem I mentioned above.
Thank you.
That loose form in the right sidebar is named <form name="quick_find_header"; do you have the search header turned on for left/right as well as single column? That caused the same effect in my test installation.