Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
clydejones
OK, I'll put them up on my test site and see if I can track down the problem.
OK, I think I got it:
open tpl_login_default.php
right at the top make the highlighted change.
<div class="centerColumn">
<?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
<div id="loginColumnLeft">
In your original file you had <div id="centerColumn">
This is calling an id from the stylesheet instead of the class that is there.
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
clydejones
OK, I think I got it:
open tpl_login_default.php
right at the top make the highlighted change.
<div class="centerColumn">
<?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
<div id="loginColumnLeft">
In your original file you had <div id="centerColumn">
This is calling an id from the stylesheet instead of the class that is there.
You might also want to make the following changes to the login.css
.centerColumn {
margin-bottom: 2.5em;
margin: auto;
width: 790px;
}
#loginColumnLeft {
width: 60%;
margin-left:0;
float: left;
}
#loginColumnRight {
width: 35%;
padding-left:2.4em;
float: right;
}
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
clydejones
You might also want to make the following changes to the login.css
.centerColumn {
margin-bottom: 2.5em;
margin: auto;
width: 790px;
}
#loginColumnLeft {
width: 60%;
margin-left:0;
float: left;
}
#loginColumnRight {
width: 35%;
padding-left:2.4em;
float: right;
}
Clyde, I've been meaning to tell you thanks, that this worked great! But I am expecting our 7th child and the few brain cells I have left aren't working at their fullest potential :D But thanks for all your help. You are my favorite Zen man!
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Doodlebuckets
Clyde, I've been meaning to tell you thanks, that this worked great! But I am expecting our 7th child and the few brain cells I have left aren't working at their fullest potential :D But thanks for all your help. You are my favorite Zen man!
Glad its working.
Re: Ocean Front Template Support Thread
Clyde, I love your template, but I'm having a problem that I can not seem to resolve:
When viewing product details for any product, there seems to be a left margin that I can't seem to remove. All the other pages seem to be fine. To see what I'm talking about please view:
http://www.newemergencypreparedness....products_id=11
I have tried everything the stylesheet and still can not seem to locate the fix I need. This has been frustrating me for many days now. Please help.
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Jessica2000
Clyde, I love your template, but I'm having a problem that I can not seem to resolve:
When viewing product details for any product, there seems to be a left margin that I can't seem to remove. All the other pages seem to be fine. To see what I'm talking about please view:
http://www.newemergencypreparedness....products_id=11
I have tried everything the stylesheet and still can not seem to locate the fix I need. This has been frustrating me for many days now. Please help.
Which browser is this happening in?
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
clydejones
Which browser is this happening in?
It is happening in IE7 ...I just tried FF3, and it seems to work fine there. I've tried on multiple computers, and the same result in IE7.
Here's a screenshot of what is happening:
http://www.newemergencypreparedness....screenshot.jpg
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Jessica2000
Try this and see if it helps.
Just unzip the file and upload the entire includes folder to your server.
Attachment 5049
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
clydejones
Try this and see if it helps.
Just unzip the file and upload the entire includes folder to your server.
Attachment 5049
Sorry, but it did not fix the problem. Could it be something in the zen cart files and not the template that is causing it?
Re: Ocean Front Template Support Thread
Quote:
Originally Posted by
Jessica2000
Sorry, but it did not fix the problem. Could it be something in the zen cart files and not the template that is causing it?
Have you edited/modified tpl_product_info_display.php in any way?