Re: Acadame - Another Professional Template
Hi Carrie,
yes you could make the banner wider, but in my opinion it would be better to open your stylesheet and find in line 438
Quote:
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{
padding: 0pt 0pt 0pt 0.6pt;
}
and replace it with
Quote:
#bannerTwo, #bannerThree, #bannerFour, #bannerFive
{
padding: 0pt 0pt 0pt 0.6pt;}
#bannerSix
{
padding: 0pt 0pt 0pt 0.6pt;background-color: 000000;
}
regards
kruna
Re: Acadame - Another Professional Template
Is it possible to link the shopping cart image in the header to the shopping cart page? If so, can you explain what needs to be done?
Thanks,
Jason
Re: Acadame - Another Professional Template
Hi HumDaddy,
it would not be the image linked, but the text.
You would need to replace the tpl_header.php with this one:
Quote:
<?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 } ?>
If this file somehow shouldnt work for you as I just did COPY/PASTE, please take a look at the support forum
http://zen-cart-templates.ichoze.net...d=15&chapter=0
regards,
kruna
Re: Acadame - Another Professional Template
Thanks Kruna - I don't understand how yet but it works.
Re: Acadame - Another Professional Template
Wow I can't belive I tried to register for your site 2 times and can't log in to get my downloads if your site does not work then how will your template work on mine? And it never sent my password either to email
Re: Acadame - Another Professional Template
Hi darktowerhobbies,
you will find the template also in this forum in the downloadsection here:
http://www.zen-cart.com/index.php?ma...roducts_id=615
regards,
kruna
Re: Acadame - Another Professional Template
Kruna -
I really like the son of a suckerfish menu you have there. It's much cleaner looking than the apple zen drop down. How do you integrate that into a site? Mainly how do you set the links into the menu? Is it dynamic like apple zen or do you set the categories manually?
Thanks,
Jason
Re: Acadame - Another Professional Template
Hi HumDaddy,
I swithched from ACADAME to ATHEME template and customized/redesigned it my way to have a unique template.
regards,
kruna
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
darktowerhobbies
Wow I can't belive I tried to register for your site 2 times and can't log in to get my downloads if your site does not work then how will your template work on mine? And it never sent my password either to email
http://zencart.ichoze.net/forum/index.php?topic=90.0
Re: Acadame - Another Professional Template
I'm using the Acadame template which is really great. So far the only question is that there is no "My Account" link for people to manage their accounts. Not sure if I wiped it out or disabled it but any advice to help me getting it to display again would be greatly appreciated. :smile: