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

Cherry Zen Template Support Thread

Views: 844,686

Results 1,341 to 1,360 of 3,245
03 May 2008, 02:58
#1341
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

FatGuyinAZ:

Good morning,
Unfortunately that didn't do anything. Here is the items in the css file in the #logo section:

#logo {
margin:0 auto;
padding-left:15px;
text-align:center;
}

> 
> I see other sites that have gotten their logo centered with Firefox so I must just be missing something. I will keep trying anything you suggest.
> 
> Thank you,

It's centered in Firefox for me. Did you try cleaning out your cache and refreshing in Firefox?
03 May 2008, 02:59
#1342
liquidshadow avatar

liquidshadow

New Zenner

Join Date:
Feb 2008
Posts:
4
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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.

I can't seem to figure out how to display product descriptions 2 throu 4.

I want them in the same box as description 1. Each product description underneath each other.

03 May 2008, 03:00
#1343
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

uvfch:

Great template, great support!!!

I am also testing it and solved some issues from this post, thanks Jettrue!

I have a question, but am not sure if it is related to this template or not, just post here see if someone else has the same finding:

I used cherry for two languages' default template, and I set the language based on browser, however, it seems this setting does not work, only Engligh is displayed automatically even for a browser with another language. Though the visitors can chose the language after the page is loaded, but I prefer the language is set according the user's browser. Any idea?

Thanks!

I have absolutely no idea how the browser determines the language, and I have no suggestions, sorry!

03 May 2008, 03:01
#1344
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

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.

I can't seem to figure out how to display product descriptions 2 throu 4.

I want them in the same box as description 1. Each product description underneath each other.

Not sure, don't use that mod, sorry! Try the easy populate thread.

03 May 2008, 05:08
#1345
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It's centered in Firefox for me. Did you try cleaning out your cache and refreshing in Firefox?

Yes I cleared the cache but it was still showing to the left for me. However, when I used the Web Developer Toolbar in Firefox and clicked on CSS -> Edit CSS there automatically pops onto the screen the sidebar for the CSS (on the left of my screen). This causes my viewing of my website to become smaller ... and tada the logo snapped to the center. When I close the CSS sidebar and my monitor goes back to full screen the logo goes back to the left.

This made me think it has to do with my screen size. I clicked the "Restore Down" (Un-Maximize) button on my browser then adjusted the browser window slowly smaller in width. The logo would jump to the middle as soon as I got to a certain window size. I am not sure what size.

If anyone would like to see what I am talking about, set your screen resolution to 1680 x 1050 then view my site with Firefox. The logo should be on the left. Then manually adjust the browser window slowly smaller in width. Eventually the logo will pop to the middle like it suppose to be. If you adjust the screen wider again the logo will pop back to the left.

If you can figure out what is causing this I would be great full. Could it be some setting in the CSS?

Thank you

03 May 2008, 07:44
#1346
uvfch avatar

uvfch

New Zenner

Join Date:
Apr 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

I have absolutely no idea how the browser determines the language, and I have no suggestions, sorry!

Thanks for your quick response!

Any suggestions for websites using 2 or more languages? Can they just copy another set of templates files and rename it cherry 2, and then upload?

Thanks.

03 May 2008, 11:22
#1347
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

uvfch:

Thanks for your quick response!

Any suggestions for websites using 2 or more languages? Can they just copy another set of templates files and rename it cherry 2, and then upload?

Thanks.

Zen cart has multi language functionality, do a search in the FAQ, or in the forum for more information, I don't have any good advice, since I've never used it.

03 May 2008, 11:45
#1348
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

FatGuyinAZ:

If you can figure out what is causing this I would be great full. Could it be some setting in the CSS?

Thank you

Replace this section of your css with the below:

/* 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 */
03 May 2008, 12:30
#1349
heavenlynights avatar

heavenlynights

Zen Follower

Join Date:
Jan 2006
Location:
Australia
Posts:
303
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You could add this to your css:
.centerBoxContentsProducts img {display:block;text-align:center;margin:0 auto;}

Thanks Jade, worked a treat!!

03 May 2008, 13:12
#1350
liquidshadow avatar

liquidshadow

New Zenner

Join Date:
Feb 2008
Posts:
4
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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.

03 May 2008, 20:10
#1351
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

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?

03 May 2008, 20:53
#1352
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Replace this section of your css with the below:

/* 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!
04 May 2008, 08:47
#1353
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

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:

<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
```and 

```php
<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
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,
05 May 2008, 02:39
#1354
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

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

05 May 2008, 02:59
#1355
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

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?

05 May 2008, 03:22
#1356
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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

05 May 2008, 03:39
#1357
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

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.....

05 May 2008, 04:12
#1358
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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

05 May 2008, 09:11
#1359
athenadesign avatar

athenadesign

New Zenner

Join Date:
May 2008
Location:
UK
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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!!

05 May 2008, 11:41
#1360
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

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