image wont attach, 3rd time lucky hey!
Printable View
image wont attach, 3rd time lucky hey!
Change the 73em in your stylesheet_header_menu.css to 75em.
Put the word "home" back in includes/languages/english/YOUR_TEMPLATE/header.php like this:
define('HEADER_TITLE_CATALOG', 'Home');
That is why you have a blank menu space. That first menu item is the home link.
Remove the borders off of your logo. Crop your logo so it is JUST the logo, not any edges. You STILL have edges on the actual logo.
Fix this part of your stylesheet:
blue
#navMainWrapper {background:#6C99D9; }
#logoWrapperOuter {background:#fff;}
#navEZPagesTopWrapper {background:#6C99D9; }
#navCatTabsWrapper
#navBreadCrumb {background:#6C99D9; }
h3.leftBoxHeading, h3.rightBoxHeading {background:url('../images/sideboxleft-blue.gif') no-repeat top left; }
eof blue
everything in red should be gone.
If you don't want the grey striped image that I had under the menu, remove <div id="centerColumnOuter"></div>
from includes/templaes/YOUR_TEMPLATE/common/tpl_main_page.php
I'm still sure there's more to fix, lol, but that will be closer.
Hola!
I am assuming I can post this here. Awesome template!
I have installed it here: http://tenseinobi.com/shop/
I want to change the gray right side bar & add an image. Where do I find that in the style.css?
Thanks!
Bek Davis
www.bekdavis.com
Hey jade,
I think this is what you told me to do:
When I tried this I only got the header of my site with no drop down menu. DId I do that right??Code:<div class="centerColumn" id="bestsellersDefault">
require($template->get_template_dir('tpl_modules_product_listing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_product_listing.php');
</div>
Thanks Jade, I understand completely. I am going to take the best sellers link off the drop down menu for now. But if you need to see it, you can still follow the above link and the page will be active. I plan on going live within the next 2 days so when we figure out my last few issues I'll just take the site down for maintenance for a few minutes to get the issues fixed :) I just turned off the boxes I do not want on the front page for now.
Thanks so much! I was using the # as a comment (duh) - sorry for the dumb question - love the template!
Hi Jade,
Hope all is well...
I have followed all your instructions and all is good. I have made good progress today fixing up a few other things as well.
I took your advice on the logo and ended up having no side bars on my header. I couldnt find a quick fix for that so just made my logo width 100%, proper amatures solution i know but it will do the job :)
I have 1 last thing wrong with my site. Chances are thaat a lot of other people using the narrow header may have the same problem.
after changing the file stylesheet_header_menu.css switching the 2 instances of 70em to 75em results in the drop down menus spanning over 2 lines instead of 1 in internet explorer 7.
I done a bit of trial and error with the size and i think it was about 73.9 when it starts going wrong. One thing i noticed that may help with a solution i was nudjing it up by increments of 0.1 but could never get the drop down menus to cover the width of the page fully so is it a wrapper / border problem?
I tried changing the width to 100% and that also resulted in drop down menus over 2 lines...
Any Ideas?
Cheers
Colin