Page 10 of 27 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 270
  1. #91
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    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.

  2. #92
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    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;
    }

  3. #93

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    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 But thanks for all your help. You are my favorite Zen man!

  4. #94
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    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 But thanks for all your help. You are my favorite Zen man!
    Glad its working.

  5. #95
    Join Date
    Dec 2008
    Posts
    7
    Plugin Contributions
    0

    Default 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.

  6. #96
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Jessica2000 View Post
    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?

  7. #97
    Join Date
    Dec 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    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

  8. #98
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Jessica2000 View Post
    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
    Try this and see if it helps.

    Just unzip the file and upload the entire includes folder to your server.

    Attachment 5049
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  9. #99
    Join Date
    Dec 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    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?
    Last edited by Jessica2000; 23 Dec 2008 at 02:56 AM. Reason: edit

  10. #100
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Jessica2000 View Post
    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?

 

 
Page 10 of 27 FirstFirst ... 8910111220 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. strange characters displayingn using ocean front template
    By bishop999 in forum General Questions
    Replies: 1
    Last Post: 28 Jul 2008, 07:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR