Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,711

Results 1,441 to 1,460 of 3,245
23 May 2008, 22:28
#1441
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Cherry Zen Template Support Thread

cybernet360ltd:

Hi.

I have a few minor problems with the layout of the website, but nothing wrong with the main content.

My website is http://www.cybernet-online.net

Header

Where I have got the two arrows pointing, how do I get rid of all that white space and bring the navigation bar closer to the banner image.

Page Text

URL: http://cybernet-online.net/zencart/index.php?main_page=privacy

Also, how do I break up the text and convert them into paragraphs. I have tried pressing enter and it will show up on the editor but when I go to save the page and display it.

The text is still jumbled together.

Thanks for your support.

  1. add this to your css:

#tagline {
display:none;
}

  1. Add this to your css:

p {padding:.4em}

24 May 2008, 09:24
#1443
accyjohn avatar

accyjohn

New Zenner

Join Date:
Mar 2007
Posts:
21
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi
I have successfully (well nearly!) installed the Cherry Zen template. But when i make a change to the stylesheet.css file located in zencart/includes/templates/cherry_zen/css I dont see the changes reflected in my site (just trying to change the background colour)
BUT when I change the same stylesheet.css file name to stylesheet1.css then I see me background colour change.

Can someone explain why its doing this, I would have thought that by changing the file name, it would be ignored and pick up the standard css stylesheet ?

Thanks

John

24 May 2008, 15:22
#1444
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

John,
Just a guess (working in the dark here). Did you change the chmod on the .css file before you made the edits? Did you look at the .css file after you made the change to see if the file was actually updated? Close the .css after your changes, then open again to see if your edits are still there.
If chmod is not set to 777, any change you make to the .css wil not be processed (and if set too low, won't even save the change to the .css file)

24 May 2008, 17:25
#1445
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Hi jettrue I have a question for you. What padding do I change to get my logo to fit with out the white space showing at all. Here is a link to my site.
Thank you

24 May 2008, 17:51
#1446
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

accyjohn:

Hi
I have successfully (well nearly!) installed the Cherry Zen template. But when i make a change to the stylesheet.css file located in zencart/includes/templates/cherry_zen/css I dont see the changes reflected in my site (just trying to change the background colour)
BUT when I change the same stylesheet.css file name to stylesheet1.css then I see me background colour change.

Can someone explain why its doing this, I would have thought that by changing the file name, it would be ignored and pick up the standard css stylesheet ?

Thanks

John

Zen cart uses every single stylesheet that is uploaded. So, make sure you only have ONE main stylesheet, or one will override the other.

24 May 2008, 18:17
#1447
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

countrycharm:

Hi jettrue I have a question for you. What padding do I change to get my logo to fit with out the white space showing at all. Here is a link to my site.
Thank you

Replace the sections below in stylesheet.css with the following:

#navMain {
	float:right;
	width:750px;
	line-height:normal;
	height:32px;
}
#navMain ul {
	float:right;
	list-style:none;
}
#navMain li {
	display:inline;
}
#navMain a {
	float:left;
	text-decoration:none;
}
#navMain a span {
	float:left;
	display:block;
	padding: 7px 15px 0 15px;
	text-align:center;
	width:90px;
	cursor:pointer;
	height:25px;
}

Now, the left and right will always have white space, unless you use a wider logo, or make the site the same width as the logo. You can change the width of the site in this section of the stylesheet:

#nw {
	width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
	max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
	min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
 width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
24 May 2008, 18:18
#1448
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

cybernet360ltd:

That really does not tell us much.

Who is this reply to? If you click the "quote" button when you reply, then we know what your response is referring to.

24 May 2008, 18:19
#1449
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

cybernet360ltd:

http://www.cybernet-online.net

How do I get rid of the white space above the ezpages links and below my banner image?

Did you already resolve this, because I see no white space above your ezpages and below your banner.

24 May 2008, 18:21
#1450
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

ajcannon:

First of all, thanks so much for this template. I love it. I put it on the site yesterday (at https://www.shoptomlinsons.com) and it's working almost exactly like I want it.

The one issue that I do have is that I don't really use a logo, so I just made a blank image that is 1X1 and uploaded it. Basically, what I'm doing is using my tagline instead of a logo. It looks exactly how I want, but I would love to make the tagline (it says shoptomlinsons.com right now) be a link to my home page. Where do I need to add that link to?

Thanks in advance.

Open up the file where you entered the tagline (shoptomlinsons.com) and make it a link:

<a href="http://www.link_here.htm">shoptomlinsons.com</a>

24 May 2008, 18:22
#1451
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

xzeth:

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.

24 May 2008, 18:24
#1452
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

cybernet360ltd:

http://cybernet-online.net/zencart/index.php?main_page=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}

24 May 2008, 19:46
#1453
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Thank you jettrue that worked out great.

25 May 2008, 09:34
#1454
lucasnlaura avatar

lucasnlaura

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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

25 May 2008, 13:26
#1455
candylea avatar

candylea

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

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

26 May 2008, 00:46
#1456
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

lucasnlaura:

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

In your admin, "tools", "Define Pages Editor", Define Main Page

26 May 2008, 00:49
#1457
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

Candylea:

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;

26 May 2008, 02:40
#1458
lucasnlaura avatar

lucasnlaura

New Zenner

Join Date:
May 2008
Posts:
14
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

perfect. thank you.

27 May 2008, 01:25
#1459
candylea avatar

candylea

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

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
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_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_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

27 May 2008, 20:16
#1460
briansok avatar

briansok

New Zenner

Join Date:
May 2008
Posts:
17
Plugin Contributions:
0

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