Page 45 of 68 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 672
  1. #441
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by jaskarn View Post
    Hi testuser,
    i dont exactly want to disable the bar, but i want to get rid of the white space between the bars.
    Thanks,
    Jaskarn
    Which whitespace are you referring to? Screenshot?

    Also to fix the height issue of the category list in your left column ...

    Replace the following:

    #categories ul{
    padding:0;
    margin:0;
    list-style:none;
    }
    .category-top li{
    padding:0;
    margin:0;
    background: #EEEEEE;
    vertical-align:middle;
    }
    li.category-top a{
    padding:.4em 0 .4em 1.5em;
    margin:0;
    color:#333333;
    font-weight:bold;
    display:block;
    border-bottom:1px solid #9a9a9a;
    background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
    }
    li.category-products a{
    padding:.4em 0 .4em 1.5em;
    margin:0;
    color:#333333;
    font-weight:bold;
    display:block;
    border-bottom:1px solid #9a9a9a;
    background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
    }
    li.category-top a:hover{
    background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
    color:#EEEEEE;
    }
    li.category-products a:hover{
    background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
    color:#EEEEEE;
    }
    Last edited by testuser; 15 Jan 2008 at 04:52 AM.

  2. #442
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi testuser,
    Thanks for your help. I've sorted the categories out now.
    Please see the screen shot at www.dgtech.co.nz
    You'll see the space between the (logo/marron bar) and (750x100 banner)
    And also (750x100) and laptop banner 3.

    While your there can you think of any better idea for the login header. I've managed to make it work, but i had to put dots arround the text so that it centers.

  3. #443
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by jaskarn View Post
    Hi testuser,
    Thanks for your help. I've sorted the categories out now.
    Please see the screen shot at www.dgtech.co.nz
    You'll see the space between the (logo/marron bar) and (750x100 banner)
    And also (750x100) and laptop banner 3.

    While your there can you think of any better idea for the login header. I've managed to make it work, but i had to put dots arround the text so that it centers.
    Change this:

    #topLinks{

    float:right;

    background:#900000;

    margin: .9em auto;

    width:74%;

    }
    to:

    #topLinks{

    float:right;

    background:#900000;

    margin: 0 auto;

    width:74%;

    }

    This:

    #bannerOne{

    padding:0;

    margin: .5em 0 0 0;

    }
    to:

    #bannerOne{

    padding:0;

    margin: 0;

    }
    Finally, this:

    #contentMainWrapper {

    margin:.5em 0;

    padding:0;

    }
    to:

    #contentMainWrapper {

    margin:0;

    padding:0;

    }

  4. #444
    Join Date
    Jan 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    hi!

    i was reading on another thread, where you can get rid of the "units in stock" sign by editing the tpl_product_info_display.php.
    file...
    i don't have that file!
    where do i go in the academe templates to remove that line or have it only say "in stock" ..i don't want a quantity, and if i can remove the entire line i'd rather do that!

    thanks!

    carrie

  5. #445
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by intcon View Post
    hi!

    i was reading on another thread, where you can get rid of the "units in stock" sign by editing the tpl_product_info_display.php.
    file...
    i don't have that file!
    where do i go in the academe templates to remove that line or have it only say "in stock" ..i don't want a quantity, and if i can remove the entire line i'd rather do that!

    thanks!

    carrie
    I wouldn't remove it via the template files, I'd use the switch in the admin area.

    It's located under Categories/Products :: Product Types. Make sure Product-General is selected and click the "Edit Layout" button in the right hand column. You now have the option to edit pretty much everything on the product info page.

    Also, if your not wanting to check the stock levels ... go under Configuration :: Stock and disable stock checking. This is just in case you get anxious on a product and forget the quantity it won't display out of stock.

  6. #446
    Join Date
    Jan 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    yeah!!! thank you thank you thank you...it worked like a charm....

    of course now i have more questions...lol...

    when i downloaded the cart, it loaded in a bunch of other items to practice with, CD's and printers etc...sometimes when i try to delete those it says they are "linked" and bad things will happen if i continue to try to delete them...what is that and how do i unlink and what does it mean exactly?

    and one more...my client wants to do a quantity pricing table...like this
    1-4 : $179
    5-9 : $174
    10-19 : $169
    20-49 : $164
    50-99 : $159
    100-199 : $154

    is that possible and where do i find that?

    carrie

  7. #447
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by intcon View Post
    yeah!!! thank you thank you thank you...it worked like a charm....

    of course now i have more questions...lol...

    when i downloaded the cart, it loaded in a bunch of other items to practice with, CD's and printers etc...sometimes when i try to delete those it says they are "linked" and bad things will happen if i continue to try to delete them...what is that and how do i unlink and what does it mean exactly?

    and one more...my client wants to do a quantity pricing table...like this
    1-4 : $179
    5-9 : $174
    10-19 : $169
    20-49 : $164
    50-99 : $159
    100-199 : $154

    is that possible and where do i find that?

    carrie
    "Linked" products as they call it are products that have parents or children in other categories ... basically it means that there are copies of that product elsewhere in your cart where it is either pulling the data from or supplying the data to.

    If you'd like to have multiple products and not just linked products select that when copying a product. Duplicate it, don't just link it.

    ----------------------------------------------

    Quantity discounts are found under:

    Admin :: Catalog :: Products Price Manager

    • Select the product
    • Click edit
    • Click the "add 5 blank discounts" button
    • Fill out the details
    • Click Update

  8. #448
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Hi,
    Trying to download your 2 templates.
    I setup an account, but when I try to login it just loops back to the login.

    Your PM box is full.

    M

  9. #449
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by tophand View Post
    Hi,
    Trying to download your 2 templates.
    I setup an account, but when I try to login it just loops back to the login.

    Your PM box is full.

    M
    Does it give any type of error?

  10. #450
    Join Date
    Jan 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Acadame - Another Professional Template

    Quote Originally Posted by testuser View Post
    "Linked" products as they call it are products that have parents or children in other categories ... basically it means that there are copies of that product elsewhere in your cart where it is either pulling the data from or supplying the data to.

    If you'd like to have multiple products and not just linked products select that when copying a product. Duplicate it, don't just link it.
    thanks testuser! is there an easy way to unlink them? or just delete the whole she bang?

    and i'm practicing on my one page i have partially set up, and when i'm on that page, and i try to get to my shopping cart i can't....if i click on the cart icon at the top, it doesn't take me there..and i don't see any other way to get there...am i missing something?

    carrie

 

 
Page 45 of 68 FirstFirst ... 35434445464755 ... LastLast

Similar Threads

  1. New to Zencart, using Acadame template
    By bellabel in forum Addon Templates
    Replies: 5
    Last Post: 27 Jun 2011, 07:52 PM
  2. Replies: 2
    Last Post: 16 Dec 2008, 03:44 AM
  3. Installing Acadame Template
    By jbreezy in forum Addon Templates
    Replies: 2
    Last Post: 19 Nov 2008, 11:29 AM
  4. Acadame Template Help
    By trisha1581 in forum Addon Templates
    Replies: 0
    Last Post: 13 May 2008, 08:44 PM
  5. Plz help me! Acadame Template
    By wardah15 in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 12 Feb 2008, 10:26 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