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

Cherry Zen Template Support Thread

Views: 844,723

Results 1,701 to 1,720 of 3,245
18 Jul 2008, 19:10
#1702
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

suekay:

Hi,

I have half answered my question by finding this code on another posting to make the central column of the home page (only) the same width as the site:

#indexHomeBody .centerColumn {
float:left!important;
margin: 50px 0 5px -150px;
width:165%!important;
}

#indexHomeBody .navColumnTwo {display:none;}
#indexHomeBody .navColumnOne {display:none;}

Could I use some css to remove the grey side box backgrounds as well?

Thanks for any help you can give

Yep. If you examine the css, you'll see that the background images in controlled by #contentMainWrapper, and #contentMainWrapperb.

So, you can do something similar to your above code:

#indexHomeBody #contentMainWrapper {background-image:none;}
#indexHomeBody #contentMainWrapperb {background-image:none;}

18 Jul 2008, 19:22
#1703
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

esugrue:

Hi!

What's the easiest way of removing the RHS column from the main page only.

I have an image (it was a table) that is 700 px wide and if the customer resolution is 1024 then it goes into the RHS column. I can't really make the promo image smaller so my only option I think is to remove the RHS column.

Sample: http://www.thrivingstores.com/au_store
(It will probably look OK unless your resolution is 1024x)

Thanks
Ernie
Add this to your css:

#indexHomeBody #navColumnOne {display:none;}
#indexHomeBody .outer {padding-left:10px;}
#indexHomeBody #contentMainWrapperb {background-image:none;}

18 Jul 2008, 19:29
#1704
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

suekay:

Hi,

I have half answered my question by finding this code on another posting to make the central column of the home page (only) the same width as the site:

#indexHomeBody .centerColumn {
float:left!important;
margin: 50px 0 5px -150px;
width:165%!important;
}

#indexHomeBody .navColumnTwo {display:none;}
#indexHomeBody .navColumnOne {display:none;}

Could I use some css to remove the grey side box backgrounds as well?

Thanks for any help you can give

Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:

If you want NO sideboxes on your home page, add this to your css:

#indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
#indexHomeBody .outer {padding-right:0;padding-left:20px;}
#indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}
18 Jul 2008, 19:38
#1705
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

[email protected]:

http://hiquatec.com/index.php?main_page=product_info&cPath=28&products_id=226 <-----

how do I get my add to cart to the other side of the page in the default location?

Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php, find the add to cart chunk of code, and move it. I'd put it immediately after <!-- eof Attributes Module -->

18 Jul 2008, 20:21
#1706
collin_ntspb_com avatar

collin_ntspb_com

New Zenner

Join Date:
Mar 2007
Location:
West Palm Beach, FL.
Posts:
95
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

it worked Jet thanx

18 Jul 2008, 20:55
#1707
spcomputing avatar

spcomputing

New Zenner

Join Date:
Jul 2008
Location:
Wisconsin, USA
Posts:
2
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

In tpl_header.php, just remove the tagline section, if you're not going to use it.

<div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>

Thank you! I was trying to find where that was.

21 Jul 2008, 00:33
#1708
esugrue avatar

esugrue

Zen Follower

Join Date:
Jun 2004
Posts:
182
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi!

I have searched for padding and white space but I am unable to find the answer.

On my sites there is some whitespace / padding between the logo and the and the header boundary

Thriving Stores

Which part of the CSS am I look at to remove all padding so the logo fits snugly into the header with no white space.

Thanks
Ernie

21 Jul 2008, 14:40
#1709
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!

Regards,
Rudy
720MoTo.com

720moto:

Hi Jet,

I downloaded and use your template and installed the Apple Zen flyout menus and it works awesome. I am very happy with it. My site is in the final stages before it goes live. Can you help me out with some minor changes before it goes live?

http://www.720moto.com/Store/

A couple of things I need to clean up my site.

  1. I turned off EZ-Pages for the header but it still shows up.
  2. On the upper right corner of my webpage is a HOME|LOGIN links. I would like to change them to a red color so they don't blend in with the header.
  3. When you hover your mouse on the categories the color turns green. Can the color be changed and if so how do I make the change?

