Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
liquidshadow
I am new to Zencart and i am coming from OSC. Not to sure if this is the right place to post this.
I am using cherry template and easy populate. I have 4 product descriptions.
Ex. v_products_description_1,v_products_description_2.
Fields are uploading; easypopulate is working great.
I can't seem to figure out how to display product descriptions 2 through 4.
I don't know which php file to go into to define v_products_description_2,3,4 and then how to display them.
I want them in the same box as description 1. Each product description underneath each other.
Hope this helps little more.
I already replied to your post, I am not sure how to do what you want to do. Did you ask in the easy populate thread?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Replace this section of your css with the below:
Code:
/* css for top menu tabs */
#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;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {float:none;}
/* End IE5-Mac hack */
#navMain a:hover {
background-position:0% -32px;
}
#navMain a:hover span {
background-position:100% -32px;
}
/* end css for top menu tabs */
Thank you! You are amazing!
Re: Cherry Zen Template Support Thread
I was curious if I could move the Home | Log In | My Account to the left part of the page, where the header search box is? I have that search box turned off. Would I put the:
PHP Code:
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
and
PHP Code:
<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>
sections of the tpl_header.php into the navMainSearch div? Also, would the
PHP Code:
if (STORE_STATUS == '0')
have to be moved up higher in the file?
If there is a way to do this and this isn't the proper way of doing it, please let me know. I am not going to mess around with the files unless I know for sure. As always, I would make a backup of all files before doing anything.
Thank you,
Re: Cherry Zen Template Support Thread
I love the look on this template and i followed all the instructions to ftp it in the includes and when i look in the cpanal i dont see the cherry_zen folder nor do i find it in the admin, tools, template selection what am i doing wrong?
maggie
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
splishsplashbb
I love the look on this template and i followed all the instructions to ftp it in the includes and when i look in the cpanal i dont see the cherry_zen folder nor do i find it in the admin, tools, template selection what am i doing wrong?
maggie
Look around in your cpanel, you probably uploaded it incorrectly. Did you upload only the includes/ folder, or did you upload the outer Cherry Zen 1.5 folder?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Look around in your cpanel, you probably uploaded it incorrectly. Did you upload only the includes/ folder, or did you upload the outer Cherry Zen 1.5 folder?
I uploaded only the includes folder. I did search ever folder in the cpanal and nothing. I am using the Filezilla client FTP software to upload and it let me know it was all uploaded successfully. This is the folder it went to / public_html / shop / includes /
maggie
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
splishsplashbb
I uploaded only the includes folder. I did search ever folder in the cpanal and nothing. I am using the Filezilla client FTP software to upload and it let me know it was all uploaded successfully. This is the folder it went to
/ public_html /
shop /
includes /
maggie
I don't know what to say. If it says it uploaded it, and its not there, then it didn't upload, or it uploaded in an incorrect spot. Keep looking around the file manager to see if it uploaded somewhere else, or you have the includes/folder doubled (includes/includes/etc.....
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I don't know what to say. If it says it uploaded it, and its not there, then it didn't upload, or it uploaded in an incorrect spot. Keep looking around the file manager to see if it uploaded somewhere else, or you have the includes/folder doubled (includes/includes/etc.....
Thank you it seems even though i highlighted the includes folder from the cherry zen folder and dragged it to the includes in the cpanal but forsome reason when you clicked on the includes in the cpanal it was within that folder so i deleted it and went back to the ftp program and using the tool at the top to move it and it worked thank you so much
maggie
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
CerysCrow
Love this template!
Just a few questions regarding my site
http://www.miss-crow.com/shop:
1. I have successfully removed the sales_text_header message that was across the top of the page. Now the text size is pretty big. What did I do? How do I fix it? (CSS?)
2. Can I get rid of the white bar to the left of my header image?
3. Why don't the hotspot links in my header image work?
Thanks for all of your help!
Hi!
Im looking to add hotspots to the header however, i can one give any pointers, i can use fireworks etc.... And how to inject t in to Zen Cart.
TIA!!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
athenadesign
Hi!
Im looking to add hotspots to the header however, i can one give any pointers, i can use fireworks etc.... And how to inject t in to Zen Cart.
TIA!!
You can try adding the code generated by fireworks into includes/templates/cherry_zen/common/tpl_header.php