Re: Mystic River Template Support Thread
thank you so much that worked..
have a great day..
naomi
Quote:
Originally Posted by
clydejones
and i get his error in the admin
What error are you getting?
and I have this N','favicon.ico'); ?> and I search and searched and can not find it anywhere. the file it is on.
check here.
includes/languages/english/meta_tags.php
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
clydejones
Link to your site?
https://marilyns.pasty.net/ This is just my test site.
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
dlaitila
open includes/templates/mystic/css/stylesheet.css
find the following declaration and make the highlighted change
#mainWrapper {
margin:0 auto;
background:#ffffff;
color:#000;
text-align:left;
width:905px;
vertical-align:top;
}
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/mystic/css/stylesheet.css
find the following declaration and make the highlighted change
#mainWrapper {
margin:0 auto;
background:#ffffff;
color:#000;
text-align:left;
width:905px;
vertical-align:top;
}
Thanks, Clyde... it worked fine. Great template.
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
dlaitila
Thanks, Clyde... it worked fine. Great template.
glad you got it sorted
Re: Mystic River Template Support Thread
Clyde, hi again. Been working on zencartzen, just put it on upcoming domain here:
http://www.fashion-mart.biz/
Very elegant and will definitely use it. But I'm taking another look at Mystic River for PromMart, due to the "Fun" colors. Test site again:
http://www.prom-mart.com/
Jumping issue: left column briefly jumps to center on page change. Search found this thread, tried setting "auto", didn't work:
http://www.zen-cart.com/forum/showthread.php?t=99841
Do you have a solution for the center jumping? Thanks.
sph
www.prommart.com - zencartzen
www.fashion-mart.biz - zencartzen, under development
www.prom-mart.com - mystic river, test site
1.3.9h, IH3, Lightbox
PS: Time flies, one year ago this month we were looking at Mystic River, post 86, page 9, put right col on product page.
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
SPH
Clyde, hi again. Been working on zencartzen, just put it on upcoming domain here:
http://www.fashion-mart.biz/
Very elegant and will definitely use it. But I'm taking another look at Mystic River for PromMart, due to the "Fun" colors. Test site again:
http://www.prom-mart.com/
Jumping issue: left column briefly jumps to center on page change. Search found this thread, tried setting "auto", didn't work:
http://www.zen-cart.com/forum/showthread.php?t=99841
Do you have a solution for the center jumping? Thanks.
sph
www.prommart.com - zencartzen
www.fashion-mart.biz - zencartzen, under development
www.prom-mart.com - mystic river, test site
1.3.9h, IH3, Lightbox
PS: Time flies, one year ago this month we were looking at Mystic River, post 86, page 9, put right col on product page.
I just checked the site in FF, IE, Opera, Safari and Chrome and didn't notice any Jump
Re: Mystic River Template Support Thread
I'm using IE9. Occassionally there is no jump but most of the time going page to page the left categories box is dead-center of my screen for a blink. I did bring up my FF and did not reproduce this center jump. Don't know what to say; I know it's hard to "fix" what cannot be reproduced.
Thanks.
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
clydejones
glad you got it sorted
Could you please help me figure out how to put a little more padding or space in the product description? My client is adding images that are all different sizes and I think that is part of the problem. The text butts right up next to the image of the product in the listings as you can see on this example page.
http://test.marilynsglass.com/index....=index&cPath=1
Scroll down to the Fishscale lamps and you will see what I mean.
Thanks...
Re: Mystic River Template Support Thread
Quote:
Originally Posted by
dlaitila
Could you please help me figure out how to put a little more padding or space in the product description? My client is adding images that are all different sizes and I think that is part of the problem. The text butts right up next to the image of the product in the listings as you can see on this example page.
http://test.marilynsglass.com/index....=index&cPath=1
Scroll down to the Fishscale lamps and you will see what I mean.
Thanks...
open includes/templates/mystic/css/stylesheet.css
at the bottom of the stylesheet add the following:
.listingProductImage {
margin-right:.5em;
}