Page 224 of 305 FirstFirst ... 124174214222223224225226234274 ... LastLast
Results 2,231 to 2,240 of 3042
  1. #2231
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Jimbofoxman View Post
    Done some searching.........any resolution on getting this to center in the main column and not across both the main and right sidebox?

    Plus it forces the right boxes down.........any way to fix that?

    Check out my example: http://www.flagshipmodels.com
    The banner three is set to go right beneath the breadcrumb links, all the way accross. Moving it so it is within the center content will be difficult, since the center content is different for each link you click. SO, if you only want it on the home page, I can give you one set of instructions. If you want it on ALL pages, then add a negative margin for #navColumnTwo, like this:

    #navColumnTwo {margin-top:-65px}

    You'll have to play with the number till its just right.

  2. #2232
    Join Date
    May 2008
    Posts
    33
    Plugin Contributions
    0

    Default Hide Categories in Apple Zen

    hi,
    I hope my question is not answered already.
    I try to hide some categories with the hide-categories-mod.
    Which file(s) should be modified to hide them also in the apple-zen dropdownmenu-listing?
    thanks in advance, anna

  3. #2233

    Default Re: Apple Zen Support Thread

    I looked through the posts and didn't see anything about Firefox and Chrome browsers so I hope I am not asking something that has already been answered. Everything looks fine when I look at my site, but on the Zen Cart Review thread, someone took these screenshots from Firefox 3 and Chrome browswers:
    http://www.zen-fu.com/zc/pic1.jpg
    http://www.zen-fu.com/zc/pic2.jpg

    These are from www.doodlebuckets.com Can you tell me how I can fix this? And maybe why others are seeing this but I am not seeing it using the same browsers? Thanks!

  4. #2234
    Join Date
    Jun 2008
    Posts
    19
    Plugin Contributions
    0

    Default .htaccess fatal error

    hi, jadetrue

    firstly, thank you for developing such a nice template and i really love it!

    my problem is:
    when i copy and paste the content inside your 'additions to .htaccess' file to .htaccess and save it under my site root: store/
    i can't access admin area of my testing site, it reported a 'Server error! 500'

    below attached the real content of my .htaccess file

    ## 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} ^example.com$ [NC]
    RewriteRule ^(.*)$ http://www.example.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

    when i remove the .htaccess file, all are OK again.

    why and how can i do to deal such situation?

    thanks for your help in advance
    David

  5. #2235
    Join Date
    May 2006
    Location
    Georgetown, TX
    Posts
    30
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Amy,

    Try this....

    in stylesheet_lightbox.css change your z-index about line 11 for #lightbox to 1000 instead of 100 and see if that makes it better.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    I looked through the posts and didn't see anything about Firefox and Chrome browsers so I hope I am not asking something that has already been answered. Everything looks fine when I look at my site, but on the Zen Cart Review thread, someone took these screenshots from Firefox 3 and Chrome browswers:
    http://www.zen-fu.com/zc/pic1.jpg
    http://www.zen-fu.com/zc/pic2.jpg

    These are from www.doodlebuckets.com Can you tell me how I can fix this? And maybe why others are seeing this but I am not seeing it using the same browsers? Thanks!
    I think you need to make your home page image section smaller.

    That next issue is part of the lightbox mod, I'd ask them, as I have no idea.

  7. #2237
    Join Date
    Sep 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I'm trying to figure out how to remove this text and "row"...see url and don't laugh...(http://thegoodnest.triplelattedesign.com/)

    I've been looking and can't find it.

    thank you in advance for your help!

    Attached Images Attached Images  
    Last edited by gottalovelattes; 9 Sep 2008 at 02:46 PM. Reason: goofed:)

  8. #2238
    Join Date
    Sep 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Never mind...finally found it in the forums.

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

    Default Re: .htaccess fatal error

    Quote Originally Posted by ptnan View Post
    hi, jadetrue

    firstly, thank you for developing such a nice template and i really love it!

    my problem is:
    when i copy and paste the content inside your 'additions to .htaccess' file to .htaccess and save it under my site root: store/
    i can't access admin area of my testing site, it reported a 'Server error! 500'

    below attached the real content of my .htaccess file

    ## 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} ^example.com$ [NC]
    RewriteRule ^(.*)$ http://www.example.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

    when i remove the .htaccess file, all are OK again.

    why and how can i do to deal such situation?

    thanks for your help in advance
    David
    Uh... did you not change example.com and yoursite.com to your actual website name??

  10. #2240
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Using Apple Zen

    Please help i need to remove the grey line in the photo? How?
    www.smartworldtech.net/datacenter/hwz/Zen.jpg
    Attached Images Attached Images  

 

 

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