Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
Cut in two pieces, I can add a new class for logo2 in the stylesheet and the tpl_header.php then the negative margin for the second part.
Jade, your a genius!
JOhn ><>
So if I take
Code:
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left:15px;
text-align:center;
}
#logo2 {
float:left;
margin-top:-45px;
text-align:center;
}
Is that the correct style code to use?
JOhn ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
So if I take
Code:
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left:15px;
text-align:center;
}
#logo2 {
float:left;
margin-top:-45px;
text-align:center;
}
Is that the correct style code to use?
JOhn ><>
No, I'm not saying cut it in two pieces. Make one image, have it's background be transparent, at least in that top portion of the logo that will overlap. Then use the negative margin-top to move the whole logo up.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
No, I'm not saying cut it in two pieces. Make one image, have it's background be transparent, at least in that top portion of the logo that will overlap. Then use the negative margin-top to move the whole logo up.
I think I understand, but won't a taller image, even if it's transparent block the search bar?
JOhn ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
I think I understand, but won't a taller image, even if it's transparent block the search bar?
JOhn ><>
Smart thinking, I didn't think of that. Sounds like you are on the right track by splitting it into two images. Good luck while you troubleshoot to get it just right! It can be tricky getting things positioned just right. Trial and error will get you there, though.
Re: Cherry Zen Template Support Thread
Hi,
Well I've been looking through this forum for ages & can't find an answer to my problem so thought I post it.
I have changed the image sizes of all my products under the admin panel, but can't find anywhere to change the size of the images under the Specials. Guess it must be simple, but just can't find it for all the looking... Not even sure this has anything to do with the cherry zen bit! :lookaroun
Hope someone can help me! Thankyou!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
---kate---
Hi,
Well I've been looking through this forum for ages & can't find an answer to my problem so thought I post it.
I have changed the image sizes of all my products under the admin panel, but can't find anywhere to change the size of the images under the Specials. Guess it must be simple, but just can't find it for all the looking... Not even sure this has anything to do with the cherry zen bit! :lookaroun
Hope someone can help me! Thankyou!
You haven't found it because it doesn't exist. You can't change them specifically, they'll take whatever size you listed for small images in the admin.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You haven't found it because it doesn't exist. You can't change them specifically, they'll take whatever size you listed for small images in the admin.
Oh I see. Just tried that & it works but it also enlarges my images in the scrolling sideboxes to a size that's too big. So is there anywhere I can add a bit of code into the .php files instead? :unsure:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
---kate---
Oh I see. Just tried that & it works but it also enlarges my images in the scrolling sideboxes to a size that's too big. So is there anywhere I can add a bit of code into the .php files instead? :unsure:
This would be a good question for the general forum. :smile:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
This would be a good question for the general forum. :smile:
Have posted in general, thanks!
Re: Cherry Zen Template Support Thread
I'm new to Zen Cart, but not PHP. I've been trying to change the following source code, but can't for the life of me figure out where to configure it. Is it configured inside of ZenCart's admin or do I have to edit the PHP code? If I have to edit the code, can someone please tell me which file I will have to edit-Cherry Zen or the default template & file name.
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>HOME_PAGE_TITLE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="HOME_PAGE_META_KEYWORDS" />
<meta name="description" content="HOME_PAGE_META_DESCRIPTION" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />