Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by helpme View Post
    My site looks fine in IE but in Firefox all of my content is set completely off the page to the right. The only thing that shows on without scrolling is the header and the logo. Any ideas?
    It looks like perhaps you recently updated the template, but didn't update your css with the new updates. You have the clearfix tags in the html of the site, but you don't have the clearfix css in the stylesheet.

    Add this to your stylesheet:

    Code:
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    
    .clearfix {display: inline-block;}
    
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
    But you also have an error in your html. Your headerWrapper div is closing too early. Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php, and remove the </div> that is right before this:

    Code:
      <div class="clearBoth"></div>
      <!--eof-navigation display-->
    and move it to the end of the file. I think that will fix the issue.

  2. #2
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It looks like perhaps you recently updated the template, but didn't update your css with the new updates. You have the clearfix tags in the html of the site, but you don't have the clearfix css in the stylesheet.

    Add this to your stylesheet:

    Code:
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
     
    .clearfix {display: inline-block;}
     
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
    But you also have an error in your html. Your headerWrapper div is closing too early. Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php, and remove the </div> that is right before this:

    Code:
      <div class="clearBoth"></div>
      <!--eof-navigation display-->
    and move it to the end of the file. I think that will fix the issue.
    Thanks for your help Jade, I change the stylesheet.css file as you said however I still have the problem in Firefox? Any other idea, I did learn that you can't save changed css files so I have taken all of those off.
    And I also fixed the haderWrapper.
    Thanks for your help!

  3. #3
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by helpme View Post
    Thanks for your help Jade, I change the stylesheet.css file as you said however I still have the problem in Firefox? Any other idea, I did learn that you can't save changed css files so I have taken all of those off.
    And I also fixed the haderWrapper.
    Thanks for your help!
    I still see an extra </div> after the logo section, and a missing one after the drop menu.

  4. #4
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I still see an extra </div> after the logo section, and a missing one after the drop menu.
    Jade, is it there now? I moved the </div> down to the bottom of the file and it turned my logo into a white slit. I tried moving it to other places and still the same thing. My site is also still screwed up in Firefox, any other ideas?
    I also have one other question, I noticed that charmedbytina.com is fluid, can AppleZen be fluid also? If so how can I do that?
    Thanks for your help!

  5. #5
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by helpme View Post
    Jade, is it there now? I moved the </div> down to the bottom of the file and it turned my logo into a white slit. I tried moving it to other places and still the same thing. My site is also still screwed up in Firefox, any other ideas?
    I also have one other question, I noticed that charmedbytina.com is fluid, can AppleZen be fluid also? If so how can I do that?
    Thanks for your help!
    Could you PM me a copy of your includes/templates/apple_zen/common/tpl_header.php?

    I'm not sure about making it fluid, that would take quite a bit of adjustment.

  6. #6
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Removing Gift Certificates

    I would like to remove the Gift Certificate FAQ link in the INFROMATION pull down menu. I commented it out of the headermenu.php but it is still there.
    I really want to remove all references to Gift Certificates. Can this entire process be disabled? Discount coupons are okay to keep, however, if it is easier to eliminate both, it won't break my heart.

    Any help would be appreciated.
    H. Light
    Florida

  7. #7
    Join Date
    May 2007
    Location
    Port Charlotte, FL
    Posts
    125
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I couldn't figure out how to delet the previous message. I found the answer using search. The answer was to simply turn off the Gift Certificate Module. I hope that remove all reference to Gift Certificates.

    Sorry for the unnecessary post.
    H. Light
    Florida

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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