Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ellenspsp
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
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.
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
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?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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
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
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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/in...&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.
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