Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
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;
}
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.
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
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:
Quote:
#topLinks{
float:right;
background:#900000;
margin: .9em auto;
width:74%;
}
to:
Quote:
#topLinks{
float:right;
background:#900000;
margin: 0 auto;
width:74%;
}
This:
Quote:
#bannerOne{
padding:0;
margin: .5em 0 0 0;
}
to:
Quote:
#bannerOne{
padding:0;
margin: 0;
}
Finally, this:
Quote:
#contentMainWrapper {
margin:.5em 0;
padding:0;
}
to:
Quote:
#contentMainWrapper {
margin:0;
padding:0;
}
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! :cry:
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
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
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! :cry:
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. :shocking:
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.
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
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
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
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
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
tophand
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?
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
"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