-
Re: Acadame - Another Professional Template
Quote:
I can't get either template, Acadame, or Atheme to work properly. I installed both in a fresh install of 1.3.8
Someone Please take a look HERE and give me some advice on how to fix this. Both IE and Firefox are acting up.
Pretty please with TONS of sugar on top! (splenda if you are carb conscious):smartalec:
-
Re: Acadame - Another Professional Template
Hi wtashby,
there seems to be a incompatibility with the template and v1.3.8, please read back to post #392 and the following answers, not sure, but it may help you...
regards,
kruna
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
Kruna
Hi wtashby,
there seems to be a incompatibility with the template and v1.3.8, please read back to post #392 and the following answers, not sure, but it may help you...
regards,
kruna
Yes, there is definately some sort of incompatibility, but post 392, nor any other post in the thread addresses the problem I'm having.
The only thing that shows up is the header and sideboxes. No main page, no footer, click on a link and nothing else shows up. Just the header and sideboxes.:wacko:
-
Re: Acadame - Another Professional Template
Re upload all the files. Make sure you're uploading all of them. Did you go into Admin>Layout Box Controller and reset the boxes?
-
Re: Acadame - Another Professional Template
Already did all that, and yes. The thing is, the same exact thing is happening with Both of these templates, Atheme, and Acadame. But Not to any of my other templates.
-
Re: Acadame - Another Professional Template
Hi Kruna,
Is still does not fix it, now everythings adjusted to the right including the cart box which is gone below the login header. If it is impossible to adjust these, can i only have the login header in the center.
-
Re: Acadame - Another Professional Template
I am currently working on a new design for my site with Atheme, (Zen-Cart v. 1.3.8a) and I did not have any problems when I installed it. I had Acadame installed also, no problems.
-
Re: Acadame - Another Professional Template
Hi Jaskarn,
it must be somehow possible. I also had to adjust mine and it worked as you can see on my website.
It has to be done in the stylesheet, I will try to find a solution in the ff webdeveloper and let you know..., but this will be probably next year :smile: as I will be out of twon for some days..
Regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Jaskarn,
I am not sure, but I think there is no space left anymore to have everything in one row, so one idea I have is that you put it like I have, I mean that the ´forgotten password´and 'create account' comes under the 'Email' and 'Password'...what do you think?
regards,
kruna
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
wtashby
Someone Please take a look
HERE and give me some advice on how to fix this. Both IE and Firefox are acting up.
Pretty please with TONS of sugar on top! (splenda if you are carb conscious):smartalec:
Something is breaking your php coding ...
You'll need to find which file is doing so...perhaps an edit you made to a template file?
-
Re: Acadame - Another Professional Template
Hi Kruna, that will be the best idea, we can either put the forgot password and create account under the login or either just remove the 2.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi Kruna, that will be the best idea, we can either put the forgot password and create account under the login or either just remove the 2.
Where would you like them placed?
-
Re: Acadame - Another Professional Template
Hi testuser,
Since the Login header and cart header cant adjust on one line, because of the extra forgot password and new account text, it would be better to put the 2 texts underneath the login box as you can see on Kruna's website.
-
Re: Acadame - Another Professional Template
Hi all..
i'm trying to change the height of the categories buttons on the left hand side...most of my navigation will have 2 lines to it...i've had one response on another bulletin board that it was somewhere in the CSS but i can't find it, and another suggested it was an image I needed to make bigger...
help?:huh:
carrie
-
Re: Acadame - Another Professional Template
Hi Carrie,
any link to see?
regards,
kruna
-
Re: Acadame - Another Professional Template
Data Hunter Catalog
sorry, I'm a brand newbie to the zen cart...:blush:
carrie
-
Re: Acadame - Another Professional Template
Hi Carrie,
nothing to be sorry for..:smile:
Well, one question...do you want to have the numbers in brackets and do you want to have the sign ->?
regards,
kruna
-
Re: Acadame - Another Professional Template
yup...i believe he wants both of them...is it just easier to make him come up with just one line of text for the buttons? with the mouseover effect and two lines it's just a disaster...
carrie
-
Re: Acadame - Another Professional Template
Hi Carrie,
well, you have two options:
1. make the column wider
2. make the 'boxes' within the column higher
1. You go to Admin>Configuration>LAyout Settings>Column Width - Left Boxes
and change it to whatever width you need to have it on one row...
2. You would need to go into the stylesheet (includes/templates/YOUR_TEMPLATE/css/styelsheet.css) and find arround line 661
Quote:
li.category-top a (line 661)
{
padding-top: 0.4em;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 1.5em;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
color: #333333;
font-weight: bold;
display: block;
height: 1.8em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #9a9a9a;
background-color: #eeeeee;
background-image: url(../images/boxlistbg.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0.4em;
background-y-position: 0.5em;
}
and replace it with something like this
Quote:
li.category-top a{
padding:1em 0 0 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
height:3em;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
}
try it out and let me know, if it was ok...
Regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Kruna/testuser,
Can you please please please help me out. :( I want the 'Forgot Password' and 'Create Account' under the login box, as it is on your site. This is the only problem i am having now. Thank You very very much in advance.
-
Re: Acadame - Another Professional Template
Hi Jaskarn,
honestly I quite cant remember anymore how and what i did exactly.
I just looked over my files and I guess it was in
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_login_header.php
I just compared the original mod files and my changed file and I found out that there was another difference which I cant remember have done, so not complicating things too much here is the entire file and replace it with yours, please back up yours first in case it doesnt work for you...
Quote:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// |
http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// |
http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// |
[email protected] so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
//
// Designed for Zen Cart v1.00 Alpha
// Created by: Linda McGrath
[email protected]
// Modified by: Eggert Johannesson
[email protected]
// Second Modification by: Iasmin B.
[email protected]
$content = '<div align="left">';
if(!$_SESSION['customer_id']) {
echo zen_draw_form('account_box', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL'));
$account_box_content = "
<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
<td align=\"right\" valign=\"middle\" class=\"boxText\">" . ACCOUNT_BOX_EMAIL_ADDRESS .
"</td>
<td align=\"right\" valign=\"middle\" class=\"boxText\">" . zen_draw_input_field('email_address',
'', 'size="10"') . "</td>
<td align=\"right\" valign=\"middle\" class=\"boxText\">" . ACCOUNT_BOX_PASSWORD . "</td>
<td align=\"right\" valign=\"middle\" class=\"boxText\">" . zen_draw_password_field('password',
'', 'size="10"') . "</td>
<td align=\"right\" valign=\"center\" class=\"boxText\">" . ' <input type="submit" value="' . HEADER_TITLE_LOGIN . '" style="width:40px" />' . "</td>
<table> <br />" . ' <a class="menu" href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">'
. ACCOUNT_BOX_PASSWORD_FORGOTTEN . '</a> ' . " " . ' <a class="menu" href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">'
. ACCOUNT_BOX_CREATE_ACCOUNT . '</a>' . "</table></tr>
</table></form>
";
} else {
$account_box_content = '
<a class="headerNavigation" href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . ACCOUNT_BOX_ACCOUNT . '</a> ' .
' <a class="headerNavigation" href="' . zen_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . ACCOUNT_BOX_LOGOFF . '</a> '
;
}
$content .= $account_box_content;
$content .= '</div>';
?>
Let me know if it worked for you...
Best regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Kruna,
Thanks for that. It did make the 2 texts go underneath the login boxes, although still the 2 header are not aligned on one lline. I guess i have probably made a mistake in the some code somewhere, since there should be enough space now.
-
Re: Acadame - Another Professional Template
Hi Jaskarn,
do you have a link to see? Maybe it is just something in the stylesheet...
regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Kruna,
Thank you for the prompt reply. The link is www.dgtech.co.nz
-
Re: Acadame - Another Professional Template
Hi Jaskarn,
try to change teh following in your stylesheet:
In line 232 it says
#cart_header
float:left;
change it to
float:right;
Did this help? Dont forget to cache the browser to see if really the change was applicated...
regards,
kruna
-
Re: Acadame - Another Professional Template
Hi JAskarn...
wait!!!
sorry but just found out that you have another stylesheet too...
Please change the float:right; in you stylesheetdef.css
I guess still it is necessary to adjust it a bit, but at least it is on the left side :smile:
regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Kruna,
I will try it out right now. the stylesheetdef.css is ment be the default file (backup). I hope zencart it not using it.
-
Re: Acadame - Another Professional Template
Hi JAskarn,
I guess it is...
I tried to make edit/change your stylesheet in FIREFOX and the change was made successfully in the stylesheetdef.css.
I am afraid I dont know enough to tell you why and whether the backup file is used or not...:blush:
Give it a try and let me know and please back up first...I know this is nasty to repeat it, but better tell it than not...:smile:
regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Jaskarn,
just saw that you made the change...and I also saw the result...
You would also need to change in line 209
Quote:
#topBar{
width:1200px;
margin:auto;
color:#2C2C2C;
font-weight:bold;
padding: .8em;
}
to width:750px
and then we will try to adjust a bit more...
regards,
kruna
-
Re: Acadame - Another Professional Template
Hi Kruna,
I have deleted the stylesheetdef.css file now. And made the same changes in the normal stylesheet.css file. The login header is on the left top and the cart header is on the right bottom, but still not on one line. I guess another solution would be to make a new header file with both headers intgrated into one. I am willing to provide you the ftp user and password so that you can make changes as you wish.
-
Re: Acadame - Another Professional Template
Hi JAskarn,
thank you very much for trusting me...
Yes it would be faster to have access, but no need for now..
Believe it or not, but i can make all this in Firefox without having access to ftp...:smile:
Please try to change in your styleshhet the width in line 209 where it says
Quote:
#topBar{
width:1200px;
margin:auto;
color:#2C2C2C;
font-weight:bold;
padding: .8em;
}
change the width to 750px
I will peek again and let you know what you would need to make next...
regards,
kruna
-
Re: Acadame - Another Professional Template
Hello again,
thanks, i have changed it to 750 px, but still........it is not adjusting. The cart header shoud came straight after the login header. Could it be that there is a space between the 2 header in the header file where it says REQUIRE bla bla, may be a couple of ;nspb tags killing it.
-
Re: Acadame - Another Professional Template
Hi - I am in the midst of customizing the display of this template and need help please. Draft site is here: http://www.nstattoo.ca/shoptemp/index.php
I am trying to remove the white space between the logo and the banner1 so that they are flush together. I have looked through the template's stylesheet but cannot find the right option.
Any help is appreciated.
Thanks
-
Re: Acadame - Another Professional Template
thanks kruna! it worked perfectly..sorry i didn't get back to you sooner, been down and out with the flu...:cry:
ugh
carrie
Quote:
Originally Posted by
Kruna
Hi Carrie,
well, you have two options:
1. make the column wider
2. make the 'boxes' within the column higher
try it out and let me know, if it was ok...
Regards,
kruna
-
Re: Acadame - Another Professional Template
Actually white space in Firefox and white and red in IE.
Quote:
Originally Posted by
Pipemeister
Hi - I am in the midst of customizing the display of this template and need help please. Draft site is here:
http://www.nstattoo.ca/shoptemp/index.php
I am trying to remove the white space between the logo and the banner1 so that they are flush together. I have looked through the template's stylesheet but cannot find the right option.
Any help is appreciated.
Thanks
-
SOLVED Re: Acadame - Another Professional Template
Needed to disable Toplinks DIV
Quote:
Originally Posted by
Pipemeister
Actually white space in Firefox and white and red in IE.
-
Re: Acadame - Another Professional Template
Hi,
Please see my website- www.dgtech.co.nz
The login header and cart header do not align on one line.
Can somerbody pleaseeeee help me.
-
Re: SOLVED Re: Acadame - Another Professional Template
Quote:
Originally Posted by
Pipemeister
Needed to disable Toplinks DIV
Hi,
If you have a look at my site. www.dgtech.co.nz you'll see that there is space between the marron bar and grey bar. I want to disable the Toplinks DIV as well, but where do i do this. Please help.
-
Re: SOLVED Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi,
If you have a look at my site.
www.dgtech.co.nz you'll see that there is space between the marron bar and grey bar. I want to disable the Toplinks DIV as well, but where do i do this. Please help.
If you wish to disable the maroon bar, turn off the EZ Pages Header under Configuration :: EZ Page Settings.
Or in the stylesheet add this at the end:
Code:
#topLinks{
display:none;
}
-
Re: Acadame - Another Professional Template
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
-
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
-
Re: Acadame - Another Professional Template
going to be a pest and ask another question....:smile:
across the top of my page are these buttons..
EZPages :: Privacy Notice :: Shared :: Zen Cart
where can i change those at?
thanks!
carrie
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
Does it give any type of error?
No error.
Here is the steps.
Add both templates to cart.
Click on "Package Up Downloads"
Get the login page --> first time I create an account
Enter login info and click "Login"
Page just reloads.
My account was created as I was able to get a new password sent to me but still
after try to login the page reloads.
M
-
Re: Acadame - Another Professional Template
I'm having trouble with the categories. Some of my categories are longer and wrap to the next line, which breaks the CSS having a line between categories. Any thoughts? Anybody have any good ideas for replacing this Categories box with something else? (Thinking about the AJAX one)
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
going to be a pest and ask another question....:smile:
across the top of my page are these buttons..
EZPages :: Privacy Notice :: Shared :: Zen Cart
where can i change those at?
thanks!
carrie
EZ - Pages ... Under Tools ... they're set to appear there here.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
solarflare
I'm having trouble with the categories. Some of my categories are longer and wrap to the next line, which breaks the CSS having a line between categories. Any thoughts? Anybody have any good ideas for replacing this Categories box with something else? (Thinking about the AJAX one)
There's a fix for this in this thread.
-
Re: Acadame - Another Professional Template
Yep, found it myself in the ZenBook (highly recommended). I still replaced it with the YahooTree one to get a little slicker feel.
Quote:
Originally Posted by
testuser
There's a fix for this in this thread.
-
Re: Acadame - Another Professional Template
No error.
Here is the steps.
Add both templates to cart.
Click on "Package Up Downloads"
Get the login page --> first time I create an account
Enter login info and click "Login"
Page just reloads.
My account was created as I was able to get a new password sent to me but still
after try to login the page reloads.
same here!!!
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
xman888
No error.
Here is the steps.
Add both templates to cart.
Click on "Package Up Downloads"
Get the login page --> first time I create an account
Enter login info and click "Login"
Page just reloads.
My account was created as I was able to get a new password sent to me but still
after try to login the page reloads.
same here!!!
There's plenty of downloads going out.
Do you have your cookies enabled? Have you cleared your browser's cache recently?
-
Re: Acadame - Another Professional Template
Hello,
Do you have your cookies enabled? Yes
Have you cleared your browser's cache recently? No
You may need to simplify the checkout proceedure if there are some people having probs. I tried for about 5 mins, then just gave up - there might be many more that try, give up, and don't post anything about it - which could account for a lot of money !!
Kind regards,
Anthony
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
xman888
Hello,
Do you have your cookies enabled? Yes
Have you cleared your browser's cache recently? No
You may need to simplify the checkout proceedure if there are some people having probs. I tried for about 5 mins, then just gave up - there might be many more that try, give up, and don't post anything about it - which could account for a lot of money !!
Kind regards,
Anthony
Did you try again after clearing your browser's cache? I've logged in and out numerous times since your last posting...
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
tophand
No error.
Here is the steps.
Add both templates to cart.
Click on "Package Up Downloads"
Get the login page --> first time I create an account
Enter login info and click "Login"
Page just reloads.
My account was created as I was able to get a new password sent to me but still
after try to login the page reloads.
M
Using FireFox.
Shut down FireFox.
Restarted FireFox and was able to login and download.
M
-
Re: Acadame - Another Professional Template
Hallo, I can't login... My username and password are right. I still see the one page with login. Can you help me, please?
-
Re: Acadame - Another Professional Template
Font issues,
Hello guys, wonder if anyone can help me as i am pulling my hair out, as wanting to take the site live soon.
The problem which is face is that some of the links in the header and footer are created using ezpages, but the font displayed on the pages have a mind of their own, even when using the html editor in define pages.
For example if you click on the contact us link and the about us, in the html editor i have selected the same variables but as you can see the font and colour are set differently.
Can anyone help me with this situation and or is there a bug issue.
Many thanks, link to site is in signature.
-
Re: Acadame - Another Professional Template
Hi Lucianman,
if you want to change the header to black font ( if I got you right), go to line 231 in your stylesheet and change it from #666666 to #000000.
regards,
kruna
-
Quantity Discounts per product - not category
Hello all..
I'm thinking this doesn't go in this thread, but no one else will answer on the other one! maybe someone here can help?
I have 2 items in one category, they are different prices....when i go to product price manager, pick the one product, make the 5 quantity price breaks and then upload it, it also changes the other product to that same price and pricing structure. why does it do that, and how can i make it stop!?
I changed this radio button "Discount Qty Applies to Mixed Attributes" to no..and it didn't change anything...
helllllp!
carrie
-
Re: Acadame - Another Professional Template
Great template, but I have one problem. I use two languages and at the top of page I see word "languages" two times. Where can I change it?
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
There's a fix for this in this thread.
Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?
-
Re: Acadame - Another Professional Template
Admin->Configuration->Layout settings->Column Width-Left Boxes
Quote:
Originally Posted by
kai920
Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
notwist
Great template, but I have one problem. I use two languages and at the top of page I see word "languages" two times. Where can I change it?
Please make sure you have the most current version of the template. You can download Acadame from the link in my signature.
Here's the fix for your issue, please download the latest version of the template though:
http://www.zen-cart.com/forum/showpo...&postcount=266
Quote:
Originally Posted by
intcon
Hello all..
I'm thinking this doesn't go in this thread, but no one else will answer on the other one! maybe someone here can help?
I have 2 items in one category, they are different prices....when i go to product price manager, pick the one product, make the 5 quantity price breaks and then upload it, it also changes the other product to that same price and pricing structure. why does it do that, and how can i make it stop!?
I changed this radio button "Discount Qty Applies to Mixed Attributes" to no..and it didn't change anything...
helllllp!
carrie
Sounds a bit odd, start a thread in the Categories and Products Category from the forum homepage.
Quote:
Originally Posted by
kai920
Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?
Change the these styles in your stylesheet to the following:
Code:
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-subs 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, li.category-subs 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
Quote:
Originally Posted by
testuser
Change the these styles in your stylesheet to the following:
Many thanks. I didn't have a "li.category-subs a" in my CSS so I just added it..
-
Re: Acadame - Another Professional Template
hello all...
at the top of my page i have these links..
EZPages :: Privacy Notice :: Shared :: Zen Cart
where can i change those at?
and these at the bottom of the page...
* Home
* :: My Account :: Site Map :: Privacy Notice :: Shared :: Action DVDs
thanks!
carrie
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
kai920
Many thanks. I didn't have a "li.category-subs a" in my CSS so I just added it..
Ok that's great, also make sure that you edited the other classes to the new ones that were provided.
Quote:
Originally Posted by
intcon
hello all...
at the top of my page i have these links..
EZPages :: Privacy Notice :: Shared :: Zen Cart
where can i change those at?
and these at the bottom of the page...
* Home
* :: My Account :: Site Map :: Privacy Notice :: Shared :: Action DVDs
thanks!
carrie
Administration area -> Tools :: EZ Pages
You'll need to set them respectively in the header and footer, and make sure the sort value is greater then 0.
I'd recommend using increments of 10, you might have to go back and insert a page before or after another one.
-
Re: Acadame - Another Professional Template
-
Re: Acadame - Another Professional Template
I'd like to put a banner/graphic on my page above the "new products for january" bar....how do i insert one in there?
and also, is it possible to take out the words that say "new products for january" in the bar?
and can i remove or move the ichoze banner at the bottom?
thanks much!
carrie
-
Re: Acadame - Another Professional Template
Hello everyone,
I have upgraded my zencart from 1.3.7 to 1.3.8 recently as i was told that the dual pricing mod is only compatible with 1.3.8.
I have successfully upgraded, although i am having some trouble.
1. My home page title keeps displaying HOME_PAGE_TITLE, even though i have changed all of my meta tags files, the res of the pages show correctly.
2. I am recieving this error.
Warning: I am able to write to the configuration file: /home/pjdhatt/public_html/dgtech/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical). You may need to use your webhost control panel/file-manager to change the permissions effectively. Contact your webhost for assistance. See this FAQ
I have asked my host and they say it is already 644 and making is 444 would disable even me from editing or deleting this.
Please help.
Kind Regards,
Jaskarn
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hello everyone,
I have upgraded my zencart from 1.3.7 to 1.3.8 recently as i was told that the dual pricing mod is only compatible with 1.3.8.
I have successfully upgraded, although i am having some trouble.
1. My home page title keeps displaying HOME_PAGE_TITLE, even though i have changed all of my meta tags files, the res of the pages show correctly.
2. I am recieving this error.
Warning: I am able to write to the configuration file: /home/pjdhatt/public_html/dgtech/includes/configure.php. This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical). You may need to use your webhost control panel/file-manager to change the permissions effectively. Contact your webhost for assistance. See this FAQ
I have asked my host and they say it is already 644 and making is 444 would disable even me from editing or deleting this.
Please help.
Kind Regards,
Jaskarn
If you having trouble with setting the permissions, use your hosts filemanager to set it to 0444. When and IF you need to edit this file again you can return to the file manager when need be and change it back to 0644 or whatever you need at that point.
Check to make sure that the new meta_tags.php file you copied is from Zen 1.3.8. Make sure there's a definition for HOME_PAGE_TITLE in there. If not you can define it and make it equal to nothing (blank) as this is the default function which then resorts to your Title and what not.
Hope that helps.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
I'd like to put a banner/graphic on my page above the "new products for january" bar....how do i insert one in there?
and also, is it possible to take out the words that say "new products for january" in the bar?
and can i remove or move the ichoze banner at the bottom?
thanks much!
carrie
Use the banner manager and use banner position 3. You can set the group name for the banners under Configuration :: Layout Settings.
Then add a new banner, using the same group name you created in the previous step.
You can change the words - "new products for january" in your english.php file in the languages folder ... make sure to follow the override scheme. Now you can also hide the text by using CSS ... if that's the case I'll explain if need be.
You can do whatever you'd like to your template which includes moving or removing the iChoze banner.
-
Re: Acadame - Another Professional Template
Hi,
its all sorted, my host said that the configure.php file was being used as a system file for the hosts server(?) that is why i was getting a operation denied or something error.
-
1 Attachment(s)
Re: Acadame - Another Professional Template
Hi,
i am trying to dispaly the categorys tab like the classic zen template.
I have set this up although there is alot of space being wasted in the grey area. Does anyone what i have to do to my stylesheet to get rid of this. My site is: www.dgtech.co.nz
OR please see the screen shot attached.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
Use the banner manager and use banner position 3. You can set the group name for the banners under Configuration :: Layout Settings.
Then add a new banner, using the same group name you created in the previous step.
Hi testuser....I did the configuration/layout settings change, then went to banner manager and added a new banner...and nothing showed up....possibly i got a bit lost on the image and image target areas....after i uploaded it via ftp, i should just have to put in banners/new_banner.jpg name right?
Quote:
Originally Posted by
testuser
You can change the words - "new products for january" in your english.php file in the languages folder ... make sure to follow the override scheme. Now you can also hide the text by using CSS ... if that's the case I'll explain if need be.
Not ready to change it via CSS yet...lol..still a newbie chicken...and i'll have to read up on the override system...
Quote:
Originally Posted by
testuser
You can do whatever you'd like to your template which includes moving or removing the iChoze banner.
is that located in the banner manager as well?
thanks for all your help!
carrie
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi,
i am trying to dispaly the categorys tab like the classic zen template.
I have set this up although there is alot of space being wasted in the grey area. Does anyone what i have to do to my stylesheet to get rid of this. My site is:
www.dgtech.co.nz
OR please see the screen shot attached.
Looks like you've changed the website since the screeny ... did you get the result you desired?
Quote:
Originally Posted by
intcon
Hi testuser....I did the configuration/layout settings change, then went to banner manager and added a new banner...and nothing showed up....possibly i got a bit lost on the image and image target areas....after i uploaded it via ftp, i should just have to put in banners/new_banner.jpg name right?
Not ready to change it via CSS yet...lol..still a newbie chicken...and i'll have to read up on the override system...
is that located in the banner manager as well?
thanks for all your help!
carrie
In the Layout Settings, make sure you used Banner Position 3 and named it something you'd like. Then when in the Banner Manager that you either typed in the new name of the group, or selected it from the drop-down menu if you've used it before.
Don't edit a banner create a new one.
--
The override system for the language folder works like this.
For english.php you'd copy it from here:
Quote:
includes/languages/english.php
To here:
Quote:
includes/languages/YOUR_TEMPLATE/english.php
Replace YOUR_TEMPLATE with the current template directory your using.
Any other language overrides go in:
Quote:
includes/languages/english/YOUR_TEMPLATE/
--
The banner for iChoze is in the tpl_footer.php file in your common folder.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
In the Layout Settings, make sure you used Banner Position 3 and named it something you'd like. Then when in the Banner Manager that you either typed in the new name of the group, or selected it from the drop-down menu if you've used it before.
Don't edit a banner create a new one.
Hi testuser...
sorry, i am such a pain in the rear, but i just can't get this banner to work....:cry:...i've included screen shots of what i've done, maybe you can spot a glitch somewhere? here
i've uploaded the image file to catalog/images/banners/ and still nothing shows..
the site is datahunter.biz/catalog
please help?
carrie
-
Re: Acadame - Another Professional Template
Hi testuser,
The screenshot looked good apart from the extra grey space it had, although when i went to the bottom of the page i saw the footer's colors and stuff had changed. I must have edited the wrong section of my stylesheet so i restored it, and i will wait for someone to tell me the right way to do it.
-
Re: Acadame - Another Professional Template
Hi intcon,
can you try this.
Change the scheduled date to yesterday or something earlier than now, and change the end date to next year or something. It might work that way. :smile:
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi intcon,
can you try this.
Change the scheduled date to yesterday or something earlier than now, and change the end date to next year or something. It might work that way. :smile:
nope....still nothing there.....:huh:
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
nope....still nothing there.....:huh:
could this be something i've turned off in admin?
it seems to me when i first started i put a different banner there and now it's disappeared....*off to go hunting again*
carrie
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
Hi testuser...
sorry, i am such a pain in the rear, but i just can't get this banner to work....:cry:...i've included screen shots of what i've done, maybe you can spot a glitch somewhere?
here
i've uploaded the image file to catalog/images/banners/ and still nothing shows..
the site is datahunter.biz/catalog
please help?
carrie
In your screenshots, on the Layout Settings page you've got, "Dirt Cheap Banner," but on the Banner Manager page it's truncated - "Dirt Cheap Bann." Try using a shorter name.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
In your screenshots, on the Layout Settings page you've got, "Dirt Cheap Banner," but on the Banner Manager page it's truncated - "Dirt Cheap Bann." Try using a shorter name.
well..that almost works! i now have the HTML text that show dirt cheap banners, but for the life of me can't get the graphic to show...*looking for the banging my head against the wall smiley*
closer closer closer.....
carrie
-
Re: Acadame - Another Professional Template
apparently i have chmod permissions set too high for the banner images...? :oops: i set it to 644 and now i can see it...is that any type of security risk then?
working with zen cart is like nailing jello to a tree..when you get one thing going right (security) another thing goes wrong...
thanks for all of your help
carrie
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
apparently i have chmod permissions set too high for the banner images...? :oops: i set it to 644 and now i can see it...is that any type of security risk then?
working with zen cart is like nailing jello to a tree..when you get one thing going right (security) another thing goes wrong...
thanks for all of your help
carrie
Set it to 0777 so that the script can upload images via the banner manager without directly having to ftp them in.
Saves a step, and let's Zen do the work.
-
Re: Acadame - Another Professional Template
Just wondering...when I am in my store, and click on my shopping cart at the top, it doesn't take me to my cart...I see the link that says my cart...but is there anyway to make the actual cart graphic link to my cart as well?
carrie
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
intcon
Just wondering...when I am in my store, and click on my shopping cart at the top, it doesn't take me to my cart...I see the link that says my cart...but is there anyway to make the actual cart graphic link to my cart as well?
carrie
Post a copy of your tpl_header.php file and link to site.
I'll see what I can setup for ya.
-
Re: Acadame - Another Professional Template
Hi testuser,
can you please help me with the categories thing i told you about earlier. Please see it on my website:
www.dgtech.co.nz
I guess its just some stylesheet changes.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi testuser,
can you please help me with the categories thing i told you about earlier. Please see it on my website:
www.dgtech.co.nz
I guess its just some stylesheet changes.
Find and remove:
Code:
<br class="clearBoth" />
Immediately following the call for the category tabs in the tpl_header.php file in the common folder.
-
Re: Acadame - Another Professional Template
Hi testuser,
i did that and it got rid of some of the grey space, thankyou
But i want the black line on the top of the tabs box to go away and the actual tabs box to be the same grey colour as the header.
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
testuser
Post a copy of your tpl_header.php file and link to site.
I'll see what I can setup for ya.
<?php
/**
* Acadame Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<div id="headerWrapper">
<div id="topBarWrap">
<div id="topBar">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div id="cart_header" class="topBox">Shopping Cart<br /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></div>
<br class="clearBoth" /></div>
</div>
<div id="logoWrap">
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<div id="topLinks">
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) {
require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php');
} ?>
</div><br class="clearBoth" />
</div>
</div>
<?php } ?>
http://www.datahunter.biz/catalog
-
Re: Acadame - Another Professional Template
Brilliant template, I love it.
Can't for the life of me get banner position 3 working though. Can get the banner to display in header position 1, footer position 1, footer position 2, footer position 3 but it just vanishes when I set it to header position 3 (or header position 2)
Any clues???
:frusty:
http://hairrigs.com/shop
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi testuser,
i did that and it got rid of some of the grey space, thankyou
But i want the black line on the top of the tabs box to go away and the actual tabs box to be the same grey colour as the header.
Make this your second definition for:
#navCatTabsWrapper {
background:#EEEEEE;
color: #9a9a9a;
margin: 0em;
background:#EEEEEE;
padding: 0.5em 0.2em;
font-weight: bold;
color: #909090;
height: 1%;
}
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
jaskarn
Hi testuser,
i did that and it got rid of some of the grey space, thankyou
But i want the black line on the top of the tabs box to go away and the actual tabs box to be the same grey colour as the header.
Quote:
Originally Posted by
intcon
<?php
/**
* Acadame Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions
http://ichoze.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<div id="headerWrapper">
<div id="topBarWrap">
<div id="topBar">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div id="cart_header" class="topBox">Shopping Cart<br /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></div>
<br class="clearBoth" /></div>
</div>
<div id="logoWrap">
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<div id="topLinks">
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) {
require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php');
} ?>
</div><br class="clearBoth" />
</div>
</div>
<?php } ?>
http://www.datahunter.biz/catalog
PHP Code:
<?php
/**
* Acadame Template - tpl_header.php
*
* this file can be copied to /templates/your_template_dir/pagename<br />
* example: to override the privacy page<br />
* make a directory /templates/my_template/privacy<br />
* copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_header = true;<br />
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_header.php 4813 2006-10-23 02:13:53Z drbyte $
*/
?>
<?php
// Display all header alerts via messageStack:
if ($messageStack->size('header') > 0) {
echo $messageStack->output('header');
}
if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
echo htmlspecialchars(urldecode($_GET['error_message']));
}
if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
echo htmlspecialchars($_GET['info_message']);
} else {
}
?>
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<div id="headerWrapper">
<div id="topBarWrap">
<div id="topBar">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div id="cart_header" class="topBox"><a id="sclink" href="<?php zen_href_link(FILENAME_SHOPPING_CART);?>"></a>Shopping Cart<br /><?php echo $_SESSION['cart']->count_contents();?> item(s) - <?php echo $currencies->format($_SESSION['cart']->show_total());?></div>
<br class="clearBoth" /></div>
</div>
<div id="logoWrap">
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<div id="topLinks">
<?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) {
require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR _WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php');
} ?>
</div><br class="clearBoth" />
</div>
</div>
<?php } ?>
Then add this to your stylesheet:
Code:
#sclink{
display:block;
width:51px;
height:30px;
position:relative;
left:-52px;
}
-
Re: Acadame - Another Professional Template
Quote:
Originally Posted by
DaveS
Brilliant template, I love it.
Can't for the life of me get banner position 3 working though. Can get the banner to display in header position 1, footer position 1, footer position 2, footer position 3 but it just vanishes when I set it to header position 3 (or header position 2)
Any clues???
:frusty:
http://hairrigs.com/shop
It appears as though you've put a product directly in the Top Category ... Zen can't handle that, throws a fit.
So create Category and then place that product in it.
To keep from having to delete the product ... disable it by clicking on the green button in the admin, should turn red. Then add a category, then move the product to the new category, then enable the product.