Page 52 of 68 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 672
  1. #511
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default 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

    #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
    {
    padding: 0pt 0pt 0pt 0.6pt;

    }
    and replace it with

    #bannerTwo, #bannerThree, #bannerFour, #bannerFive

    {
    padding: 0pt 0pt 0pt 0.6pt;}

    #bannerSix

    {
    padding: 0pt 0pt 0pt 0.6pt;background-color: 000000;

    }



    regards
    kruna

  2. #512
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default 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

  3. #513
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default 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:

    <?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

  4. #514
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Thanks Kruna - I don't understand how yet but it works.

  5. #515
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default 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

  6. #516
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default 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

  7. #517
    Join Date
    Nov 2007
    Posts
    68
    Plugin Contributions
    0

    Default 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

  8. #518
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default 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

  9. #519
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by darktowerhobbies View Post
    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

  10. #520
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    0

    Default 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.

 

 
Page 52 of 68 FirstFirst ... 242505152535462 ... LastLast

Similar Threads

  1. New to Zencart, using Acadame template
    By bellabel in forum Addon Templates
    Replies: 5
    Last Post: 27 Jun 2011, 07:52 PM
  2. Replies: 2
    Last Post: 16 Dec 2008, 03:44 AM
  3. Installing Acadame Template
    By jbreezy in forum Addon Templates
    Replies: 2
    Last Post: 19 Nov 2008, 11:29 AM
  4. Acadame Template Help
    By trisha1581 in forum Addon Templates
    Replies: 0
    Last Post: 13 May 2008, 08:44 PM
  5. Plz help me! Acadame Template
    By wardah15 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 12 Feb 2008, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR