Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Would anyone be able to tell me what the .htaccess file in the root folder is supposed to contain by default? I overlooked the IE6 details in the readme, so after going back and adding those lines of code, I think the original .htaccess was written over by accident. Currently, it only contains the suggested code in the additions_to_htaccess.

    My drop down menu is not working in IE6, so I'm hoping to fix the .htaccess file.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mygalaxy View Post
    Would anyone be able to tell me what the .htaccess file in the root folder is supposed to contain by default? I overlooked the IE6 details in the readme, so after going back and adding those lines of code, I think the original .htaccess was written over by accident. Currently, it only contains the suggested code in the additions_to_htaccess.

    My drop down menu is not working in IE6, so I'm hoping to fix the .htaccess file.
    This is what my .htaccess on my test site looks like, just change it to your website address:
    Code:
    ## Add these to your .htaccess file so that only one way to your site exists, either http://yoursite.com and http://www.yoursite.com ... the following adds the www if it's missing:
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^zencart137.jadetrue.com$ [NC]
    RewriteRule ^(.*)$ http://www.zencart137.jadetrue.com/$1 [R=301,L]
    
    ## If you'd like your site to go to http://mysite.com instead of http://www.mysite.com, add these changes instead:
    
    ##RewriteEngine On
    ##RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
    ##RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]
    
    ## the following makes sure the correct mime type is sent for the .htc file
    AddType text/x-component .htc

  3. #3
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have that exact same text in my .htaccess file (in the root folder of course) and replaced the 'yoursite.com' with my domain. Not really sure what else to do. It doesn't seem to matter if the zen cart is installed in a sub directory since yours works well, i.e. www.mysite.com/shopping.

    If I'm not mistaken, it seems to only have problems with the home page when first loaded. On a separate web site, I've posted direct links to specific product category pages -- when I click on those links, the page loads up and the menus drop down just fine. I'm not sure if that has to do with something else, but may be helpful in figuring this out.

    I see that your test site as well as many others who have used your template don't seem to have any trouble and the menus drop down in IE6. I greatly appreciate your time and continued support with this issue.

  4. #4
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I am trying to make the template wider. I went throught 1st 100 messages (and last 20), there are just tooo many.. so I tried this:

    .centerColumn {
    width:100%;
    float:left;
    margin:0;
    padding:0;
    text-align:left;
    line-height:1.6em;
    }

    but the width is still the same.
    P.S. I would like to keep the sidebox

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Veronika7747 View Post
    I am trying to make the template wider. I went throught 1st 100 messages (and last 20), there are just tooo many.. so I tried this:

    .centerColumn {
    width:100%;
    float:left;
    margin:0;
    padding:0;
    text-align:left;
    line-height:1.6em;
    }

    but the width is still the same.
    P.S. I would like to keep the sidebox
    Nope, change that back to the original.

    Then change all instances of 70em to a larger number, maybe try 75em, then change all 71em to 76em.

  6. #6
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Nope, change that back to the original.

    Then change all instances of 70em to a larger number, maybe try 75em, then change all 71em to 76em.
    Thank you!

  7. #7

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Veronika7747 View Post
    I am trying to make the template wider. I went throught 1st 100 messages (and last 20), there are just tooo many.. so I tried this:

    .centerColumn {
    width:100%;
    float:left;
    margin:0;
    padding:0;
    text-align:left;
    line-height:1.6em;
    }

    but the width is still the same.
    P.S. I would like to keep the sidebox

    Yea its verry possible exactly what jade said,. change the sections width:70em; with a bigger number, i'd used 80em , i also try using % in some parts.. check out my results.. http://partyinyormouth.com/store/zen...ain_page=index

  8. #8
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mygalaxy View Post
    I have that exact same text in my .htaccess file (in the root folder of course) and replaced the 'yoursite.com' with my domain. Not really sure what else to do. It doesn't seem to matter if the zen cart is installed in a sub directory since yours works well, i.e. www.mysite.com/shopping.

    If I'm not mistaken, it seems to only have problems with the home page when first loaded. On a separate web site, I've posted direct links to specific product category pages -- when I click on those links, the page loads up and the menus drop down just fine. I'm not sure if that has to do with something else, but may be helpful in figuring this out.

    I see that your test site as well as many others who have used your template don't seem to have any trouble and the menus drop down in IE6. I greatly appreciate your time and continued support with this issue.
    Any ideas?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by mygalaxy View Post
    Any ideas?
    link to your site please?

  10. #10
    Join Date
    Dec 2007
    Posts
    15
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    I know these questions have likely been asked before, but I cannot seem to find it in this large forum (and FAQ would be great).

    1. I do not want to use the right side layout boxes. I simply want to use the top menu. How do I disable the right side box area (shaded) so that the main page gets the complete space available?

    2a. How can I make the header from about 2" high to about 1" high.
    2b. The space between the LOGO and the MENU is about 1/2". How can I shorten that?

    3. How do I remove the the small diagonal lines just under the menu items so that the navigation links (e.g. Home, etc.) are immedaitly under the menu? (not just remove the graphic, but also remove that space).

    4. Optional: Where would the best place to insert code (if you have any, let me know) to the header to show your Gift Certificate balance?

    THANK YOU SO MUCH! I am using your apple_zen 2.3 Green. Great job!

    Bob Tabin

 

 
Page 1 of 2 12 LastLast

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