open includes/templates/cold_steel/common/tpl_main_page.php
delete this line of code (around line 41)
PHP Code:
$flag_disable_right = true;
Printable View
Clyde,
Looking for a new look and ran across your Cold Steel today. Looks very clean. Put it on a test site here (using different buttons):
http://www.catholic-view.com/ZenCart...&products_id=1
1. How can the Logo be made clickable to "Home"? I know I usually click the Logo to return to homepage. (My test Logo is first draft, actually like your stock one better.)
2. Your link at bottom goes to dead page:
http://mysticmountainnaturals.com/testsite/
What do you want it changed to?
Thanks.
SPH
www.prommart.com
open includes/templates/cold_steel/common/tpl_header.php
find the following line of code: (around line 48)
and replace with this:PHP Code:
<div id="logo"><?php echo zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT);?></div>
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>
open includes/languages/cold_steel/english.php
find the following line of code: (around line 17)
and replace withPHP Code:
define('TEMPLATE_DESIGN', TEMPLATE_NAME. 'Design by <a href="http://mysticmountainnaturals.com/testsite/" target="_blank">Clyde Jones</a>');
PHP Code:
define('TEMPLATE_DESIGN', TEMPLATE_NAME. 'Design by <a href="http://mysticmountainnaturals.com/demotest/" target="_blank">Clyde Jones</a>');
the design change you suggested yesterday to make 3 column display - nice alternative, good idea. Where do I go to change the center and/or right column widths to make this fit right and what are your recommended width settings. The right column wants to bleed into the center column. Thanks
the test site is at http://g-trains.com/whimsical/index.php - my main site www.bobkatgifts.net is using the comstock 2.02
Thanks Clde
works like a charm