Page 3 of 68 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 672
  1. #21
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Academe - Another Professional Template

    Quote Originally Posted by lhhgbh View Post
    Im sorry, forgot one thing.. The maroon bar at the top on your example has category links, is this an option to turn on? Sorry for so many questions..
    Turn the Ez-Pages Header on under Configuration::Layout Settings

    Then add links to the Ez-Pages header from the EZ Pages page under the Tools drop-down menu.

    Buttons?

  2. #22
    Join Date
    Mar 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Academe - Another Professional Template

    WHEW! Almost gave up on the EZ page thing.. There was actually an EZ page setting under the admin configuration menu and that allowed me to turn the headers on.. Very easy now that I got it.. I did a coycat picture for my banner3 of your site until I can figure out what I want it to look like..

    As for the buttons I will check out the downloads section to see what I can find.. I feel like the site looks and functions great, but the buttons (previous, Next, etc..) are weak... I might even make my own..

    Anyhow I wanted to say a HUGE thanks for putting up with my questions and helping out so much on a Friday.. Hopefully this thread will help other newbies as it helped me..
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

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

    Default Re: Academe - Another Professional Template

    I have an old version of buttons for like Zen Cart 1.2 or something. It was a button set sold on an old Zen Cart site of ours. You'll have to make a few others.

    Anyways here ya go ... they're blue. File Attached.

    And glad I could help out. I was there once too!
    Attached Files Attached Files

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

    Default Re: Academe - Another Professional Template

    Oh yea One blue, one red! ... on the FlagPride site you'll need red. File Attached! Lking good by the way!

    thanking Ajeh for the smiley

    -
    Attached Files Attached Files

  5. #25
    Join Date
    Mar 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    LOL, not a prob I downloaded both to see how they looked and if the blue one was different or nicer I would have made them red..

    BTW do you have any suggestions for my banner3? This is off topic, but I am racking my brain trying to think of a way to convey my product and have some kind of show of flags.. It doesnt necessarily have to include a picture of one of my shirts since they are represented just below.. If not no big deal, just trying to get some thoughts.. Thanks again..
    Funny & Original T Shirts
    www.such-a-tees.com
    Flag Pride T Shirts
    www.flagpridet-shirts.com

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

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by lhhgbh View Post
    LOL, not a prob I downloaded both to see how they looked and if the blue one was different or nicer I would have made them red..

    BTW do you have any suggestions for my banner3? This is off topic, but I am racking my brain trying to think of a way to convey my product and have some kind of show of flags.. It doesnt necessarily have to include a picture of one of my shirts since they are represented just below.. If not no big deal, just trying to get some thoughts.. Thanks again..
    "There's a shirt for everyone! Then have the flags pop in one by one ... once all on screen pause. Fade out, then a message that says, "No Matter who your are! Or where your from!?"

    ...

  7. #27
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Acadame - Another Professional Template

    Hi! I am playing around with your template (I probably shouldn't!)and would like to know how to do a few things.
    1. How do I remove the shopping cart from top of page?
    2. Is it possible to totally remove or disable shopping?
    3. How do I remove logo and maroon bar over the banner?
    http://trucks.charmedbytina.com/

    Thanks for your help!

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

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by charmedbytina2 View Post
    1. How do I remove the shopping cart from top of page?
    2. Is it possible to totally remove or disable shopping?
    3. How do I remove logo and maroon bar over the banner?
    1. Open includes/templates/iC_AcadameV1.0/common/tpl_main_page.php on line 47 of an un-modified file delete the following:
    Code:
                <div id="cart_header" class="topBox">Shopping Cart<br /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></div>
    2. In the administration area, Configuration drop-down menu, My Store, locate Store status, and set to 2 to show prices, no checkout or 1 for no prices, no checkout.

    3. Same file as number one, remove line 51
    Code:
            <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>

    ***If you could explain exactly what you trying to make the header look like I'll rewrite the tpl_main_page file for you. ***
    Last edited by testuser; 16 Jun 2007 at 08:40 PM.

  9. #29
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Acadame - Another Professional Template

    testuser - you rock!

    The maroon bar and larger grey bar are still visible on top of the logo.
    I would like the web page to open with the thin grey bar over the logo and nothing else over that.

    In addition, is there a way to have the sidebox links, like the search, categories, information, and more information links) appear in a bar under the logo (is that what your are referring to as EZ Pages?)?

    Thanks soooo much!

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

    Default Re: Acadame - Another Professional Template

    Replace your tpl_main_page.php with this one:

    Code:
    <?php
    /**
      * Atheme Template - tpl_main_page.php
     *
     * to override the global settings and turn off columns un-comment the lines below for the correct column to turn off<br />
     * to turn off the header and/or footer uncomment the lines below<br />
     * Note: header can be disabled in the tpl_header.php<br />
     * Note: footer can be disabled in the tpl_footer.php<br />
     * <br />
     */ $flag_disable_header = true; /*
      $flag_disable_left = true;<br />
     */ $flag_disable_right = true; /*
     * $flag_disable_footer = true;<br />
     * <br />
     * // example to not display right column on main page when Always Show Categories is OFF<br />
     * <br />
     * if ($current_page_base == 'index' and $cPath == '') {<br />
     *  $flag_disable_right = true;<br />
     * }<br />
     * <br />
     * example to not display right column on main page when Always Show Categories is ON and set to categories_id 3<br />
     * <br />
     * if ($current_page_base == 'index' and $cPath == '' or $cPath == '3') {<br />
     *  $flag_disable_right = true;<br />
     * }<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_main_page.php 4886 2006-11-05 09:01:18Z drbyte $
     */
    
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
        $flag_disable_right = true;
      }
    
    
      $header_template = 'tpl_header.php';
      $footer_template = 'tpl_footer.php';
      $left_column_file = 'column_left.php';
      $right_column_file = 'column_right.php';
      $body_id = ($this_is_main_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
    ?>
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
    <?php
     /**
      * prepares and displays header output
      *
      */
      require($template->get_template_dir('tpl_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_header.php');?>
    <div id="mainWrapper">
    <?php
      if (SHOW_BANNERS_GROUP_SET1 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET1)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerOne" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?>
    <div id="topLinksWrapper"><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>
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper" summary="content">
      <tr>
    <?php
    if (COLUMN_LEFT_STATUS == 0 or (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '')) {
      // global disable of column_left
      $flag_disable_left = true;
    }
    if (!isset($flag_disable_left) || !$flag_disable_left) {
    ?>
    
     <td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
    <?php
     /**
      * prepares and displays left column sideboxes
      *
      */
    ?>
    <div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
    <?php
    }
    ?>
        <td valign="top">
    <!-- bof  breadcrumb -->
    <?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
        <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>
    <!-- eof breadcrumb -->
    <?php
        if($body_id == 'index' && $cPath == ''){
      if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }}
    ?>
    <!-- bof upload alerts -->
    <?php if ($messageStack->size('upload') > 0) echo $messageStack->output('upload'); ?>
    <!-- eof upload alerts -->
    
    <?php
     /**
      * prepares and displays center column
      *
      */
     require($body_code); ?>
    
    <?php
      if (SHOW_BANNERS_GROUP_SET4 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET4)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerFour" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?></td>
    
    <?php
    if (COLUMN_RIGHT_STATUS == 0 or (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '')) {
      // global disable of column_right
      $flag_disable_right = true;
    }
    if (!isset($flag_disable_right) || !$flag_disable_right) {
    ?>
    <td id="navColumnTwo" class="columnRight" style="width: <?php echo COLUMN_WIDTH_RIGHT; ?>">
    <?php
     /**
      * prepares and displays right column sideboxes
      *
      */
    ?>
    <div id="navColumnTwoWrapper" style="width: <?php echo BOX_WIDTH_RIGHT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_right.php')); ?></div></td>
    <?php
    }
    ?>
      </tr>
    </table>
    </div>
    <?php
     /**
      * prepares and displays footer output
      *
      */
      require($template->get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php');?>
    
    <!--bof- parse time display -->
    <?php
      if (DISPLAY_PAGE_PARSE_TIME == 'true') {
    ?>
    <div class="smallText center">Parse Time: <?php echo $parse_time; ?> - Number of Queries: <?php echo $db->queryCount(); ?> - Query Time: <?php echo $db->queryTime(); ?></div>
    <?php
      }
    ?>
    <!--eof- parse time display -->
    <!--bof- banner #6 display -->
    <?php
      if (SHOW_BANNERS_GROUP_SET6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET6)) {
        if ($banner->RecordCount() > 0) {
    ?>
    <div id="bannerSix" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
    <?php
        }
      }
    ?>
    <!--eof- banner #6 display -->
    </body>

 

 
Page 3 of 68 FirstFirst 123451353 ... 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