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

Cherry Zen Template Support Thread

Views: 844,750

Results 401 to 420 of 3,245
23 Oct 2007, 10:37 PM
#401
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

ellenspsp:

Hi me again, all works fine but how can I put the button buy below the image and were can I delete the box to put how many you want
http://www.schilderijen.ellenspsp.com/index.php?main_page=index&cPath=15
Ellen

To move the cart image up, you'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display.php, and find the chunk of code that is for the cart (its all neatly segregated into sections), and cut that chunk, and paste it below the image chunk.

As for the quantity box, each product, when you add it has an option for you to turn off the quantity box.

Then, in "configuration", "product info", you can change it so that every new product you add, will have "off" selected by default:

Product Quantity Box Status - Adding New Products

24 Oct 2007, 2:17 AM
#402
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi again, you know I tried doing what you said but I had 2 images one that worked with pop up and the other worked with zen_lightbox. I really don't know what part to merge in the original file. If you could guide me through I would appreciate it.

24 Oct 2007, 6:55 AM
#403
ellenspsp avatar

ellenspsp

New Zenner

Join Date:
Oct 2007
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

no I did not install lightbox,
I do today install the lightbox
and thank you so much for the support
when I'm finished I show my site here
Ellen

24 Oct 2007, 9:48 AM
#404
davidperks avatar

davidperks

New Zenner

Join Date:
Jul 2007
Posts:
12
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

can anyone help me I have tried alsorts to get my logo to center on the site but it still remains at the left. my site is

http://www.dedications4you.com/deadzen/

there must be something I'm missing

Also when I lick the checkout with paypal there is a large delay, is this my web site or just paypal been really slow?

24 Oct 2007, 11:10 AM
#405
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

davidperks:

can anyone help me I have tried alsorts to get my logo to center on the site but it still remains at the left. my site is

http://www.dedications4you.com/deadzen/

there must be something I'm missing

Also when I lick the checkout with paypal there is a large delay, is this my web site or just paypal been really slow?
It looks like its centered now... did you figure it out?

As far as the paypal question, I don't know, you may want to ask in the general forum.

24 Oct 2007, 6:29 PM
#406
davidperks avatar

davidperks

New Zenner

Join Date:
Jul 2007
Posts:
12
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It looks like its centered now... did you figure it out?

As far as the paypal question, I don't know, you may want to ask in the general forum.

?? no its still at the left, my screen res is 1600x1200, I take it yours is lower which is what might make it seem centre

24 Oct 2007, 8:03 PM
#407
mediathing avatar

mediathing

Zen Follower

Join Date:
Apr 2005
Location:
London
Posts:
405
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I have been tweaking the product info display file to try to get an easy to read/enderstand layout. I managed the correct layout on my other site so I copied the order of the different sections into my new site but the layout looks completely diferent. My questions are:

Do you have a suggested layout for product info for this template.
Have you managed to get a great layout, can you advise please.
Thanks
Pete

24 Oct 2007, 11:10 PM
#408
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

davidperks:

?? no its still at the left, my screen res is 1600x1200, I take it yours is lower which is what might make it seem centre

No, I'm at 1680 x 1050, and also, no matter the width of the browser, it is center. What browser are you using? I'm using firefox.

But looking at your css, I see some issues. Change the below::

#logoWrapper {
width:auto;
}

#logo {
float:center;
padding-left:30px;
text-align:center;
padding-bottom:10px;
}

to this:

#logoWrapper {
margin:0 auto;
}

#logo {
text-align:center;
padding-bottom:10px;
}

And that will center it. Also realize that the right side of your image isn't cropped as tightly as it could be, so with the code above it will seem cocked to the left a bit, but it really should be centered then. By the way, there's no such thing as "float:center", there's only float:left and float:right.

24 Oct 2007, 11:13 PM
#409
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

mediathing:

I have been tweaking the product info display file to try to get an easy to read/enderstand layout. I managed the correct layout on my other site so I copied the order of the different sections into my new site but the layout looks completely diferent. My questions are:

Do you have a suggested layout for product info for this template.
Have you managed to get a great layout, can you advise please.
Thanks
Pete

Well, I quite modified the original zen template layout, with my current cherry zen template:
http://www.cherryzen.jadetrue.com/index.php?main_page=product_info&cPath=1&products_id=1

I happen to think its a great layout, but of course opinions differ.

Your changes probably look different because the css is not the same. You'll need to copy over the relevant css changes for the sections you changed.

25 Oct 2007, 10:48 AM
#410
davidperks avatar

davidperks

New Zenner

Join Date:
Jul 2007
Posts:
12
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

[quote=jettrue;450252]No, I'm at 1680 x 1050, and also, no matter the width of the browser, it is center. What browser are you using? I'm using firefox.

But looking at your css, I see some issues. Change the below::

#logoWrapper {
width:auto;
}

#logo {
float:center;
padding-left:30px;
text-align:center;
padding-bottom:10px;
}
quote]

that worked a treat, thank you so much

25 Oct 2007, 4:14 PM
#411
davidperks avatar

davidperks

New Zenner

