Page 10 of 27 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 263
  1. #91
    Join Date
    May 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Hi,

    I would like to set the lavender template in the middle with a background instead of the whole page, how can I do that? Let's say, I would like the layout to be 768px instead of 1024px.

    Thanks in advance!

  2. #92
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Lavender Template Support Thread

    Find the following in the lavender template css stylesheet and make your changes to the highlighted entry
    Code:
    #mainWrapper {
    	background-color: #f8f2f2;
    	text-align: left;
    	width: 100%;
    	vertical-align: top;
    	}
    Then at the top of this file find this:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #27182f;
    	background-color: #ffffff;
    	}
    And apply your background image that you upload to the template images folder with the correct repeat statement for it Kinda like:
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #27182f;
    	background-image: url(../images/your_image)
            background-repeat: repeat ??
            ;
    	}
    Zen-Venom Get Bitten

  3. #93
    Join Date
    May 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    kobra,

    Thanks so much for your quick help. That's exactly what I needed.

    Now, my top banner does not look clear. I changed the logo width and height under the header.php file to match the 768px layout, is there any other place I need to change the pixels for the banner? I checked the stylesheet and I found this:

    #logoWrapper{
    background-color: #E0C2CC;
    height:150px;

    should be changing anything there? I tried a few things, but still doesn't work. I need the banner to look clear.

    Thanks in advance!

  4. #94
    Join Date
    May 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    K, whatever I did, fixed the banner problem!

    Great, I'm ready to roll now!!

  5. #95
    Join Date
    Sep 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Hello,

    I have a question about this template.
    Where can I find the place to insert a horizontal line in the categories pages?

    There are horizontal lines in the:
    New Products page
    All Products page

    But, if I click on one of my categories to list products, there aren't any horizontal lines. I don't see anything in the style sheet.


    Thanks for your help.

  6. #96
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Lavender Template Support Thread

    Find or add the following making adjustments as you wish
    Code:
    .productListing-data {
            border-bottom: 1px solid #000000;
            }
    Zen-Venom Get Bitten

  7. #97
    Join Date
    Sep 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    Perfect ...
    Thank you for replying so quickly!

  8. #98
    Join Date
    Dec 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    I am totally new to ecommerce and I had a guy working on coding and putting up my store however we have had some conflicts. So my questions is can this lavendar template work with the latest Zen Cart store version 1.3.8? If so I would love any tips on how to do it because he's not aware rather it will work or not and seems timid to try.

  9. #99
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Lavender Template Support Thread

    It won't support absolutely everything in 1.3.8 0 in particular the new customer approval authorization checking. But most sites won't need that anyway.

    You can see it running under 1.3.8 here.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  10. #100
    Join Date
    Dec 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Lavender Template Support Thread

    THANKS I am going to have him try it

 

 
Page 10 of 27 FirstFirst ... 8910111220 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

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