Page 156 of 305 FirstFirst ... 56106146154155156157158166206256 ... LastLast
Results 1,551 to 1,560 of 3042
  1. #1551
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello Jade,


    I'm pretty close to the end of this & cant figure out how the bar below the navigation, the part with the diamonds is just a few pixels to wide.

    Then I'm also trying to find where I can fix this text being so close to the edge in the products list. Example http://www.thewishingwellshop.com/wi...dex&cPath=8_31

    & last but not least I need to make the bottom half of the site red from right below the nav bar down to the bottom of the page?

    Any help will be greatly appreciated.

    Warm Regards,
    D.

    p.s.
    I wanted to let you know I may have found a bug or something because in Firefox the site displays correct. I use a mac & in Safari it show the Categories above the drop down on the right side of the logo. Is there something I need to add to make that not happen?

  2. #1552
    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.

  3. #1553
    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

  4. #1554
    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.

  5. #1555
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I should read the Read me more often!
    I figured out the issues.

    Many Thanks

    Quote Originally Posted by devon310 View Post
    Hello Jade,


    I'm pretty close to the end of this & cant figure out how the bar below the navigation, the part with the diamonds is just a few pixels to wide.

    Then I'm also trying to find where I can fix this text being so close to the edge in the products list. Example http://www.thewishingwellshop.com/wi...dex&cPath=8_31

    & last but not least I need to make the bottom half of the site red from right below the nav bar down to the bottom of the page?

    Any help will be greatly appreciated.

    Warm Regards,
    D.

    p.s.
    I wanted to let you know I may have found a bug or something because in Firefox the site displays correct. I use a mac & in Safari it show the Categories above the drop down on the right side of the logo. Is there something I need to add to make that not happen?

  6. #1556
    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

  7. #1557

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post

    Apple Zen is designed to **ONLY** have sideboxes on the right side of the page, and will automatically move all left sideboxes over to the right side. It is NOT possible to have sideboxes on the left side with this template, but if you forget to go to the Layout Boxes Controller in the admin and change all sideboxes to the right, your left boxes will still display, but they will display below any right sideboxes.


    Wow, that was my next question..
    Yeah i was hoping there was way to switch the boxes to the left..

    Hey but its abeautiful design.. props Jade..

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by printjuce View Post
    Wow, that was my next question..
    Yeah i was hoping there was way to switch the boxes to the left..

    Hey but its abeautiful design.. props Jade..
    Read the readme.txt. Specifically #5 in the tips section.

  9. #1559
    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.

  10. #1560

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Read the readme.txt. Specifically #5 in the tips section.
    Cool I'll check that out..=)

    I'll come back with some feedback..

    Thanx Jade

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 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

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