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

Cherry Zen Template Support Thread

Views: 844,681

Results 2,141 to 2,160 of 3,245
01 Nov 2008, 07:44
#2141
sped1530 avatar

sped1530

New Zenner

Join Date:
Nov 2007
Posts:
37
Plugin Contributions:
0

Cherry Zen Template Support Thread

I'm having problems with my product description.

What I want is:

  • Part No. 64-0134-08

  • Playfiled 8' table: 88"l x 44"w

  • Table size 8' table: 100"l x 56"w x 31"h

  • Dark blue wool cloth, and leather shield drop pockets

  • 6" rails, K66 rubber bumper

  • White diamond inlays

  • 10 year warranty on slate play surface

  • Solid wood ball & claw carved legs

No accessories included

What I get is:

  • Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included

What am I doing wrong?

01 Nov 2008, 20:49
#2142
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

sped1530:

I'm having problems with my product description.

What I want is:

  • Part No. 64-0134-08

  • Playfiled 8' table: 88"l x 44"w

  • Table size 8' table: 100"l x 56"w x 31"h

  • Dark blue wool cloth, and leather shield drop pockets

  • 6" rails, K66 rubber bumper

  • White diamond inlays

  • 10 year warranty on slate play surface

  • Solid wood ball & claw carved legs

No accessories included

What I get is:

  • Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included

What am I doing wrong?
Are you not adding line breaks after each line? An HTML line break looks like this:
<br />

OR you can wrap each line in a paragraph and then it will be spaced.

<p>Paragraph Here</p>
02 Nov 2008, 00:05
#2143
miha25 avatar

miha25

New Zenner

Join Date:
Oct 2008
Posts:
83
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thenk .. ewerything is ok!!! header is ok but on left size is litel pleaces ..hawe can i remuve theas?

SHOP

MY code - stylesheet.css


#headerWrapper {
float:left;
width:100%;
}
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left;
text-align:center;
}
#taglineWrapper {
width:75%;
float:left;

02 Nov 2008, 04:43
#2144
sped1530 avatar

sped1530

New Zenner

Join Date:
Nov 2007
Posts:
37
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks you guys rock!

02 Nov 2008, 08:04
#2145
newkernel avatar

newkernel

New Zenner

Join Date:
Nov 2008
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

:clap:thanks for this nick templates,but i thought i need your help to figure out the problem.
I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:https://www.apple.com. So ,how can I do this base on your Cherry Zen template?
Thanks for helping me.:clap::clap::oops:

02 Nov 2008, 15:05
#2146
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

newkernel:

:clap:thanks for this nick templates,but i thought i need your help to figure out the problem.
I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:https://www.apple.com. So ,how can I do this base on your Cherry Zen template?
Thanks for helping me.:clap::clap::oops:

Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:

#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}

02 Nov 2008, 15:38
#2147
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Hi jettrue I have a question for you. My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it to what the problems are. Thank you so much.

03 Nov 2008, 02:23
#2148
newkernel avatar

newkernel

New Zenner

Join Date:
Nov 2008
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

:smile:thanks for your help!

03 Nov 2008, 05:28
#2149
newkernel avatar

newkernel

New Zenner

Join Date:
Nov 2008
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

It includes transparent drop shadows all around the site. But IE6 and below do not show the drop shadows,so i desire to remove this drop shadows that everyone can see the same page in different browser.
Could u teach me how to remove the drop shadows all around the site??Thanks for your help!:clap::clap:

03 Nov 2008, 09:30
#2150
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

newkernel:

It includes transparent drop shadows all around the site. But IE6 and below do not show the drop shadows,so i desire to remove this drop shadows that everyone can see the same page in different browser. I would encourage you to leave the drop shadow because it looks good. Why "punish" people with newer (and better) browsers?

How many of your visitors use IE6 and lower?
IE6 is a really annoying browser for web developers. IE5 is worse.
Note: The following appears twice in Cherry Zen's stylesheet.css: ```
/do not remove-fixes stupid IEbug/

03 Nov 2008, 10:24
#2151
newkernel avatar

newkernel

New Zenner

Join Date:
Nov 2008
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

I would encourage you to leave the drop shadow because it looks good. Why "punish" people with newer (and better) browsers?

How many of your visitors use IE6 and lower?
IE6 is a really annoying browser for web developers. IE5 is worse.
Note: The following appears twice in Cherry Zen's stylesheet.css: ```
/do not remove-fixes stupid IEbug/