I would like your opinion on my site so far and if there are any suggestions or tweaks that will make it better.

Thanks

21 Jul 2008, 14:56
#1710
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Disregard the certificate issue I located it but I still need help with item 2 and changing the color.

720moto:

Hi Jet,

I downloaded and use your template and installed the Apple Zen flyout menus and it works awesome. I am very happy with it. My site is in the final stages before it goes live. Can you help me out with some minor changes before it goes live?

http://www.720moto.com/Store/

A couple of things I need to clean up my site.

  1. I turned off EZ-Pages for the header but it still shows up.
  2. On the upper right corner of my webpage is a HOME|LOGIN links. I would like to change them to a red color so they don't blend in with the header.
  3. When you hover your mouse on the categories the color turns green. Can the color be changed and if so how do I make the change?

I would like your opinion on my site so far and if there are any suggestions or tweaks that will make it better.

Thanks

720moto:

Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!

Regards,
Rudy
720MoTo.com

22 Jul 2008, 03:50
#1711
newagekat avatar

newagekat

Zen Follower

Join Date:
Nov 2005
Location:
Vancouver, Canada
Posts:
151
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello:

I have a couple of quick questions. I'm using cherry zen on zc 1.3.8a. ler me first start by saying sorry for so drastically changing your template. no disrespect, only admiration.

I have added the newsletter module, improved attributes moduleand have amended ordered steps. I tried the SEO, but I uploaded the wrong one, and now i have errors to my eyebals. But no worries, i'm dealing with that in another section.

I DO NOT have image handler 2. if I wanted to use the additional images, am I required to install it? admin/images/additional product images per row= 1.

Since I could not get this to work, i placed an attribute to showcase the extra image, but I'd like to fix this as i would like the extra image to be below the main image.

Also, I made changes to the option name sort order and it is not being accepted. See http://www.leladesigns.ca/shop-lela/...products_id=28

the order should be:
details
color
notice
size

any ideas, suggestion, bump on the head welcome at this point.

22 Jul 2008, 06:15
#1712
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks for your great template! I like the green one which matches my company's image!

I am now going to install some add ons which allow me to show multiple images with mouseover function

May anyone suggest me such addons which are compatible with this template?

many thanks!!

By the way, I have a second problem. I used HTML codes in product info and it work properly at that level. However, when I go back to product listing, instead of showing plain Eng under the product names, HTML codes appeared there! Any iea how to fix it? thanks

22 Jul 2008, 13:00
#1713
musicfreer avatar

musicfreer

Zen Follower

Join Date:
Jul 2008
Posts:
155
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi

I have just installed IH2 and I can see multiple images in the IH manager

however when I goto my product page, I cannot see any additional images. I am sure I have uploaded the CSS, JSCRIPT and POP UP.. folders into cherry zen

Do you have any idea on how to achieve additonal images on product page?

thanks

22 Jul 2008, 15:45
#1714
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Is there anyone else out there who can help me with my issues? I have posted several times for assistance and have not received any response. So if anyone else can help that would be appreciated.

Rude1
https://www.720moto.com/Store

720moto:

Disregard the certificate issue I located it but I still need help with item 2 and changing the color.

720moto:

Well with much digging on my own I figured out item 1 and 3. Still need help with item 2 though. Also, where can I locate the Gift Certificates that are default in the Cherry Zen template? I searched all the Zen menus and unable to find them. I need to modify the amounts in the certificates. PLEASE HELP! This is holding up going live!

Regards,
Rudy
720MoTo.com

22 Jul 2008, 15:54
#1715
newagekat avatar

newagekat

Zen Follower

Join Date:
Nov 2005
Location:
Vancouver, Canada
Posts:
151
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

720moto:

Is there anyone else out there who can help me with my issues? I have posted several times for assistance and have not received any response. So if anyone else can help that would be appreciated.

Rude1
www.720moto.com/Store

720moto:

