Page 50 of 68 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 672
  1. #491
    Join Date
    Jan 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Just wondering...when I am in my store, and click on my shopping cart at the top, it doesn't take me to my cart...I see the link that says my cart...but is there anyway to make the actual cart graphic link to my cart as well?

    carrie

  2. #492
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by intcon View Post
    Just wondering...when I am in my store, and click on my shopping cart at the top, it doesn't take me to my cart...I see the link that says my cart...but is there anyway to make the actual cart graphic link to my cart as well?

    carrie
    Post a copy of your tpl_header.php file and link to site.

    I'll see what I can setup for ya.

  3. #493
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi testuser,
    can you please help me with the categories thing i told you about earlier. Please see it on my website:
    www.dgtech.co.nz
    I guess its just some stylesheet changes.

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

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by jaskarn View Post
    Hi testuser,
    can you please help me with the categories thing i told you about earlier. Please see it on my website:
    www.dgtech.co.nz
    I guess its just some stylesheet changes.
    Find and remove:
    Code:
    <br class="clearBoth" />
    Immediately following the call for the category tabs in the tpl_header.php file in the common folder.

  5. #495
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi testuser,
    i did that and it got rid of some of the grey space, thankyou
    But i want the black line on the top of the tabs box to go away and the actual tabs box to be the same grey colour as the header.

  6. #496
    Join Date
    Jan 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by testuser View Post
    Post a copy of your tpl_header.php file and link to site.

    I'll see what I can setup for ya.
    <?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 /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></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 } ?>

    http://www.datahunter.biz/catalog

  7. #497
    Join Date
    Dec 2006
    Posts
    107
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Brilliant template, I love it.

    Can't for the life of me get banner position 3 working though. Can get the banner to display in header position 1, footer position 1, footer position 2, footer position 3 but it just vanishes when I set it to header position 3 (or header position 2)

    Any clues???



    http://hairrigs.com/shop
    Last edited by DaveS; 5 Feb 2008 at 11:38 PM.

  8. #498
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by jaskarn View Post
    Hi testuser,
    i did that and it got rid of some of the grey space, thankyou
    But i want the black line on the top of the tabs box to go away and the actual tabs box to be the same grey colour as the header.
    Make this your second definition for:

    #navCatTabsWrapper {
    background:#EEEEEE;
    color: #9a9a9a;
    margin: 0em;
    background:#EEEEEE;
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #909090;
    height: 1%;
    }

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

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by jaskarn View Post
    Hi testuser,
    i did that and it got rid of some of the grey space, thankyou
    But i want the black line on the top of the tabs box to go away and the actual tabs box to be the same grey colour as the header.
    Quote Originally Posted by intcon View Post
    <?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 /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></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 } ?>

    http://www.datahunter.biz/catalog
    PHP Code:
    <?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"><a id="sclink" href="<?php zen_href_link(FILENAME_SHOPPING_CART);?>"></a>Shopping Cart<br /><?php echo $_SESSION['cart']->count_contents();?> item(s) - <?php echo $currencies->format($_SESSION['cart']->show_total());?></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_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_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 ?>
    Then add this to your stylesheet:

    Code:
    #sclink{
    display:block;
    width:51px;
    height:30px;
    position:relative;
    left:-52px;
    }

  10. #500
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by DaveS View Post
    Brilliant template, I love it.

    Can't for the life of me get banner position 3 working though. Can get the banner to display in header position 1, footer position 1, footer position 2, footer position 3 but it just vanishes when I set it to header position 3 (or header position 2)

    Any clues???



    http://hairrigs.com/shop
    It appears as though you've put a product directly in the Top Category ... Zen can't handle that, throws a fit.

    So create Category and then place that product in it.

    To keep from having to delete the product ... disable it by clicking on the green button in the admin, should turn red. Then add a category, then move the product to the new category, then enable the product.

 

 
Page 50 of 68 FirstFirst ... 40484950515260 ... 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