Page 28 of 55 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 543
  1. #271
    Join Date
    Jun 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    I have tried that too. It does not work. Here is what I have right now.

    /*bof wrappers - page or section containers*/
    #mainWrapper {background: transparent;text-align: left;width: 950px;vertical-align: top;position:relative; top:0px;}
    #contentMainWrapper {background-color:#fff;}
    #logoWrapper {background-image: url(../images/02mid.gif);}
    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {margin: 0em;padding: 0em;}
    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {margin: auto;}
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float: left;}
    #tagline {color:#b5b5b5;font-size: 1.65em;text-align :left;text-transform:lowercase;vertical-align:bottom;margin-left:10px;margin-bottom:25px;}
    #logo {padding-top:15px;padding-left:15px;}
    #sendSpendWrapper {border: 1px solid #cacaca;float: right;margin: 0em 0em 1em 1em;}
    .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {margin: 0;width: 47%;}
    .wrapperAttribsOptions {margin: 0.3em 0em;}

  2. #272
    Join Date
    Jun 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Never mind I got if figured out.

  3. #273
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by shawnchr View Post
    Never mind I got if figured out.
    I am happy that you figured out the problem. Please post your solution so that if anyone else has the same problem the answer is available to them.

    Thanks,

    Anne

  4. #274
    Join Date
    Jun 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Ok well I fixed one problem and have another now the first time I had to put width and height tags to get the gif to show 950 px x 150 px seemed to work great. Code below

    #logoWrapper {background-image: url(../images/Web_Train.gif);background-repeat:no-repeat;width: 950px; height: 150px}


    But now I am trying to do tags for multiple images and am running into problems big time.

    here is the code I am using
    #logoWrapper {background-image: url(../images/Web_Train.gif), url(../images/vcm_s_kf_repr_238x150.gif;background-position: right, left;background-repeat:no-repeat, no-repeat;background-size:auto, auto}

    The above code really messes things up. The problem seems to be the #logoWrapper size is fixed buy the width and height tags to expand it but then how would put the images with in it and psition them to the right and left respectively.
    Last edited by shawnchr; 4 Mar 2012 at 07:59 PM.

  5. #275
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by shawnchr View Post
    Ok well I fixed one problem and have another now the first time I had to put width and height tags to get the gif to show 950 px x 150 px seemed to work great. Code below

    #logoWrapper {background-image: url(../images/Web_Train.gif);background-repeat:no-repeat;width: 950px; height: 150px}


    But now I am trying to do tags for multiple images and am running into problems big time.

    here is the code I am using
    #logoWrapper {background-image: url(../images/Web_Train.gif), url(../images/vcm_s_kf_repr_238x150.gif;background-position: right, left;background-repeat:no-repeat, no-repeat;background-size:auto, auto}

    The above code really messes things up. The problem seems to be the #logoWrapper size is fixed buy the width and height tags to expand it but then how would put the images with in it and psition them to the right and left respectively.
    CSS2 doesn't support multiple background images (well the safari browser does but they are a very small percentage of the browser market).

    Thanks,

    Anne

  6. #276
    Join Date
    Jun 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Not what I wanted to here. But thats technology you always have to wait. I put in one image and I am ok with that now I have a whit space between the nav bar and the background image in the logoWrapper. How can make the nav bar and the logoWrapper background imge peform a perfect union?

    Thanks for all your help,
    Anne
    Last edited by shawnchr; 5 Mar 2012 at 06:41 PM.
    Shawn Chronister
    The Attic
    Zencart Rules now if we could just Microsoft RMS integration.

  7. #277
    Join Date
    Jun 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    How do I change the color of the font for thr currecny and Language text in the header I am beating my head against the wall trying to figure this out?

    Thanks for the help in advance and my first sale Anne you will get a nice donation.

    Shawn
    Shawn Chronister
    The Attic
    Zencart Rules now if we could just Microsoft RMS integration.

  8. #278
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by shawnchr View Post
    How do I change the color of the font for thr currecny and Language text in the header I am beating my head against the wall trying to figure this out?
    try something like this in your stylesheet
    #currency_header {
    color:red;
    }


    #lang_header {
    color:red;
    }
    obviously replace red with your desired colour
    Webzings Design
    Semi retired from Web Design

  9. #279
    Join Date
    Jun 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Avonlee Contempo Template Support Thread

    Nigel thanks sometimes I forget the simple things. Geez it was so simple. Now if I can get Rid of the white space between the header bg image and the nav bar I will be set.

    Thanks a bunch,
    Shawn Chronister
    The Attic
    Zencart Rules now if we could just Microsoft RMS integration.

  10. #280
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Avonlee Contempo Template Support Thread

    Quote Originally Posted by shawnchr View Post
    Not what I wanted to here. But thats technology you always have to wait. I put in one image and I am ok with that now I have a whit space between the nav bar and the background image in the logoWrapper. How can make the nav bar and the logoWrapper background imge peform a perfect union?

    Thanks for all your help,
    Anne
    Add this to your stylesheet.css:

    Code:
    #navMainWrapper{margin-top:-14px;}
    Thanks,

    Anne

 

 
Page 28 of 55 FirstFirst ... 18262728293038 ... LastLast

Similar Threads

  1. How to make the "PRODUCT DETAILS" button not display ? (Avonlee Contempo Template)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Apr 2014, 04:04 PM
  2. Replies: 2
    Last Post: 4 Mar 2014, 08:58 PM
  3. How to change the product image display mode "Avonlee Contempo template" ?
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Feb 2014, 10:32 AM
  4. About "Avonlee Contempo" Template - Layout , store logo and product description
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Feb 2014, 08:27 AM
  5. Avonlee Contempo template
    By nothingnuaghty in forum Addon Templates
    Replies: 2
    Last Post: 15 Dec 2010, 08:05 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