Hello!
a. How do I add my store logo along on the very left side beside the menu STORE and make all tabs proportion..
b. how to change the main table from gray to blue?
thankz!
http://latter.com/index.php
the logo is: http://latter.com/includes/templates...equipments.gif
Jade/Jet -
Apple Zen I say. Pretty nifty template you have created and are sharing with the Zen community. Very nice.
Wondering about the horizontal dropdown menu component(s) in the header of your template. Would this be available in a separate mod/package which could be placed in the header of any other ZC 1.3x shop (based on template_default css template). I created my own basic stripped down template in Zen cart 1.37 (based on template_default) and would like to integrate a similar horizontal drop down menu idea such as yours into my header. Any possibilities in doing that? Thanks.
Woody
Absolutely! I've been meaning to do this, as the old one floating around has a lot of bugs and issues, and it made me lose about 5 years off my life span trying to fix it... so I'd love to spare someone the same struggle. Thanks for reminding me. I can possibly get to that this afternoon, if not... soon!![]()
Hi There
I am manipulating your wonderful template and I'm having trouble removing one of the frames, furthermore locating where and what it is. Please can you visit my site www.giftsofwonder.co.uk and identify the white section beneath the tabs and tell me how i can remove this, or at least change the colour?
I hope you can help
Many Thanks :)
I'm not at my usual computer, where I can figure things out easily, but I think I know what will fix that issue. That section below the tabs is where the little stripey background image was on my original template. I see you removed that image, but you did not remove the height for that div:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
height:1.15em;
position:relative;
}
Try removing the "height:1.15em". Also remove the margin.
What is the name of the top green strip? I would like to increase it as I have the notification of items left in the shopping cart going over the "Home" and "Login". Also any suggestion on the width of the drop down for attributes??
Thanks (http://test.pridepak.com/ZenLevel3)
To get any of the css names for any section of the site, just view the source of the site. You can see around that top green strip, you'll see this:
Then by looking in the css, you'll see that navMainWrapper just defines the color, but #navMain has the width defined:Code:<div id="navMainWrapper"> <div id="navMain"> <div id="navMainLinks"> <ul class="back"> <li><a href="http://www.zencart137.jadetrue.com/">Home</a></li> <li><a href="http://www.zencart137.jadetrue.com/login.html">Log In</a></li> </ul> </div> <div id="navMainSearch"> <form name="quick_find_header" action="http://www.zencart137.jadetrue.com/advanced_search_result.html" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="6" maxlength="30" class="topSearch" style="width: 100px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" /> <input type="image" src="includes/templates/apple_zen/buttons/english/button_search.gif" alt="Search" title=" Search " /></form> </div> </div> </div>
#navMain {
width:70em;
text-align:center;
margin:0 auto;
position:relative;
}
But I'm wondering why you get notifications about the cart way up there? What kind of notification?
I put in warning about items left in the shopping cart, so now I have this (if there were items left):
and it overlaps the heading in there.Code:<div id="mainWrapper"> <div class="messageStackCaution larger"><img src="includes/templates/template_default/images/icons/warning.gif" alt="Warning" title=" Warning " width="20" height="20" /> Following items were left in your shopping cart after your last visit. If you do not wish to include them today, please remove them from you cart. Glad to have you back. Happy shopping!</div> <!--bof-header logo and navigation display--> <div id="headerWrapper"> <!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <div id="navMainLinks"> <ul class="back"> <li><a href="http://test.pridepak.com/ZenLevel3/">Home</a></li> <li><a href="http://test.pridepak.com/ZenLevel3/index.php?main_page=logoff">Log Out</a></li> <li><a href="http://test.pridepak.com/ZenLevel3/index.php?main_page=account">My Account</a></li> </ul> </div>