I belive to leave the drop shadow is a great idea,but it's make the  other problem .My index page  leave only a big advertisement,the drop shadow will make a frame there.I don't know how to leave the drop shadow but in the index page.so i have to remove it from all of page.:cry:
03 Nov 2008, 10:31
#2152
newkernel avatar

newkernel

New Zenner

Join Date:
Nov 2008
Posts:
10
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:

#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}

Thanks jetture.
It's work!But the back color of the sidebox still show in the homepage.If I change the color to white,the box shape will lose.
I was puzzled how to do it.Please help me!:no:

03 Nov 2008, 10:31
#2153
fooddudes avatar

fooddudes

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I have successfully uploaded a login to the side box but am having troubles with the appearance of the forms. Here is the script and the screen shot is attached. Any suggestions would be greatly appreciated.

<?php $content = "<!--loginSideBox-->"; $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">'; if(!$_SESSION['customer_id']) { $content .=zen_draw_form('login_box', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); $content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />'; $content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />'; $content .='<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . LOGIN_BOX_PASSWORD_FORGOTTEN . '</a>' . '<br />' . '<a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . LOGIN_BOX_CREATE_ACCOUNT . '</a>' . '<br />'; $content .= zen_draw_hidden_field('securityToken', $_SESSION['securityToken']); $content .='<div class="centeredContent">'.zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT).'</div>'; $content .='</form>'; } else { $content .= '<ul>'; $content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . LOGIN_BOX_ACCOUNT . '</a></li>'; $content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . LOGIN_BOX_SHOPPING_CART . '</a></li>'; $content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . LOGIN_BOX_LOGOFF . '</a></li>'; $content .= '</ul>'; } $content .= '</div>'; ?>
03 Nov 2008, 11:17
#2154
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Hi Jade (and all),

discovered this problem yesterday:

When displaying the description of the products Active 2.1, Active 2.2 and Active 2.3 the LH sidebox appears below the actual description of the products.

This does not happen on any of the other 250 something products I currently have on offer.

I have tried to enter new content for the descriptions - same result.

The other products in the category "Active Elements" are displayed OK with LH sidebox as normal. So, there is nothing wrong with any formatting of the actual category.

The other weird thing is that on the product Active 2.4 all links in the sideboxes are bold. This is not really worrying but it is inconsistent and may leave the wrong impression about the store with some customers.

Please take a look at

Active 2.1

http://frnt.org/zencart/index.php?main_page=product_info&cPath=42&products_id=189

Active 2.3

Active 2.4

and then click the NEXT button to see the appearance of the remaining products in this category.

Can you shed a light on this please?

If nothing materializes then I am planning to just delete the products and re-enter them. Would not solve the mystery but would probably fix the problem ....

Thanks / Frank

https://www.frnt.org/zencart

04 Nov 2008, 04:24
#2155
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

ok I have removed the text in the banner window on the top of the page by reading the readme first or else. The trouble is now it only displayes where the image is not the image. I have moved the image to different directories and still nothing.

Should define('HEADER_SALES_TEXT', be replaced with something else since it is no longer text but an image.

I have read other similar posts in here and seem to be having same trouble.

the site is here

Thanks in advance

04 Nov 2008, 04:46
#2156
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

sorry one more question
Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?

Just in case click here

04 Nov 2008, 13:15
#2157
factorydiecast avatar

factorydiecast

New Zenner

Join Date:
Jan 2005
Posts:
3
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

A quick question, I am running my site https://www.factorydiecast.com/store08

when you go to log in, I lose all the top bar buttons. The server is a shared ssl cert.??

thanks,
Dave

04 Nov 2008, 13:52
#2158
factorydiecast avatar

factorydiecast

New Zenner

Join Date:
Jan 2005
Posts:
3
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

factorydiecast:

A quick question, I am running my site https://www.factorydiecast.com/store08

when you go to log in, I lose all the top bar buttons. The server is a shared ssl cert.??

thanks,
Dave

Sorry for the bother,i figured out the problem, was a setting in the server.

thanks,
dave

04 Nov 2008, 14:12
#2159
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Cherry Zen Template Support Thread

darktowerhobbies:

sorry one more question
Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?

Just in case click here
You need to set the width of the top bar in the stylsheet.css
Bump the width up a few pixels at a time so you only increase the width the required amount.

/* 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;
}

JOhn ><>

05 Nov 2008, 02:45
#2160
fooddudes avatar

fooddudes

New Zenner

Join Date:
Nov 2008
Posts:
33
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Please visit the link below to view the whole script.

http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=154

The text and input fields don't line up, but when I switch to the classic template everything is fine. I looked into the stylesheets but don't know where the problem is.

Thanks,

Dave