Page 49 of 305 FirstFirst ... 3947484950515999149 ... LastLast
Results 481 to 490 of 3042
  1. #481
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jonisolis View Post
    I had this...

    .wrapperAttribsOptions {
    margin:0.3em .9em 0;
    }

    Now I have this...

    .wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
    float:left;
    margin:.2em .5em .2em 0;
    }

    That straightened out the boxes but I still would like a little more space between the options and between the option names and choices

    What do I have to play with for that?
    To get more space the the right of the option names (like after "Image Files" and "Web File Formats" and "Print File Formats"), you can change the h4.optionName section TO this (the 1em controls the padding-right):

    Code:
    h4.optionName {
    	line-height:1em;
    	padding:0 1em 0 0;
    	}
    To have more space between each specific option, change the section below TO:

    Code:
    .wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
    float:left;
    margin:.5em .5em .2em 0;
    }
    You'll also need to add this (the line height affects the padding between each specific option, and the padding-bottom adds space between the different attribute option sections):
    Code:
    .wrapperAttribsOptions {line-height:2em;padding-bottom:1em;}

  2. #482
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Dear Jade, Thank you. I have my space now but my little boxes are stair stepping again. Sorry to be such a pain in the ########, but can you check that?

    http://www.horse-logos.com/arab-flag...-clip-p-6.html

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jonisolis View Post
    Dear Jade, Thank you. I have my space now but my little boxes are stair stepping again. Sorry to be such a pain in the ########, but can you check that?

    http://www.horse-logos.com/arab-flag...-clip-p-6.html
    Yeah sorry, I posted that before checking in IE.

    Try changing the line-height of .wrapperAttribsOptions

    I know that line-height:2.5em will work, I'm not able to test right now, but 2.4 or 2.3 might work as well.

  4. #484
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    2.4em worked. I am using the Firefox browser; I haven't checked it in IE yet.

  5. #485
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    All I can say is that this template is amazing! I am having a problem with a product page of mine that is shifting down in IE6. I used the help in this thread to fix the problem of the info shifting down like the create account page but now a different page is doing it. I am using zen cart 1.3.7 and the latest version of apple zen. The problem page in IE6 is http://www.clglampwork.com/zencart/i...=index&cPath=2 but it works fine in IE7 and FireFox. Thank you for any help in advance!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by algirard8 View Post
    All I can say is that this template is amazing! I am having a problem with a product page of mine that is shifting down in IE6. I used the help in this thread to fix the problem of the info shifting down like the create account page but now a different page is doing it. I am using zen cart 1.3.7 and the latest version of apple zen. The problem page in IE6 is http://www.clglampwork.com/zencart/i...=index&cPath=2 but it works fine in IE7 and FireFox. Thank you for any help in advance!
    I think its because of the long line in the sidebox: Blue/Turquoise/Aqua (10)

    In Firefox and IE7, that hangs of the side of the page, and doesn't increase the width of the sidebox, while in IE6, the sidebox is expanding to contain it, therefore there isn't enough room for the center content (so it shifts down).

    My advice is to either find a way to shorten that category name, or tell me you don't want to do that, and you'll have to expand the sidebox in all browsers to avoid that issue. Removing the lines before the subcategories may help as well.

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

    Default Apple Zen has been Updated!

    Hello All!

    I've updated this mod to version 1.8. This version adds some code to additions_to_.htaccess, some changes to includes/templates/apple_zen/css/stylesheet_header_menu.css, and changes to includes/templates/apple_zen/css/stylesheet.css.

    This version is kind of rewrite for form issues so that there are fewer problems between browsers. I've cleaned up the form css as well, I was over-styling things a bit there.

  8. #488
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Well I can shorten it but how long can it be do you think. I also had some other questions. In the apple zen demonstration site there are buttons for checkout and shipping estimator while it is only text in mine. I was wondering how to change those to buttons. Also In the shipping estimator box I would like to move the update button to underneath the zip code box. Thank you for all the help. I'm slowly learning everything!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by algirard8 View Post
    Well I can shorten it but how long can it be do you think.
    I would just keep testing till the issue went away. You can also remove the lines before the subcategories in your admin under "Configuration", "Layout Settings':
    Categories Separator between the Category Name and Sub Categories

    Quote Originally Posted by algirard8 View Post
    I also had some other questions. In the apple zen demonstration site there are buttons for checkout and shipping estimator while it is only text in mine. I was wondering how to change those to buttons. Also In the shipping estimator box I would like to move the update button to underneath the zip code box. Thank you for all the help. I'm slowly learning everything!
    Are these buttons in these folder?

    /includes/templates/apple_zen/buttons/english/button_shipping_estimator.gif
    /includes/templates/apple_zen/buttons/english/button_checkout.gif

    As far as the shipping estimator issue, I think you'd need to address that in includes/templates/YOUR_TEMPLATE/templates/tpl_shipping_estimator.php

    Though I'm not positive, and not in the position to verify that at the moment.
    Last edited by jettrue; 14 Apr 2007 at 04:12 AM.

  10. #490
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Yes all of the button files are in the correct place on the website but they are still showing up as just text links. The link here http://www.clglampwork.com/zencart//..._estimator.gif proves that the button is on the site. Is there a setting somewhere that is set to only show text links and not button links or something.

    Sorry for all of the questions but I am trying to learn all that I can. I changed the categories to products in the css navigation menu but it did not change it in the categories side box. I was wondering how to change that. 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