Page 1 of 2 12 LastLast
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 Support Thread

    Quote Originally Posted by cartguin View Post
    Hello, jettrue, I'm also having a problem with Internet Explorer.

    When I turn off category tabs (Admin > configuration > layout settings > Categories-Tabs Menu ON/OFF > off), in IE7 not only does the category-tabs list disappear but also the applezen drop menu. However, the dropdown remains in Firefox, which is what I want.

    Then when I attempt to modify tpl_modules_categories_tabs.php by commenting out the echo...

    Code:
      <li><!--?php echo $links_list[$i];?--></li>
    ...the apple zen drop down menu stays in Internet Explorer but moves to the top and covers the Home, Login links and the Search apparatus.

    Any suggestion how to kill the category listing but keep the apple zen drop down menu so IE7 looks the same as Firefox?

    FWIW, ideally, I want the drop down menu to be above the logo and the home, login links and search box.
    Under normal circumstances, turning off category tabs WILL NOT turn off the drop down menu. My guess is you changed something to cause that. Re-upload the original includes/templates/apple_zen/common/tpl_header.php.

    And undo that commenting of the echo you did, that isn't correct php syntax either way.

  2. #2
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for the quick reply!
    Quote Originally Posted by jettrue View Post
    And undo that commenting of the echo you did, that isn't correct php syntax either way.
    Since I'm using all original files, I removed the php code entirely between the <li>tags</li>. I keep forgetting IE bonks on quickie php uncommenting. So, Voila, now IE7 shows the drop menu as it appears in Firefox. Thanks!

    Still don't know why the admin panel OFF switch is affecting Internet Explorer. I'm working from both original 1.3.7.1 and original Apple Zen files as I do a proper rebuild of my site. Thus far, in addition to whatever admin panel changes I've made, the only other edits are to color, fonts, padding and margin in the CSS. That was my first edit to any core code, Apple or Cart, and unfortunately, it's the only way I can get IE7 to cooperate. C'est la vie.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cartguin View Post
    Thanks for the quick reply!

    Since I'm using all original files, I removed the php code entirely between the <li>tags</li>. I keep forgetting IE bonks on quickie php uncommenting. So, Voila, now IE7 shows the drop menu as it appears in Firefox. Thanks!

    Still don't know why the admin panel OFF switch is affecting Internet Explorer. I'm working from both original 1.3.7.1 and original Apple Zen files as I do a proper rebuild of my site. Thus far, in addition to whatever admin panel changes I've made, the only other edits are to color, fonts, padding and margin in the CSS. That was my first edit to any core code, Apple or Cart, and unfortunately, it's the only way I can get IE7 to cooperate. C'est la vie.
    Could I see a link to your site?

  4. #4
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Could I see a link to your site?
    It's behind a security layer. You're right, though. The Tabs On/Off issue went away when I used a manual installation of Zen Cart (used Fantastico earlier).

  5. #5
    Join Date
    Mar 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello Jade,

    This is my first post on this site.

    First of all, I would like to thank you for the wonderful templates and mods you offer on zen-cart.com. I am a new zenner and one of the happy users of your works. I am about to launch my Zen Cart shop using your Apple Zen template. Everything seems okay except for the following pages.

    http://ZEN-CART_URL/index.php?main_page=specials
    (The problem occurs, when no product is marked as special.)

    http://ZEN-CART_URL/?p=1
    (the single post view page of the Wordpress mod.)


    When there is no special product, the side boxes which are supposed to in the right column move to the left (FF2 & IE6). Also when I view the single post page of the Wordpress mod, the side boxes move to the bottom-left corner under the blog comment section (IE6).


    I tried to fix the problem and searched in the support forum but could not find the answer (Sorry, if I overlooked the answer). I would be grateful if someone could help me.


    My site is powered by Zen Cart version 1.3.0.2 and Apple Zen template version 2.3.

    Thanks for your attention
    Tsuyoshi

  6. #6
    Join Date
    Feb 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey Jettrue,

    Congratulations on producing the first truly professional-looking, and free, template for zen-cart!

    Seems no-one replied to my last post, but then I did come in with all guns (or questions!) blazing, and perhaps a more polite protocol is called for.

    Solved most of the problems I had there, but I still have one really annoying layout problem.

    My version of apple_zen is fairly modified, as you can see, and I have changed (I know ya boo sucks!) to a non-fluid layout, with a set width.

    I have changed all widths to 780px and 781px from 70em and 71em.

    I have also played around with the centerColumn and NavColumn widths to get everything roughly where I want it (still much tweaking to be done).

    The problem, is that can't get all the pieces to line up. Looking at my site in Firefox on a Mac, you will see that the main content is offset from the logo and drop menu.

    https://www.shopfoundation.com/store/

    Looking at it in Windows IE, things sort of line up, but i have a white box offset to the left of the drop-down menu.

    I can't for the life of me work out why!!

    Any help gratefully appreciated, to spare what little hair I have left!

    I'll happily share my CSS code if it helps.

    Regards,

    James W

  7. #7
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by SZRacer View Post
    I have changed all widths to 780px and 781px from 70em and 71em.
    First step I would take is to change to 782 from 781. I've never had luck with wrappers that are 1px wider than what they contain.

    Then, what happens when the ribbon is not loaded? From Firefox/XP, it looks as if it is wreaking havoc and causing the shifts. If not, then look at the amount of pixels that areas shift. The home/login/search bar shifts one pixel to the right. The sidebar and "center" column shift six pixels right. Both amounts that coincide with how much the ribbon protrudes into those respective areas. And the jmdbag.jpg image is not centered, why? It has 100 pixels to its left and 91 to its right. That doesn't look right.

    So, look at those amounts, the differences, etc. and see if you have anything that matches in your CSS that could be the cause.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by SZRacer View Post
    Hey Jettrue,

    Congratulations on producing the first truly professional-looking, and free, template for zen-cart!

    Seems no-one replied to my last post, but then I did come in with all guns (or questions!) blazing, and perhaps a more polite protocol is called for.

    Solved most of the problems I had there, but I still have one really annoying layout problem.

    My version of apple_zen is fairly modified, as you can see, and I have changed (I know ya boo sucks!) to a non-fluid layout, with a set width.

    I have changed all widths to 780px and 781px from 70em and 71em.

    I have also played around with the centerColumn and NavColumn widths to get everything roughly where I want it (still much tweaking to be done).

    The problem, is that can't get all the pieces to line up. Looking at my site in Firefox on a Mac, you will see that the main content is offset from the logo and drop menu.

    https://www.shopfoundation.com/store/

    Looking at it in Windows IE, things sort of line up, but i have a white box offset to the left of the drop-down menu.

    I can't for the life of me work out why!!

    Any help gratefully appreciated, to spare what little hair I have left!

    I'll happily share my CSS code if it helps.

    Regards,

    James W
    Hi, sorry for my delayed replies, I'm having little computer time lately. It looks like you've got it figured out? I'll try and devote more time to my templates this evening, sorry guys!

  9. #9
    Join Date
    Mar 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by yuibi View Post
    Hello Jade,
    http://ZEN-CART_URL/index.php?main_page=specials
    (The problem occurs, when no product is marked as special.)

    http://ZEN-CART_URL/?p=1
    (the single post view page of the Wordpress mod.)

    When there is no special product, the side boxes which are supposed to in the right column move to the left (FF2 & IE6). Also when I view the single post page of the Wordpress mod, the side boxes move to the bottom-left corner under the blog comment section (IE6).

    My site is powered by Zen Cart version 1.3.0.2 and Apple Zen template version 2.3.

    Thanks for your attention
    Tsuyoshi
    Hi,

    I have figured out how to fix the problem occurred with WordPress on Zen Cart.
    What I did is add
    Code:
    .widecolumn { width: 95%; }
    to /WordPress path/wp-content/themes/default/style.css.

    That was so easy.

    I will disable the dropdown "special" link under "home" when no product is marked as special.

    Thank you,
    Tsuyoshi

  10. #10
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    217
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Wow... I am at my wits end with trying to figure out some things in apple zen with it's drop down menu! I really need some help!

    I have the drop down menu in the header and I would like to get rid of the following: (I have tried and tried to no avail)

    1. About us
    2. Discount Coupons
    3. Gift Certificates
    4. Specials
    5. New products

    I also cannot get the site map to go away!

    www.photographysisters.com

    Thank you

 

 
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