Woops I meant Define pages. Sorry I misspoke. That is what got totally written over. Let me search on a backup for define pages... Thanks for your help!
Printable View
Woops I meant Define pages. Sorry I misspoke. That is what got totally written over. Let me search on a backup for define pages... Thanks for your help!
Hi Clyde,
I was trying to use the Mystic River Template but have switched over to Comstock due to a more streamlined stylesheet and more than typical mods we wanted to do. However, I am having the same problem on Comstock.
See this link to a product page. Notice how the description area "bleeds" into the image. I know we can move the description area over but then it becomes a narrow column that is not very pleasing to the eye.
Is there a way to keep the "wideness" of the product page without it bleeding into the image?
http://www.findmyhomecomingdress.com...roducts_id=357
Thank you so much.
Also, I meant to ask in my last post:
1) Trying to change the background image - I believe it's "main wrapper" to gray and it doesn't seem to work. I've done this on other zen sites and know where the code is. Is there something unusual about this template that it won't let me change the main background color?
2) Want to make the logo area and footer area same width as the center box.
Love your template but just need a few tweaks and appreciate your help.
includes/templates/comstock/css/stylesheet.css
find the following and change the background:
.centerColumn {
padding: 0.8em 0.8em 40px 0.8em;
background: #fff;
font-size: 1.2em;
}
footer:
create a new graphic (bottom_header.gif) with a sidth of 950px;
logo area:
includes/templates/comstock/css/stylesheet.css
find the following and adjust the width to 950px
#logoWrapper {
margin: 0 auto;
padding: 0;
width: 907px;
height:100px;
background: #f2f2f2;/* url(../images/header_bg.jpg) no-repeat;*/
position: relative;
}
#navAccountWrapper {
margin: auto;
background: #f2f2f2;/* url(../images/header_bg_2.jpg);*/
font-weight: bold;
color: #ffffff;
height: 26px;
width: 907px;
}
Thanks for the answers. I will look into that but I found another problem.
When going to a products from categories link, next, listing, and previous buttons appear as normal.
But when going to the same product from New Products, All Products, or even type the item number in the Search box, produces no buttons. But it is intermittent. Sometimes they appear, and sometimes not.
Here are the links with the buttons and without. Also the Cpath number is different on the URL. Thanks!
http://www.findmyhomecomingdress.com...roducts_id=514
http://www.findmyhomecomingdress.com...roducts_id=514
To be honest, I'm not sure, but I believe it has something to do with how you've set up your categories and products.
When you click on this product http://www.findmyhomecomingdress.com...roducts_id=514
the url shows a cPath of 5 plus the product_id ( main_page=product_info&cPath=5&products_id=514 )
but when you click on this product http://www.findmyhomecomingdress.com...roducts_id=514[/QUOTE]
the url shows a cPath of 0 plus the product_id ( main_page=product_info&cPath=0&products_id=514 )
Hi Clyde,
Thank you so much for all your help. Still looking into the Button Issue. But I have one more question:
How do we increase the size of the logo image area? Width for sure and maybe even vertically?
Thanks!
see the post above it contains the information ( http://www.zen-cart.com/forum/showpo...&postcount=564 )
I just wanted to clarify my last post:
"How do we increase the size of the logo image area? Width for sure and maybe even vertically?"
I appears that you responded with the answer to my previous post regarding the logo wrapper. I am talking about just the Logo Image area by itself so we can increase the size of our Logo.