if you looked at the source for that page, you find this code below the <body>

  <div id="navMainWrapper">
    <div id="navMain">
      <div id="navMainLinks">
        <ul class="back">
          <li> <a href="http://www.720moto.com/Store/">Home  </a> </li>
                    <li> <a href="http://www.720moto.com/Store/index.php?main_page=login&zenid=eb3bf332abc8d7e2e462e269ace01685">Log In </a> </li>
                            </ul>
      </div>
          </div>
  </div>
```go to includes/template/yourtemplate/css/stylesheet.css and make your changes for the appropriate classes listed in the div tags.

Personally, in order not to mess up other instances of .back, i would create the following:

#navMainLinks ul li a { color: yourColor; text-decoration: none; }

When customizing, view source and CSS and tinker.  Hope that helped.
22 Jul 2008, 15:59
#1716
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

newagekat - thanks for the response but i have not idea how to create:
#navMainLinks ul li a { color: yourColor; text-decoration: none; }
i have no programming experience on how to do this. or do i just copy and paste what you have to the code?

newagekat:

720moto:

if you looked at the source for that page, you find this code below the <body>

<div id="navMainWrapper"> <div id="navMain"> <div id="navMainLinks"> <ul class="back"> <li> <a href="http://www.720moto.com/Store/">Home  </a> </li> <li> <a href="http://www.720moto.com/Store/index.php?main_page=login&zenid=eb3bf332abc8d7e2e462e269ace01685">Log In </a> </li> </ul> </div> </div> </div> ```go to includes/template/yourtemplate/css/stylesheet.css and make your changes for the appropriate classes listed in the div tags. > > Personally, in order not to mess up other instances of .back, i would create the following: > > #navMainLinks ul li a { color: yourColor; text-decoration: none; } > > When customizing, view source and CSS and tinker. Hope that helped.
22 Jul 2008, 16:14
#1717
newagekat avatar

newagekat

Zen Follower

Join Date:
Nov 2005
Location:
Vancouver, Canada
Posts:
151
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

720moto:

newagekat - thanks for the response but i have not idea how to create:
#navMainLinks ul li a { color: yourColor; text-decoration: none; }
i have no programming experience on how to do this. or do i just copy and paste what you have to the code?

open the main stylesheet.css, as mentioned, and just before the comment
/* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.

22 Jul 2008, 16:21
#1718
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

i will try that and get back to you on the results.

thanks again

newagekat:

open the main stylesheet.css, as mentioned, and just before the comment
/* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.

22 Jul 2008, 16:42
#1719
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

CoNfUsEd :dontgetit
this is what i see:

/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/black/rounded-search-input-top.gif") top left no-repeat;
}

#navMainWrapper {
background:url("../images/black/header.gif");
}

h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/black/sideboxbg.gif");
}

#navMain a {
background:url("../images/black/tableftE.gif") no-repeat left top;
}

#navMain a span {
background:url("../images/black/tabrightE.gif") no-repeat right top;
}

#navMain a span.last {
background:url("../images/black/tabrightE_last.gif") no-repeat right top;
}

/* end main color changes */

Where do I put the #ffffff?

newagekat:

open the main stylesheet.css, as mentioned, and just before the comment
/* end main color changes */past the code. change yourColor to white (#ffffff) or whatever color you prefer.

22 Jul 2008, 16:59
#1720
720moto avatar

720moto

New Zenner

Join Date:
May 2008
Location:
California
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

newagekat -

this is what i did:

/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/black/rounded-search-input-top.gif") top left no-repeat;
}

#navMainWrapper {
background:url("../images/black/header.gif");
}

h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/black/sideboxbg.gif");
}

#navMain a {
background:url("../images/black/tableftE.gif") no-repeat left top;
}

#navMain a span {
background:url("../images/black/tabrightE.gif") no-repeat right top;
}

#navMain a span.last {
background:url("../images/black/tabrightE_last.gif") no-repeat right top;
}
#navMainLinks ul li a { color::#ffffff; text-decoration: none; }
/* end main color changes */

but it didn't work the font is still black.