Re: Cherry Zen Template Support Thread
Hi Jade,
On one of my pages (view cart page) the links and pics in the footer are included in the body of the main page. http://tinyurl.com/66wyjb
But on the other pages, the links and pics in the footer look like they are in a separate section.
http://tinyurl.com/6mwtpp
How do I get all of the pages to look like the view cart page and include the links and pics in the footer in the body of the main page?
Thanks.
Re: Cherry Zen Template Support Thread
Hi Jade,
I moved things around on my Product Info Display, but I can't seem to get the product name and price to show to the right of the image. It actually displays correctly in FF but not in IE. Any ideas??
Here is a link to see an example:
http://kellyscountrycorner.com/index...oducts_id=1049
Thanks,
Kelly
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Hi Jade,
I moved things around on my Product Info Display, but I can't seem to get the product name and price to show to the right of the image. It actually displays correctly in FF but not in IE. Any ideas??
Here is a link to see an example:
http://kellyscountrycorner.com/index...oducts_id=1049
Thanks,
Kelly
Maybe this will help you.
Quote:
Originally Posted by countrycharm
jettrue I know you have answered this question before, but I'm having trouble finding exactly what code to move and where to put it after I move it. I'm trying to move the add to the cart button up under the model number. What part of the code do you move up or down from the tpl_product_info_display.php to get this like I want it. Thank you for your help. Here is my site
Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->
##############################___
Jade
Sage Fish
Re: Cherry Zen Template Support Thread
follow up to the footer thing...
i managed to move the pics and links into the main page body by editing the tpl_footer file and moving that code up above the closing divs code...
now how would i border the links with a line above and a line below the links? like the section at the top with the search box???
like so...
####################################################################################################
Link | Link | Link | Link | Link | Link | Link | Link | Link | Link
####################################################################################################
Thanks!
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
countrycharm
Maybe this will help you.
Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->
##############################___
Jade
Sage Fish
That is how I did it. But...as I said it, it looks fine in FF but not in IE.
Thanks,
Kelly
Re: Cherry Zen Template Support Thread
What do you want to do move it up closer next to your picture, if so in your stylesheet.css find this line and
Quote:
#cartAdd {
width:125px;
text-align:center;
margin:10px auto;
float:right;
padding-right:10px;
Change the margin like I have below. Keep playing with it until you move it where you like.
Quote:
#cartAdd {
width:125px;
text-align:center;
margin:45px 130px 10px;
float:right;
padding-right:10px;
}
Re: Cherry Zen Template Support Thread
Follow up to the link border: this can be done by adding a border to the navSupp section. Thanks Glenn!
Re: Cherry Zen Template Support Thread
Is there a way to make this template IE8 compatible and have the compatibillity button not appear?
Re: footer inside main page
Quote:
Originally Posted by
gsdcypher
hi jade,
oops back to the footer thing. apparently the view cart page functions differently than all the other pages. and when i moved the code in the tpl_footer file above the closing divs code, it worked for all pages...except the view cart page (which it broke).
:lamo:
so is there another way to get the footer links to be included in the main body page???
thanks.
Have you tried moving the code to tpl_main_page.php?