Page 154 of 305 FirstFirst ... 54104144152153154155156164204254 ... LastLast
Results 1,531 to 1,540 of 3042
  1. #1531
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Yes all sideboxes are off.
    THANK YOU SO MUCH that worked even though I think I may still need to resize the header or logo image or adjust the center column.

    I also noticed these issues I'm having these issues as well.
    Under Home if you select ALL PRODUCTS none of the pictures show up?
    Is that normal?

    Thank You Again & I will be sure to get some donations your way.

    Quote Originally Posted by jettrue View Post
    All your sideboxes are staying off, right? For the main section issue, change .centerColumn to this:

    Code:
    .centerColumn {
    	width:100%;
    	float:left;
    	margin:0;
    	padding:0;
    	text-align:left;
    	line-height:1.6em;
    	}
    To fix the logo, remove this:

    Code:
    #logo img {
    	width:100%;
    	}
    and to center it, change #logoWrapperOuter to this:


    Code:
    #logoWrapperOuter {
    	margin:0 auto;
            text-align:center;
    	}

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by devon310 View Post
    Yes all sideboxes are off.
    THANK YOU SO MUCH that worked even though I think I may still need to resize the header or logo image or adjust the center column.

    I also noticed these issues I'm having these issues as well.
    Under Home if you select ALL PRODUCTS none of the pictures show up?
    Is that normal?

    Thank You Again & I will be sure to get some donations your way.
    I see pictures in the ALL PRODUCTS.

  3. #1533
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    I see pictures in the ALL PRODUCTS.
    This issue is under Home - ALL PRODUCTS
    You see products here? I'm checking in safari & Firefox & see none.
    http://www.thewishingwellshop.com/wi...e=products_all

    Regards,
    Devon
    Last edited by devon310; 15 Dec 2007 at 11:42 PM.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by devon310 View Post
    This issue is under Home - ALL PRODUCTS
    You see products here? I'm checking in safari & Firefox & see none.
    http://www.thewishingwellshop.com/wi...e=products_all

    Regards,
    Devon
    Did you turn on images? "Configuration", "All Listing".

  5. #1535
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello,

    Yes it is on. Its strange, how can I just remove that link completely?
    It's actually unnecessary I think.

    I also need to add & remove some links from the drop down menus. I think I saw a post here though about that.


    Many Thanks,
    Devon

  6. #1536
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I am also wondering where the code for the white background is located?

    Many many thanks.

    Warm Regards,

  7. #1537
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by devon310 View Post
    I am also wondering where the code for the white background is located?

    Many many thanks.

    Warm Regards,

    I think I found that White BG problem.

    now on http://www.thewishingwellshop.com/wi..._page=specials

    now they show in one column how do I get these back to show in rows of 3?
    Is that in Admin?

    Warm Regards,

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by devon310 View Post
    I think I found that White BG problem.

    now on http://www.thewishingwellshop.com/wi..._page=specials

    now they show in one column how do I get these back to show in rows of 3?
    Is that in Admin?

    Warm Regards,
    SIGH, I answer this question SO often, LOL, everyone does the SAME thing.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:center;
    }

    First of all, there's no such thing as float center.

    Second of all, you didn't just change #logo with your change, see the 5 other things after #logo? If you want to center the logo, only change the logo, let the other 5 things keep float:left:

    Code:
    #logo {text-align:center;} 
    
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}

  9. #1539

    Default Re: Apple Zen Support Thread

    Please ignore this post unless you are jettrue.

    I have attached the image that I PMed you about. Hope it helps!
    Attached Images Attached Images  

  10. #1540
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    YOU ROCK!
    Thanks & thanks again.

    \m/





    Quote Originally Posted by jettrue View Post
    SIGH, I answer this question SO often, LOL, everyone does the SAME thing.

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:center;
    }

    First of all, there's no such thing as float center.

    Second of all, you didn't just change #logo with your change, see the 5 other things after #logo? If you want to center the logo, only change the logo, let the other 5 things keep float:left:

    Code:
    #logo {text-align:center;} 
    
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}

 

 

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