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.
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
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
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
www.720moto.com/Store
Quote:
Originally Posted by
720moto
Disregard the certificate issue I located it but I still need help with item 2 and changing the color.
Quote:
Originally Posted by
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
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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>
HTML Code:
<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.
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?
Quote:
Originally Posted by
newagekat
720moto:
if you looked at the source for that page, you find this code below the <body>
HTML Code:
<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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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.
Re: Cherry Zen Template Support Thread
i will try that and get back to you on the results.
thanks again
Quote:
Originally Posted by
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.
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?
Quote:
Originally Posted by
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.
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.