This should do the trick
just unzip the package and upload the file to includes/templates/cold_steel/common/
Attachment 7121
Printable View
This should do the trick
just unzip the package and upload the file to includes/templates/cold_steel/common/
Attachment 7121
Thank You Clyde - I was able to change some of the links however I would like to change the style on only one of the links in the navezpage nav bar. I do not see any way to implement this one link style using (style.css) but maybe using @eccho <style> new class for the link I want to change the font and color on would be the best approach.
But anyways thanks for the help.
cheers
Hi Clyde i have just a few easy questions for you:
1) How can i add some text inside the footer.gif like you done for your website as a disclaimer?
2) How do i center those category buttons i made on my website?
www.lemy.co.uk
3) You have any other suggestions regarding the site before i start linking it and promoting it?
Thanks a lot and cheers for this great template, i love it!
download and install the products disclaimer mod available in the downloads section
open includes/templates/cold_steel/css/stylesheet.css
find the following:
#navMain {
float:left;
width:100%;
font-size: 1.1em;
}
and replace with: (you may also have to comment out the width declaration
#navMain {
text-align:center
width:100%;
font-size: 1.1em;
}
I have done that and i installed the disclaimer, but the tpl_footer is modified for cold_steel so it didn't work to replace it, so i have added this code:
to the tpl_footer from cold_steel exactly before the last 2 divs in here:PHP Code:
<!--bof- product disclaimer display CLJ 11/15/2008 -->
<div id="disclaimer"><?php echo TEXT_PRODUCTS_DISCLAIMER; ?>
</div>
<!--eof- product disclaimer display CLJ 11/15/2008-->
, but now all the text is bold and i'm not sure it should be like that or if i done it correctly. Can u please tell me where to add that snippet inside the tlp_footer?PHP Code:
<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
<?php } ?>
</ul>
</div>
</div>
<!--eof-navigation display -->
MODERATOR NOTE: threads merged on noindex, nofollow fix for this template
Hello again Clyde :blush:
I stumble upon this old thread about including the attributes in the cart: http://www.zen-cart.com/forum/showth...ight=stylsheet
and i'm wondering if the same instructions you gave there can be applied to the cold_steel template and also if it's possible to move the add to cart button upper in the product display page(i'm thinking just on the right side, above the tabbed product display).
My store is here: www.lemy.co.uk
Cheers!
Clyde I would just like to personally thank you for your excellent cold steel template.
I am using your template with modifications under a Joomla iframe wrapper.
http://www.cymbalvault.com.au/index....pper&Itemid=54