Page 86 of 305 FirstFirst ... 3676848586878896136186 ... LastLast
Results 851 to 860 of 3042
  1. #851
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post

    Anyway, since you're not using the little striped grey border on the site, remove this section and see if that helps:

    #centerColumnOuter {
    margin:0 .5em;
    width:70em;
    height:15px;
    }
    No I'm afraid that hasn't made any difference. You can see the effect it [hasn't ]had at http://www.keela.co.uk.tango.webhoster.co.uk/catalog/

  2. #852
    Join Date
    Jun 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    Now just need to sort out the width in IE and I would like the white on all the page to be a lightish grey? dont know where to start?

    Thanks again YOU ROCK

    Did you get the IE size thing figured out? For some reason I had to convert the em to px on the #Logo{} part of stylesheet.css...so it went from:

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

    Code:
    #logo {
    	width:305px  /* To prevent the logo from resizing, simply delete or comment out this section */
    	}
    and it fixed my logo size problem in IE.

  3. #853
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Take a close look at where you added that css:
    .centerColumn {
    width:73%;
    float:right;
    position:relative;
    margin-right:1%;
    padding:1% 2% 0 2%;
    text-align:left;
    line-height:1.6em;


    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;
    }
    }
    I did but if remove any of te } it makes all the products even on the home page go down in a straight line ??? mmmm
    I cant figure this out !

    www.temp-tattoos.co.uk

  4. #854
    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 high2K View Post
    No I'm afraid that hasn't made any difference. You can see the effect it [hasn't ]had at http://www.keela.co.uk.tango.webhoster.co.uk/catalog/
    Phew, that was hard to find:

    #dropMenuWrapper {
    width:70em; /* change to width:70em; for narrow header*/
    /* remove float:left; for narrow header */
    margin:0 auto;
    text-align:center;
    height:1.18em;
    }

    It should be 2.18em

  5. #855
    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 symmo View Post
    I did but if remove any of te } it makes all the products even on the home page go down in a straight line ??? mmmm
    I cant figure this out !

    www.temp-tattoos.co.uk
    .centerColumn {
    width:73%;
    float:right;
    position:relative;
    margin-right:1%;
    padding:1% 2% 0 2%;
    text-align:left;
    line-height:1.6em;
    }


    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;

    }

  6. #856
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    }
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float:left;

    }
    Thank you sorted the prob amazing this css how 1 little thing can make such a big headache :)
    thanks again for the help this site and the template trully is kewl
    Symmo

    now to get them links sorted?? ;)

    www.temp-tattoos.co.uk

    p.s sugestions for the site always gratfully recieved im new to this and want the site looking as good as poss !!

  7. #857
    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 symmo View Post
    Thank you sorted the prob amazing this css how 1 little thing can make such a big headache :)
    thanks again for the help this site and the template trully is kewl
    Symmo

    now to get them links sorted?? ;)

    www.temp-tattoos.co.uk

    p.s sugestions for the site always gratfully recieved im new to this and want the site looking as good as poss !!
    Those were done with the ez-pages contribution, just add an ez-page, and turn on the footer option for that ezpage (be sure to add a sort order).

  8. #858
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Those were done with the ez-pages contribution, just add an ez-page, and turn on the footer option for that ezpage (be sure to add a sort order).
    ooohhh so it is... thanks !!


    www.temp-tattoos.co.uk

    anyone with anyone suggestions on how to improve now? just LMK

  9. #859
    Join Date
    Oct 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    JETTRUE, did you make your template with possibility to switch to css buttons? I tried to use it and I received strange results. I changed #navCategoryIcon, .buttonRow, #indexProductListCatDescription in apple_zen\css\stylesheet.css and changes applied only to few buttons and some buttons still are graphic but arounded with my style, search button did not changed. Please let me know which definition in css file are responsible for css buttons. Thank you.

  10. #860
    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 braad View Post
    JETTRUE, did you make your template with possibility to switch to css buttons? I tried to use it and I received strange results. I changed #navCategoryIcon, .buttonRow, #indexProductListCatDescription in apple_zen\css\stylesheet.css and changes applied only to few buttons and some buttons still are graphic but arounded with my style, search button did not changed. Please let me know which definition in css file are responsible for css buttons. Thank you.
    There's nothing in the template stopping css buttons. Also, the css buttons mod has its own stylesheet, you shouldn't be using the stylesheet.css. Please check out the css buttons thread for support.

 

 

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