On the top category pages with subcategories (such as the page I provided the link to above) there are subcategories links in the center column to my subcategories:Originally Posted by all4coffee![]()
Here is the link to my page
http://www.time-co.com/zencart/index...=index&cPath=6
I would like to change the font size of my subcategory links :
chai & chocolate
coffee blends
tea blends
BUT only for subcategories display in the center column without affecting the way they display in the category sidebox
Any help will be appreciated
Thanks
Please explain the "BUT"
chai & chocolate
coffee blends
tea blends
I would like the above subcategory links to be a font size larger and don't know wher in the stylesheet to change it and how...
The subcategories links are also shown in the left categories sidebox (which I do not want to change font for)
I hope this clarifies the "BUT"
Thanks.
i install icacadame template_1.2 but a error show :
Fatal error: Call to undefined function zen_get_new_date_range() in /home/xxxxx/public_html/includes/templates/iC_AcadameV1.2/sideboxes/tpl_categories.php on line 74
how to solve this.
thanks
Hi love the template but how do you make your images center so they dont flow into eachother ?
spencer
I cant seem to get the footer and top ezpage bar to lineup correct is tried align: center; in css but that doesnt seem to work in css i can align it left or right but i want the shop to be centered what am i doing wrong? Almost forgot site for reference is at http://www.scubastreet.com/scuba/
Last edited by tommyf; 19 Nov 2007 at 04:19 PM.
FORUM:
# a public meeting or assembly for open discussion
#An online discussion group, where participants with common interests can exchange open messages.
# a public facility to meet for open discussion
Thanks that worked great Im not familiar with css at all but after you posted I dowloaded the firefox css tools set which helped move things along alot better but css and the order and ids is still greek to me.... Now I moved extra spaces out from around footer and toplinks and it looks fine in FireFox but In Internet Explorer Blue lins are still there any reason why? Also anyone know how I can switch the search to left? I got Cart to move to right but cant get search to move far left?Thanks
You might also want to take a look here:
http://zen-cart-templates.ichoze.net...d=15&chapter=0
It makes the text for the shopping cart a clickable link.
Pete
FORUM:
# a public meeting or assembly for open discussion
#An online discussion group, where participants with common interests can exchange open messages.
# a public facility to meet for open discussion
It took me to the fourm ididnt see anything like you mentioned that fourm seems pretty dead?
you will have to find the thread, but here is a copy of it:It took me to the fourm ididnt see anything like you mentioned that fourm seems pretty dead?
regards,Just replace the tpl_header.php file in the common folder with this one. This will be in the next template release. Nonetheless, here you go:
<?php
/**
* Acadame Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<div id="headerWrapper">
<div id="topBarWrap">
<div id="topBar">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div id="cart_header" class="topBox">Shopping Cart<br /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></div>
<br class="clearBoth" /></div>
</div>
<div id="logoWrap">
<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>
<div id="topLinks">
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) {
require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php');
} ?>
</div><br class="clearBoth" />
</div>
</div>
<?php } ?>
kruna
Bookmarks