Page 146 of 305 FirstFirst ... 4696136144145146147148156196246 ... LastLast
Results 1,451 to 1,460 of 3042
  1. #1451
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi - I absolutely LOVE this template and am trying to use it for a client/friend of mine.

    Here's the URL: http://mcduckcreations.powweb.com/shop

    I've installed the template from the newest file on the download site but am having a little bit of trouble. The home page of the site is not displaying correctly. It seems to be missing the menus and sideboxes. However, when you click on a category from the top menu, everything looks beautiful. Do you have any idea what might be causing this? It seems to have happened after I uploaded the client's logo. I've since tried to "reinstall" the files to see if I changed something I shouldn't have but it's not helping.

    Thanks! (And thanks very much for this contribution!)

    Janelle

  2. #1452
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi again

    I'm not sure if what I am asking is possible but I have added a image for the background at the size of 1280 x 873 it fits perfect for my screen. Which is 1280 x 1024 the body settings are

    body {
    color:#666666;
    background-image: url(../images/background-borders.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    }

    But if I change the screen resloution down to 1024 x 768 you can only see half of the background image.

    any ideas or other suggestions into how I can get this to work, the reason of the background is because it matches the rest of the site then it comes to zencart. link below will show you the image.

    http://www.airliedayspa.com.au/cart

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by janellez View Post
    Hi - I absolutely LOVE this template and am trying to use it for a client/friend of mine.

    Here's the URL: http://mcduckcreations.powweb.com/shop

    I've installed the template from the newest file on the download site but am having a little bit of trouble. The home page of the site is not displaying correctly. It seems to be missing the menus and sideboxes. However, when you click on a category from the top menu, everything looks beautiful. Do you have any idea what might be causing this? It seems to have happened after I uploaded the client's logo. I've since tried to "reinstall" the files to see if I changed something I shouldn't have but it's not helping.

    Thanks! (And thanks very much for this contribution!)

    Janelle
    Take out the <noscript> from you home page welcome text.

  4. #1454
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thank you so much - must have been in the code I copied in just to play with content on that page. Thank you again! I'm sure it's something really simple, but how do I stop the categories from showing up on the main section of the index page?

    Thanks!

    Janelle

  5. #1455
    Join Date
    Oct 2005
    Location
    San Francisco
    Posts
    107
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi All & Jade,
    Thanks for the template! It really makes my site look good. I am now ready to reveal it to all the other Apple Zenners out there. I have a few little things that I am having trouble with, if any one can offer some help - on my categories page, I am leaving categories without images to keep things looking clean, but I end up with a long left side list, instead of a block -
    http://holidaytoyexpress.com/Shop/in...d1008cdea0b63b

    I also seem to have my products clumping in odd, asymmetric ways, even when I change the display numbers.
    Otherwise, the template works great, and I appreciate all the work that went into it! By the way, I am a complete Mac person with no access to Windows etc., so if it isn't showing up well in that format, please let me know!

    John

  6. #1456
    Join Date
    Nov 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi All,

    Would anyone mind too much having a look at my store, and pointing me in the right direction of how I add a banner across the top please?. http://www.tierra-norte.com/store

    I haven't worked on the site for a week or so, and now completely forget where to do everything! (I know...DUH).

    I think I disabled the logo.gif somewhere...but I'm not sure that's the correct place to put it anyway?

    Thanks!
    Last edited by torrence; 20 Nov 2007 at 09:36 PM.

  7. #1457
    Join Date
    Nov 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Well...I figured out how to get one on the bottom of the page...not having much luck with the top still though .

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Candylea View Post
    Hi again

    I'm not sure if what I am asking is possible but I have added a image for the background at the size of 1280 x 873 it fits perfect for my screen. Which is 1280 x 1024 the body settings are

    body {
    color:#666666;
    background-image: url(../images/background-borders.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    }

    But if I change the screen resloution down to 1024 x 768 you can only see half of the background image.

    any ideas or other suggestions into how I can get this to work, the reason of the background is because it matches the rest of the site then it comes to zencart. link below will show you the image.

    http://www.airliedayspa.com.au/cart
    Getting this to resize will be complicated. I think you'd have to create two new divs, that would be 100% wide, one with the left image, one with the right, then as the site window would resize, so would the background? I'm not positive, but it would take a bit of work.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by janellez View Post
    Thank you so much - must have been in the code I copied in just to play with content on that page. Thank you again! I'm sure it's something really simple, but how do I stop the categories from showing up on the main section of the index page?

    Thanks!

    Janelle
    Configuration, Index Listing, "Categories - Always Show on Main Page"

    Also, your home page categories are one on top of the other because of a change you made in your css. You didn't want your logo to float left, so you should have changed this:

    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}
    to this:

    Code:
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}
    So that ONLY the logo would stop floating left. The other things above need to continue to float:left.

    You changed that section to this:

    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	}

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by johnga View Post
    Hi All & Jade,
    Thanks for the template! It really makes my site look good. I am now ready to reveal it to all the other Apple Zenners out there. I have a few little things that I am having trouble with, if any one can offer some help - on my categories page, I am leaving categories without images to keep things looking clean, but I end up with a long left side list, instead of a block -
    http://holidaytoyexpress.com/Shop/in...d1008cdea0b63b

    I also seem to have my products clumping in odd, asymmetric ways, even when I change the display numbers.
    Otherwise, the template works great, and I appreciate all the work that went into it! By the way, I am a complete Mac person with no access to Windows etc., so if it isn't showing up well in that format, please let me know!

    John
    This is your problem:

    /*#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;
    }

    remove the /* before it. If you don't want your logo to float: left, simply remove #logo from the above list.

    Then remove this section so your logo does not resize:

    #logo {
    width:19.1em /* To prevent the logo from resizing, simply delete or comment out this section */
    }

    #logo img {
    width:100%;
    }

    As far as product clumping, I didn't see that, however I would change your image settings. If you set width of your product listing images to "0", and set a specific height, then all the product listings will look more "aligned", as the images will all be the same height, just different widths.

 

 

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