Page 217 of 305 FirstFirst ... 117167207215216217218219227267 ... LastLast
Results 2,161 to 2,170 of 3042
  1. #2161
    Join Date
    Sep 2007
    Location
    Tasmania
    Posts
    46
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    This is not an adjustable setting, this is a CSS menu, not a javascript one.
    Ahh, that makes sense to me now. Thanks Jade.

  2. #2162
    Join Date
    Jun 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have been digging and digging through this thread (Dang there is a TON of good information here!!), but I can not figure out my logo problem. I figured you guru's could figure it out in a snap!

    I replaced the logo.gif with my logo and got it centered, it fits properly and it looks great in FireFox 3.x... but in IE7, it is not centered (left justified?) and there is a dark horizontal bar beneath my logo (what the?).

    Any assistance would be greatly appreciated!

    You can see the site at; http://www.sarzottiwinery.com/store/

    Please see attached screenshots.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	SarzottiWinery_FF_ScreenShot.jpg 
Views:	184 
Size:	95.0 KB 
ID:	4272   Click image for larger version. 

Name:	SarzottiWinery_IE_ScreenShot.jpg 
Views:	204 
Size:	58.8 KB 
ID:	4273  

  3. #2163
    Join Date
    Sep 2007
    Location
    Florida
    Posts
    7
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    How do you comment out green and uncomment blue ect.?

  4. #2164
    Join Date
    May 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kevdoginca View Post
    I have been digging and digging through this thread (Dang there is a TON of good information here!!), but I can not figure out my logo problem. I figured you guru's could figure it out in a snap!

    I replaced the logo.gif with my logo and got it centered, it fits properly and it looks great in FireFox 3.x... but in IE7, it is not centered (left justified?) and there is a dark horizontal bar beneath my logo (what the?).

    Any assistance would be greatly appreciated!

    You can see the site at; http://www.sarzottiwinery.com/store/

    Please see attached screenshots.
    Hi
    This is exactly the same issue I have but it seems no one seems to know how to resolve.

    To remove the colour bar below the logo you can set the colour as I had the same problem I set the background in #headerwrapper in stylesheet.css to my background colour, although I think you also have a background image with that dark brown colour somewhere - "apple_zen/images/site-bg.gif" I would try changing that as well as to be perfectly honest I am not great at this stuff but it worked for me!

    Although I still have the bar below the logo but now its same as my background - FF/Safari seem to render it perfect just like your example...

    I see you also have the other same issue as me in the the drop down Menu in IE actually covers the top two pixels of the div below it! See image attached

    (same issue on my site (see post: http://www.zen-cart.com/forum/showpo...postcount=2161)

    There must be someone on the forum who knows why IE dos this and can offer help to us less css empowered people :)

    regards
    Andy
    Attached Images Attached Images  

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kevdoginca View Post
    I have been digging and digging through this thread (Dang there is a TON of good information here!!), but I can not figure out my logo problem. I figured you guru's could figure it out in a snap!

    I replaced the logo.gif with my logo and got it centered, it fits properly and it looks great in FireFox 3.x... but in IE7, it is not centered (left justified?) and there is a dark horizontal bar beneath my logo (what the?).

    Any assistance would be greatly appreciated!

    You can see the site at; http://www.sarzottiwinery.com/store/

    Please see attached screenshots.
    First of all, I see a lot of issues in your stylesheet. I think that you think that a # symbol hides css, as I see a lot of stuff like this:
    Code:
    #logo 
    {
     /#width: 19.1em;/* To prevent the logo from resizing, simply delete or comment out this section */
    }
    
    #logo img 
    {
     #width: 562;
    }
    Those need to be gone. If you want to hide css, you can do this:
    Code:
    /* Hidden Stuff Here */
    As in the instructions in the stylesheet, simply add:

    Code:
    text-align:center;margin:0 auto
    to #logo to center the logo.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by sadwargamer View Post
    Hi
    This is exactly the same issue I have but it seems no one seems to know how to resolve.

    To remove the colour bar below the logo you can set the colour as I had the same problem I set the background in #headerwrapper in stylesheet.css to my background colour, although I think you also have a background image with that dark brown colour somewhere - "apple_zen/images/site-bg.gif" I would try changing that as well as to be perfectly honest I am not great at this stuff but it worked for me!

    Although I still have the bar below the logo but now its same as my background - FF/Safari seem to render it perfect just like your example...

    I see you also have the other same issue as me in the the drop down Menu in IE actually covers the top two pixels of the div below it! See image attached

    (same issue on my site (see post: http://www.zen-cart.com/forum/showpo...postcount=2161)

    There must be someone on the forum who knows why IE dos this and can offer help to us less css empowered people :)

    regards
    Andy
    Try turning off the ezpages header section in your admin. "Configuration", "Ez-Pages Settings"

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by LinDAvid View Post
    How do you comment out green and uncomment blue ect.?
    /* Hidden CSS Here */

    Hide the colors you don't want, and un-hide the one you do.

  8. #2168
    Join Date
    Jun 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    THANKYOUTHANKYOUTHANKYOU!!!

    Yes... my knowledge of css stylesheets is severely lacking... I admit that I am confused by it simply because I am not familiar... I did not know the correct tags for comments... I was using the old html # in front of... which is the root of my problem. I had made so many changes, it was difficult to figure out which fields I screwed up, so I simply took a new clean approach and all is working wonderfully now!!

    Thanks again for this AWESOME template and all the support!

    KevDoginCA

  9. #2169
    Join Date
    Jan 2005
    Location
    Old Blighty
    Posts
    101
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello there, really loving this template, thank you. I've done a bit of modification to it, and still hacking away at it. I've noticed that it looks pretty awful in Internet Explorer 6 (looks fine in Firefox, Safari and IE7). The top level tabs of the drop down menu are stacking on top of one another, and stretching across the page. The website is at http://one.valcatohosting.com/~arcademu

    I've tried the .htaccess instructions but I'm not seeing any difference, however, I can't be sure if I've done it correctly. My .htaccess looks like this:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName arcademusic.co.uk
    AuthUserFile /home/arcademu/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/arcademu/public_html/_vti_pvt/service.grp

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^one.valcatohosting.com/~arcademu$ [NC]
    RewriteRule ^(.*)$ http://one.valcatohosting.com/~arcademu$1 [R=301,L]

    I'd really appreciate it if anyone could help with this one. I have searched this forum (which is an effort in itself - loads of posts) but can't really find much on this issue.

    Cheers!

  10. #2170
    Join Date
    Jul 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    First off... thanks for this template, its really saved me alot of time for this project im working on. I added a scriptaculous effect to the drop down menu so the menu rolls down. The problem im having is theres a little flicker from the original menu code appearing then the scriptaculous effect starts. Do you have any ideas about how to disable this from happening?

    For reference, heres the domain I'm doing the development on.

    http://zencart.mp-development.net/

    Thanks

 

 

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