
Originally Posted by
debtag
Ok! Check on all! Everything on your list had already been uploaded, I didn't have to add anything.
we'll deal with the remaining question once you've gone through this list.
I'm putting this question at the top of the list because removing it means that you will have NO navigation for your site.
5. I would like delete the Nav Box in the upper left hand corner.
open includes/templates/cork_board/css/stylesheet.css
find the following declaration and add the highlighted portion. this will effectively remove the navigation for your site,
#navMainWrapper {
display:none;
font-size: 1.1em;
line-height: normal;
width: 160px;
position:absolute;
top:5px;
left:5px;
}
1. Remove the logo with the 'red x' in the corner that is currently in my header.
I'll refer you to the following article in the Tutorials/FAQ section
www.zen-cart.com/tutorials/index.php?article=126
The instructions listed there would apply to includes/templates/cork_board/common/tpl_header.php
Code:
<!-- <div id="logo">
<?php // echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
</div> -->
2. The calendar obviously is not working right! (as you can see, I changed the calendar picture). Notice the words: DATE FORMAT MONTH & DATE FORMAT DAY in my header. I would also like to move the calendar to the upper lefthand corner of my header.
It appears that you are missing the language file located in
includes/languages/english/extra_definitions/cork_board/cork_board_defines.php
That's why your are getting the following in your heading:
DATE_FORMAT_YEAR
DATE_FORMAT_MONTH
DATE_FORMAT_DAY
So double check to make sure that file is where it should be.
Once that problem is corrected we can move on to the positioning of the elements.
3. I would like to change the colors of the side boxes and make the titles of the side boxes fit better inside the white boxes.
You will have to create new graphics for the sidebox_header.gif and sidebox_content.gif.
You can use the included default graphics as samples.
Make sure the height of sidebox_header.gif is sufficient to hold the graphic you want to use.