Page 146 of 326 FirstFirst ... 4696136144145146147148156196246 ... LastLast
Results 1,451 to 1,460 of 3251
  1. #1451
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by xzeth View Post
    how do i change the color of the sidebox headers?? and use the other colors instead
    Open up includes/template/cherry_zen/css/stylesheet.css and follow the instructions.

  2. #1452
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by cybernet360ltd View Post
    http://cybernet-online.net/zencart/i...=index&cPath=1

    Sorry to be demanding, but one other thing.

    How can I make the product Info/product description algin to the left or even better justified.

    Thanks
    .listingDescription {text-align:left}

    .listingDescription {text-align:justify}

  3. #1453
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Thank you jettrue that worked out great.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1454
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    thank you for cherry zen. love the order progress bar. e-start-book.gif is linked to www.lulu.com. how do i change this? thank you

  5. #1455
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi

    I was wondering how I can get rid of the gap between the footer and the main page. I have a background colour different to my page so it show's up like a big gap between the footer and the main page.

    I'm guessing it's in the css but just can't find it

    Thank you

  6. #1456
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by lucasnlaura View Post
    thank you for cherry zen. love the order progress bar. e-start-book.gif is linked to www.lulu.com. how do i change this? thank you
    In your admin, "tools", "Define Pages Editor", Define Main Page

  7. #1457
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Candylea View Post
    Hi

    I was wondering how I can get rid of the gap between the footer and the main page. I have a background colour different to my page so it show's up like a big gap between the footer and the main page.

    I'm guessing it's in the css but just can't find it

    Thank you
    #navSupp has: padding-top:1em;

  8. #1458
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    perfect. thank you.

  9. #1459
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks heaps Jade but I still have a little gap, is there another one I need to change like the ez footer is there a gap for this that I mabe just need to change
    My link http://www.divalicious.com.au/shop2

    Also could you help me with my header I have added more links as well as the home button as a image but links to the left and the home button on right. I have also made a css called home
    #home {
    float: right;
    text-align: right;
    }

    But can't get it to set correctly and I have also broken it and all the menu fuctions showing up when not needed eg. shopping cart on home page. how do I set them back so they only show when needed
    here's my code

    PHP Code:
    <?php
    if (!isset($flag_disable_header) || !$flag_disable_header) {
    ?>
    <!-- divs for drop shadow -->
    <div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tr><td>
       <div id="headerWrapper">
          <!--bof-navigation display-->
          <div id="navMainWrapper">
            
            <div id="navMain">
              <ul>
                
       <li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US'''SSL'); ?>"><span><?php echo HEADER_TITLE_CONTACT_US?></span></a></li>
         <li><a href="<?php echo zen_href_link(FILENAME_EZPAGES'id=2&chapter=2'?>"><span>Location Details</span></a></li>
               <li><a href="http://www.divalicious.com.au/gallery/index.php"><span>Gallery</span></a></li>
         <li><a href="http://www.divalicious.com.au/fashion_shows/index.php"><span>Fashion Shows</span></a></li>
         <li><a href="http://www.myspace.com/divaliciousboutique"><span>My Space</span></a></li>
                <?php if ($_SESSION['customer_id']) { ?>
                <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF'''SSL'); ?>"><span><?php echo HEADER_TITLE_LOGOFF?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT?></span></a></li>
                <?php
          
    } else {
            if (
    STORE_STATUS == '0') {
    ?>
                <li><a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT?></span></a></li>
                <?php } } ?>
                <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART'''NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT?></span></a></li>
              
            </div>
          </div> </ul>
       <div id="home">
      <?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><span><?php echo HEADER_TITLE_CATALOG?></span></a>
      </div>
     
          <!--eof-navigation display-->
          <!--bof-branding display-->
          <div id="logoWrapper" class="clearfix">
            <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>
            <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET2))) { ?>
            <div id="taglineWrapper">
              <?php
                  
    if (HEADER_SALES_TEXT != '') {
    ?>
              <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
              <?php
                  
    }
    ?>
              <?php
                  
    if (SHOW_BANNERS_GROUP_SET2 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET2)) {
                    if (
    $banner->RecordCount() > 0) {
    ?>
              <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static'$banner);?></div>
              <?php
                    
    }
                  }
    ?>
            </div>
            <?php // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
          </div>
          <!--eof-branding display-->
          <!--eof-header logo and navigation display-->
          <!--bof-optional categories tabs navigation display-->
         
          <!--eof-optional categories tabs navigation display-->
          <!--bof-header ezpage links-->
         
          <!--eof-header ezpage links-->
        </div>
        <?php ?>
    What links I want to show on home page is
    contact us/location details/gallery/fashion shows/my space/log in

    then on the right home image which is all set in my english.php file

    any help would be greatly appreciated

    Thanks
    Last edited by Candylea; 27 May 2008 at 02:28 AM. Reason: more info

  10. #1460
    Join Date
    May 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I just installed Cherry Zen and have a question. I replaced the logo with my own and centered it. It is slightly running into the top bar. How do I move it down a little? Sorry but this is all totally new to me.

    Thanks

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

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