Join Date:
Jul 2007
Posts:
12
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

ok clever clogs, how did you add the

Please Choose:
Size
Enter Text
Color
Red
Blue
Yellow

Section, I would love to have this for some of the products on my site but have no idea where its done.

26 Oct 2007, 6:10 AM
#412
ellenspsp avatar

ellenspsp

New Zenner

Join Date:
Oct 2007
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi Jade,
I'm a beginner, now I have install de lightbox but
I dont know how to merge
but I dont get the button buy below the picture
can you explain me how I do merge the files
https://www.schilderijen.ellenspsp.com

and thanks again for the answer
Ellen

26 Oct 2007, 2:13 PM
#413
beth_katherine avatar

beth_katherine

Zen Follower

Join Date:
Feb 2007
Posts:
158
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

davidperks:

ok clever clogs, how did you add the

Please Choose:
Size
Enter Text
Color
Red
Blue
Yellow

Section, I would love to have this for some of the products on my site but have no idea where its done.

I struggled with understanding how to do this before buying the book which explained the process.

First thing you do is choose Attributes Controller in your Admin/Catalog section. Then choose Options Names where you set up the names of the options you want. Next you choose Options Values where you set up the values under each name.

For example

Option Name - Size
Option Value - Choose Size then add in your size ranges, 1-2, 3-4 etc.

Now you can either go back to the Attributes Controller page and choose the category you wish to work with or go to the individual products listings and choose the black A on the right hand side of your products name which will bring up the Attributes Controller page where you can set the base price of your products or just add the attributes to your product.

If you want your product to be controlled by price changes with the attributes you will have to mark that when you create your products.

So to recap

To create an option NAME choose Options Names. To create a VALUE choose Options Values on the Attributes Controller page.

Once you figure this out it will be very easy.

Beth-Katherine

26 Oct 2007, 9:29 PM
#414
jordan_2go avatar

jordan_2go

New Zenner

Join Date:
Oct 2007
Posts:
1
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hello,

I am just new to Zen Cart, i love your theme and I have just installed it, it was fine untill I enabled the side boxes. Now this is what appears in the site:
Fatal error: Call to undefined function zen_draw_search_field() in /mounted-storage/home36a/sub006/sc29007-OKJM/2goenterprises.com/shop/includes/templates/cherry_zen/sideboxes/tpl_search_header.php on line 19

You can see it live here: https://www.2goenterprises.com/shop

Your help will be great :)
Thanks,
Jordan

27 Oct 2007, 2:36 AM
#415
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

Jordan-2Go:

Hello,

I am just new to Zen Cart, i love your theme and I have just installed it, it was fine untill I enabled the side boxes. Now this is what appears in the site:
Fatal error: Call to undefined function zen_draw_search_field() in /mounted-storage/home36a/sub006/sc29007-OKJM/2goenterprises.com/shop/includes/templates/cherry_zen/sideboxes/tpl_search_header.php on line 19

You can see it live here: https://www.2goenterprises.com/shop

Your help will be great :)
Thanks,
Jordan

You didn't upload all the files. Upload includes/functions/extra_functions/search_field_header.php

28 Oct 2007, 7:54 PM
#416
tomarriola avatar

tomarriola

Zen Follower

Join Date:
Oct 2004
Posts:
206
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I'm using this template at my site and I like it. Thanks.

One question. I've got more white space than needed-- above and below my store logo. How can I reduce that?

Store: http://www.crimescene.com/store

Thanks

Tom

28 Oct 2007, 8:45 PM
#417
tomarriola avatar

tomarriola

Zen Follower

Join Date:
Oct 2004
Posts:
206
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I resolved the white space by making this change in the stylesheet

#tagline {
font-size:1.1em;
font-weight:bold;
text-align:center;
padding:8px 8px 4px 8px;
}

The original settings were
#tagline {
font-size:1.1em;
font-weight:bold;
text-align:center;
padding:25px 8px 35px 8px;
}

Will my reduction in the top and bottom margin cause serious issues?

Tom

28 Oct 2007, 8:50 PM
#418
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

tomarriola:

Will my reduction in the top and bottom margin cause serious issues?

Tom

Nope. :smile:

29 Oct 2007, 12:19 AM
#419
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 about validation. When I view the validation it tell me this.

Failed validation, 1 Error

Line 30, Column 371: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

…f0ef69e5d51890" /><input type="search" name="keyword" id="searchTop" size="20

What file is this error pointing to. I have looked for it now for 2 days. I looked in the style sheet, the header and the side boxes, but I still can not find it. Any help would be appreciated.
Thank you

29 Oct 2007, 12:27 AM
#420
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

countrycharm:

Hi jettrue, I have a question about validation. When I view the validation it tell me this.

Failed validation, 1 Error

What file is this error pointing to. I have looked for it now for 2 days. I looked in the style sheet, the header and the side boxes, but I still can not find it. Any help would be appreciated.
Thank you

It can be ignored, in order to get the rounded search bar in Safari, I had to use type="search" for the search box.

This is done in includes/templates/cherry_zen/sideboxes/tpl_search_header.php