Testuser, you are a star!
I knew it would be something simple - I just put the product in quickly to test out your hoover thing.
Thanks a million!:clap:
Thanks for your response on your support forum on your site too.
Printable View
Testuser, you are a star!
I knew it would be something simple - I just put the product in quickly to test out your hoover thing.
Thanks a million!:clap:
Thanks for your response on your support forum on your site too.
ok..fixed the buttons ....:lookaroun hope nobody saw it for about 10 min there...
and as long as i'm destroying the entire site...i might as well ask how to mess around with the footer....my client has about 7 payment graphics he wants to toss in there...and after looking through the tpl_footer.php I have come to the realization I'd rather put bamboo shoots under my fingernailes than to attempt changing that code by myself. :no::no::no:
can someone give me pointers as how to remove or replace the payments graphic there, remove the ichoze one as well and put in these payment graphics?
thanks in advance!
carrie
Hi CArrie,
the payment.gif you will find in
includes/templates/iC_AcadameV1.2/images/payments.gif, replace it with yours (you could put the seven payment gifs from your client in one and save it as one gif)
The ichoze gif you will find in same folder
includes/templates/iC_AcadameV1.2/images/ichoze_footer.gif
delete it
regards,
kruna
thanks kruna..if i make the .gif bigger tho, will it make a mess of things? he wants the graphic to span across the entire bottom of the page..
carrie
well, it shouldnt...
if it does, let me know and we will find a solution (would be then to adjust in CSS), back up the files first...
If you take a look at my website (signature, which is ATHEME from testuser) I also put the payment options there and I took over the code form ACADAME (only difference is that I have three options...)
regards,
kruna
well ok....i deleted the ichoze banner, which left a bunch of text...so i went to common/tpl_footer and deleted the text, but i still think there's a bunch of stuff there that should be deleted yet?
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?><div class="ic">Free Zen Cart Template by <a href="http://zencart.ichoze.net">iChoze.net :: Free Zen Cart Templates & Professional Zen Cart Customizations</a></div></div>
<!--eof- site copyright display -->
<div id="paymentsWrap"><div id="payments"><a href="http://ichoze.com"><? echo zen_image($template->get_template_dir('ichoze_footer.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'ichoze_footer.gif') ?></a></div></div>
but totally clueless on what to delete..nothing is showing at the moment so maybe i should just leave it?
also, if i replace the payments.gif with my payments.gif, nothing shows up...should this be made as a banner instead? and if so, which number of banner is it, and where do they show the banner numbers? oh, and after i removed the line of
, 'Domain Registration, Web Hosting (Zen Cart / Joomla Compatible),Thawte SSL'
from the tpl_footer page, everything disappeared and even the original payments.gif won't show up....help!
i've never had anything frustrate me so completely as this cart! (well, ok...maybe my husband, but thats a whole different story) :smile:
thanks again in advance for any help
carrie
well..i managed to get it in as a banner...lol...but it's made a mess of things at the bottom of the page...anyone have a fix for this?
http://www.datahunter.biz
carrie
Hi Carrie,
I am sorry you get a bit frustrated, but you are doing well :smile:...
I cant see anything messy at the bottom, what do you mean?
Concerning the payments.gif, some times you need to clear your chache to be able to see new image or changes.
regards,
kruna
Hi Carrie,
yes you could make the banner wider, but in my opinion it would be better to open your stylesheet and find in line 438
and replace it withQuote:
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix
{
padding: 0pt 0pt 0pt 0.6pt;
}
Quote:
#bannerTwo, #bannerThree, #bannerFour, #bannerFive
{
padding: 0pt 0pt 0pt 0.6pt;}
#bannerSix
{
padding: 0pt 0pt 0pt 0.6pt;background-color: 000000;
}
regards
kruna
Is it possible to link the shopping cart image in the header to the shopping cart page? If so, can you explain what needs to be done?
Thanks,
Jason
Hi HumDaddy,
it would not be the image linked, but the text.
You would need to replace the tpl_header.php with this one:
If this file somehow shouldnt work for you as I just did COPY/PASTE, please take a look at the support forumQuote:
<?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 /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></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://zen-cart-templates.ichoze.net...d=15&chapter=0
regards,
kruna
Thanks Kruna - I don't understand how yet but it works.
Wow I can't belive I tried to register for your site 2 times and can't log in to get my downloads if your site does not work then how will your template work on mine? And it never sent my password either to email
Hi darktowerhobbies,
you will find the template also in this forum in the downloadsection here:
http://www.zen-cart.com/index.php?ma...roducts_id=615
regards,
kruna
Kruna -
I really like the son of a suckerfish menu you have there. It's much cleaner looking than the apple zen drop down. How do you integrate that into a site? Mainly how do you set the links into the menu? Is it dynamic like apple zen or do you set the categories manually?
Thanks,
Jason
Hi HumDaddy,
I swithched from ACADAME to ATHEME template and customized/redesigned it my way to have a unique template.
regards,
kruna
I'm using the Acadame template which is really great. So far the only question is that there is no "My Account" link for people to manage their accounts. Not sure if I wiped it out or disabled it but any advice to help me getting it to display again would be greatly appreciated. :smile:
Hi btvbill,
you cound make a MY account using the EZPages, if i remember well this will be shown in the maroon bar.
regards,
kruna
Thank you!:clap:
you are welcome, glad it helpled...
regards,
kruna
Hi Guys,
I'm newbie in zen-cart, and now I'm using academe with 3 coloumn layout.
I want make my site wider than the default, Can you tell me step by step to customize the width of the default 3 coloumn academe's template ( Including bar header & banner).
thank you
hi fireolg,
have you a link to see?
the sideboxes you can make wider by changing the size un your admin, go to
Configuration>Layout settings
at the top you see
Column Width - Left Boxes
Column Width - Right Boxes
make there the changes.
regards,
kruna
Thanks for your reply kruna, but what i mean is I want to make the center coloumn more wider, not the sideboxes :smile:.
i've no link , i'm still develop on my own computer.
thanks
hi fireolg,
never mind about the link I found teh piece of code:
first find in your styleshhet
andQuote:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
Quote:
#logoWrap{
margin:auto;
background-color: #ffffff;
width:750px;
border-bottom:.5em solid #EEEEEE;
}
change the width to 900px on both or whatever width you like
or change it to 100% instead of 750px
the difference is that if you use px it will be a fixed width and if you use % it will be a floating one, this depends on your preferences.
regards,
kruna
Thank you very much Kruna, it works :clap:
Hello,
I just installed this template (acadame) and very impressed with it. Im currently editing the main page and im just wondering, on the red bar next to the logo, im supposed to use Ez-Pages to insert links right? The thing is, I have "Log In" as one of the links but once someone is logged in, there is no "Log Off" button? How can I make the Log In turn to Log Off when somebody is logged in?
Thx
Hi Berserker,
I am not sure how to make the login turn to logoff, when someone creates an account, but how about using EZpages and name it Logoff, putting the following link:
https://www.YOUR_SITE.com/YOUR_PATH/...in_page=logoff
regards,
kruna
That's what I did since there doesn't seem to be any fix for it.
By the way, is it just me or are there many duplicates in the stylesheet? Why are there navsuppwrapper, navsupp and bottomnav when they all are practically the same? Surely you only need one this? Im cleaning up the stylesheet and it's confusing with all these duplicates.
Guys, I'm traying to use an Indonesian language in my zen cart with academe, but if I used indonesian, the zen cart not work properly especially when I choose product to be add to the cart the screen just blank, can u gys help me, please....
I attached my indonesian language pack, this file i downloaded from www.zen-cart.com/downloads
Regards,
fireolg
If you using 1.3.8 series you'll need to update some of the language files to include the new defines for certain things. The language file pack is based on 1.3.7 series files.
To do that grab the 1.3.8 english file defines, compare them to the Indonesian ones ... add the new defines to the Indonesian ones. You might have to do a bit of translation. Once your completed with that ... all should work well.
OK i'll try your suggestion, thank you TestUser
Can someone please tell me how I could move the top box so that it's aligned with top links (the red bar next to logo) but still suitable for any viewing on any screen size. I try adjusting ut by changing the margin from auto to something else but when I looked at it on a smaller screen, it was all messed up.
Thx
Dear All,
I've make my zen cart with 3 coloumn academe template, and i also make the width in the css (#mainWraper & #logoWraper) to be 85%, but the probem is the 750X100 banner not shown up, how can i fix this ??
regards
fireolg
i've figure it out about my previous problem, my other question is
how to make the banner (750x100 banner) to suite with anysize of (#mainWraper & #logoWraper) 's width?? is there another ways than change the picture size manually ??
regards,
fireolg
You can put any size image in the banner image to suit your content ... as far as detecting the width you'd have to do that manuallly in your scripting or you could use some JS but never the less it would take some coding on your part.
You can however fake the effect by setting a background image with CSS and just make the image like 2500px wide.
There's ways to dynamically change the background image as well, but I won't go into that now.
Sorry for asking alot, because i'm newbie :D
can u give me the css code to make solution as you said "You can however fake the effect by setting a background image with CSS and just make the image like 2500px wide."
and why you I won't go into that now?? can you explain the reason.
Thank you very much
##############################___
You caught me in the middle of something ...
Anyways, it'd go something along these lines.
In your main stylesheet, stylesheet.css you'd add:
Where you'd place the banner is up to you, but this is the code for it:Code:#headerBanner{
height:80px;
width:100%;
background:url(../images/homepagebanner.gif) top left no-repeat;
}
Now if you wanted to change it by category, simply create a stylesheet that corresponds to the category id you wish to change it for.Code:<div id="#headerBanner"></div>
For example, for category 13 the stylesheet would be c_13.css
In that file would go:
Use the magic of Zen.Code:#headerBanner {
background:url(../images/cat_13_banner.gif) top left no-repeat;
}
Just wondering since fireolg is talking about the banner (750 x 100), is that supposed to be default when you install this template? coz I don't seem to have it? How can I turn it on?
Thx
Just Follows TestUser's tutorial in : http://www.zen-cart.com/forum/showpo...22&postcount=4
But if you installed academe v 1.2, follow this step :
- 1 Go to : Admin --> Confiuration --> Layout Setting, then turn on the Banner Display Groups, choose Header Position 1, make name of the banner group (i.e 750x100). Click Update
- 2 Go to : Admin --> Tools --> Banner Manager --> Create New Banner -->write Banner Group's name on Banner Group's text box which you have created in step 1 (i.e 750x100) --> Insert the banner image --> click Insert
Just trying to share :D
Thank you fireolg!
Just wondering, does anyone know what the following comments control?
A.category-top, A.category-top:visited { color: #008000; text-decoration: none; }
A.category-links, A.category-links:visited { color: #333333; font-weight:bold; }
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited { color: #FF0000; text-decoration: none; }
SPAN.category-subs-parent { font-weight: bold; }
SPAN.category-subs-selected { font-weight: bold; }
I tried commenting them out and they didn't seem to affect anything on the category box so can I just delete them?
Thx
first off, thank you for the wonderful template! i have tried many times, but cannot get the e-z pages to show up. i am attempting to get the whole "my account" "log in" etc up there. i've followed the instructions to a T, but cannot get them to show up. in Config > E-Z Page Settings, i have the "display headerbar" set to 1. in Tools > E-Z pages, i have the "header" enabled (green). still no go. am i missing something? this is my 4th zen-cart, so i feel farely comfortable modding the codes, and locating files. i've only begun modding this template/site today. site link.
i also want to get the search bar in the very top gray bar where the cart icon is.
thanks in advance!
holy bujeezus, i finally found the answer to my above question, after several hours of search. the answer is here. long story short, to get ez pages to show up, enter a number greater than zero on the sort order. who'da thunk it.....??????? :lookaroun
this template is absolutely wonderful. thank you again.........
paul
still would like to know how to get the search feature in the very top gray bar, left of the cart icon.... thanks.
Hi,
FYI, I just downloaded and installed this template today and still had to make the edit to the above captioned tpl_languages_header.php. Works fine.
I have another problem though, and after reviewing much of this 500+ post thread and installing per the included instructions, ask if you can point me to the fix/install instruction which I have likely missed.
The EZ page header/banner displays fine. The balance of the content is pushed to the right and displays as if the right columns are still turned on. Looking through the default 'Layout Boxes Controller', indeed many of them are. My 'Layout Settings' remain at the default 1.38a settings.
site: http://216.177.129.43/
Thank you so much for your wonderful efforts.
Hi,
FYI, I just downloaded and installed this template today and still had to make the edit to the above captioned tpl_languages_header.php.
I have another problem though, and after reviewing much of this 500+ post thread and installing per the included instructions, ask if you can point me to the fix/install instruction which I have likely missed.
The EZ page header/banner displays fine. The balance of the content is pushed to the right and displays as if the right columns are still turned on. Looking through the default 'Layout Boxes Controller', indeed many of them are. My 'Layout Settings' remain at the default 1.38a settings.
site: http://216.177.129.43/
Thank you so much for your wonderful efforts.
Hi,
FYI, I just downloaded and installed this template today and still had to make the edit to the above captioned tpl_languages_header.php.
I have another problem though, and after reviewing much of this 500+ post thread and installing per the included instructions, ask if you can point me to the fix/install instruction which I have likely missed.
The EZ page header/banner displays fine. The balance of the content is pushed to the right and displays as if the right columns are still turned on. Looking through the default 'Layout Boxes Controller', indeed many of them are. My 'Layout Settings' remain at the default 1.38a settings.
site: http://216.177.129.43/
Thank you so much for your wonderful efforts.
Hi,
FYI, I just downloaded and installed this template today and still had to make the edit to the above captioned tpl_languages_header.php.
I have another problem though, and after reviewing much of this 500+ post thread and installing per the included instructions, ask if you can point me to the fix/install instruction which I have likely missed.
The EZ page header/banner displays fine. The balance of the content is pushed to the right and displays as if the right columns are still turned on. Looking through the default 'Layout Boxes Controller', indeed many of them are. My 'Layout Settings' remain at the default 1.38a settings.
site: http://216.177.129.43/
Thank you so much for your wonderful efforts.
Add this to your tpl_header.php file where'd you like it to show. You'll see the similar ones in the file once you get it open.
You'll have to do some stylesheet editing as well. Once you get it up there you can style it.PHP Code:
<div id="search_header" class="topBox"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
Oh, also make sure the "Single Column Status" is set to yes in the Layout Boxes Controller.
thank you thank you. that worked (of course) !
will do. thank you again for the time and help.
Hi,
Can someone please tell me why my sideboxes are overlapping to the center content even when padding has been specified in Firefox but not in IE. It only happens with this template as I have tried it with my previous template and it was fine with that.
Thx
Can I send you think via pm?
Please disregard my post regarding the sideboxes.
I have one important question though, if possible, how could I make the shopping cart image on the "top bar" be an image link? I want it to link to the cart page.
Thx
not sure how to link the actual image, but you can link the items/dollar amount line. post is http://www.zen-cart.com/forum/showpo...&postcount=513. basically, you are adding the following line of code:
<a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>">
so, it would look like this:
<div id="cart_header" class="topBox">Shopping Cart<br /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></div>
instead of this:
<div id="cart_header" class="topBox">Shopping Cart<br /><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></div>
file (tpl_header.php) is located at Includes > Templates > YOUR TEMPLATE > Common
Try this to link the image and the contents text:
<div id="cart_header" class="topBox"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"></a><aShopping Cart<br /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></div>
Add this to your stylesheet:
#cart_header a:link, #cart_header a:visited{
display:block;
height:30px;
width:50px;
margin-right:.4em;
}
You'll possible need to adjust #cart_header in your stylesheet as well.
If this doesn't link the image, don't give up, search for the link in the header and apply the proper styles to the link. The link is in the code, invisible to your eyes so like I said you may have to search for it.
Maybe 5h can give it a shot on NothingButTennis.
I don't know what I was thinking when I posted this ... but it should be:
Try this to link the image and the contents text:
Add this to your stylesheet:Code:<div id="cart_header" class="topBox"><a id="carth_link" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"></a>Shopping Cart<br /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><? echo $_SESSION['cart']->count_contents();?> item(s) - <? echo $currencies->format($_SESSION['cart']->show_total());?></a></div>
You'll possibly need to adjust #cart_header in your stylesheet as well. If that's the case, deplete the padding within #cart_header, then apply some right margin to the #carth_link style you just right. I've touched it with a simple margin already.Code:#carth_link{
display:block;
height:30px;
width:50px;
margin-right:.4em;
}
Sorry All, I've same problem with sidebox if I use opera browser, the same as Berserker's problem in firefox. I think it would be more excelent if these theme can give nice view in every browser that users used.
how to fix this problem???
I attached a sidebox's image that used in opera.
Regards
fireolg
There's a fix for this in the thread.
http://www.zen-cart.com/forum/showpo...&postcount=441
can someone tell me why there are spacing issues when using bullets in the product description? without bullets, the text lines up fine. with bullets, the bullets end up overlapping the product image. see attachment.
perfecto. mod in the stylesheet. thanks yet again!
I've tried your solutions, and I've added
to this file : includes\templates\iC_AcadameV1.2\css\stylesheet.cssCode:#headerBanner{
height:80px;
width:100%;
background:url(../images/homepagebanner.gif) top left no-repeat;
}
and i've added
to this file : includes\templates\iC_AcadameV1.2\common\tpl_header.phpCode:<div id="#headerBanner"></div>
but the banner still doesn't show up, am I wrong??
I've tried to disable the previous default 750x100 banner from zencart admin, but it still doesn't show up.
Please help testuser.. I'm sory for disturbing you, but I believe you are a nice person :smile:
:lamo::cry:
Ok, never mind if you guys busy, so you don't answer my previous question. but thanks anyway.
I've make another way about this theme, as you can see in an attached file.
I'm using banner 3 as main banner, but the problem is that banner 3 can't show up in every pages, it only show in home (first page)... and i want make it fluid, any idea?? please share with me.
thank you in advance
Regards
Fireolg
Hello,
How can I turn the right column back on?
Thx
Forgot to add, I have modified the tpl_main_page
Ignore my question, I managed to do it by following the steps given on page 1 of this thread :)
Thank you test user I've make modification like this :
[SCR]<?php
//if($body_id == 'index' && $cPath == ''){
if (SHOW_BANNERS_GROUP_SET3 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET3)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerThree" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}//}
?>[/SCR]
and now the banner apear in every pages.:clap:
I've make my layout with % width, the point is I want to make my acedeme fluid in every resolutions, Is there any sollution to make the banner fluid too??
please show me step by step modifications, because I'm still learning.
Thank you in advance.
fireolg
There's no real way to make the entire banner fluid, but you can make it "appear" that it is. The downfall to this is that you would need to have a common bg from the banner to the area it resides in.
Can you post or PM you tpl_main_page.php file, along with a link to your site so I can see your banner image and make an additional image if needed.
Thank you for your attention and quick response :D
I'm still customizing in my own machine so I can't give you any link, the banners and the other file are still using your main academe's files, I'm only making a little customization that the main goals are :
1. Make academe to be 3 column layout >> I've done it
2. Make academe width fluid >> I've done it
3. Customize ezypages >> I've done it
4. Make the banners fluid
yes.. the last thing I want to do is making the banners fluid, but if it's imposible to do and there is another way as you said that I would need to have a common bg from the banner to the area it resides in, please show me to do. I attached tpl_main_page.php as you asked.
Thank you in advance
fireolg
Looking for some help here.
1. Linking the cart image.
2. I'd like to add another image just above the EZ page nav bar
Here's the site
Thanks,
Jason
I didn't get the image to be a link but im ok with that as long as the text are linked.
I attached an image of what im thinking of doing and im hoping that you could help or set me on the right direction.
By default, the logo and ezpages part are already done with the acadame temp. but how do I move the currency and shopping cart just below the top links and also add the search bar? This way I could get disable the top bar and the search sidebox.
Lastly, how do you do that flare/shadow effect for background or border?
Thx
Ok - I need a little help here. I want to position my GoDaddy seal in my footer so that the three images are aligned horizontally across the page. Here's the site
Any help would be appreciated.
Thanks,
Jason
Hi,
First what a great template this is, but I do have a problem which is how can I edit the payment.gif to make to centre on the footer and remove the ichoze_footer.gif?
I have edited the php file in includes>templates>common>tpl_footer.php but so far this has not worked, is it possible to post a way this can be done?
Thanks,
Pompeylad.
Hi,
First what a great template this is, but I do have a problem which is how can I edit the payment.gif to make to centre on the footer and remove the ichoze_footer.gif?
I have edited the php file in includes>templates>common>tpl_footer.php but so far this has not worked, is it possible to post a way this can be done?
Also how can the 'Currencies' in the header be replaced for a search box?
Thanks,
Pompeylad.
Another question I have is has anybody used the Social Bookmarking mod with the Acadame template? If so where does one place the files?
Thanks,
Pompeylad.
Hi,
can anyone please help me. I am using acadame but i have modified it quite alot,if you go to my site: www.dgtech.co.nz youll see that the top bar and logo do not center. I need these to center please:
Here is my stylesheet.
Code:/**
* Acadame CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2007 iChoze Internet Solutions
* @copyright 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: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
*/
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #ffffff;
}
a img {border: none; }
a:link, #navEZPagesTOC ul li a {
color: #900000;
text-decoration: none;
}
a:visited {
color: #900000;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
color: #900000;
text-decoration: underline;
}
#navSupp ul li a:hover {
color:#EEEEEE;
text-decoration: underline;
}
a:active {
color: #0000FF;
}
h1 {
font-size: 1.5em;
color: #9a9a9a;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
font-size: 1.1em;
}
.biggerText {
font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0.3em 0;
}
/* Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
position: relative;
}
*html .centerColumn {
height: 1%;
}
*/
CODE {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 1em;
}
FORM, SELECT, INPUT {
display: inline;
font-size: 1em;
margin: 0.1em;
}
TEXTAREA {
float: left;
margin: auto;
display: block;
width: 95%;
}
input:focus, select:focus, textarea:focus {
background: #E4FEF5;
}
FIELDSET {
padding: 0.5em;
margin: 0.5em 0em;
border: 1px solid #cccccc;
}
LEGEND {
font-weight: bold;
padding: 0.3em;
}
LABEL, h4.optionName {
line-height: 1.5em;
padding: 0.2em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
margin: 0.5em 0.3em;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
align: center
}
LABEL.inputLabel {
width: 9em;
float: left;
}
LABEL.inputLabelPayment {
width: 14em;
float: left;
padding-left: 2.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
width: 11em;
float: left;
}
#checkoutPayment LABEL.radioButtonLabel {
font-weight: bold;
}
P, ADDRESS {
padding: 0.5em;
}
ADDRESS {
font-style: normal;
}
.clearBoth {
clear: both;
}
HR {
height: 1px;
margin-top: 0.5em;
border: none;
border-bottom: 1px solid #9a9a9a;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
line-height: 1.8em;
padding: 0.2em;
border: 1px solid #9a9a9a;
}
.messageStackWarning, .messageStackError {
background-color: #ff0000;
color: #ffffff;
}
.messageStackSuccess {
background-color: #99FF99;
color: #000000;
}
.messageStackCaution {
background-color: #FFFF66;
color: #000000;
}
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
}
#contentMainWrapper {
margin:0;
padding:0;
}
#headerWrapper{
margin: 0em;
padding: 0em;
}
#topBarWrap{
background:#6D98D9;
}
#topBar{
width:750px;
margin:auto;
color:#6D98D9;
font-weight:bold;
padding: .8em;
}
.topBox{
float:right;
padding: 0 5em 0 5em;
height:3em;
}
#login_header{
margin: 3.5em 0 0 3em;
float:left;
}
#cart_header{
background:url(../images/cart_bg.gif) 5em 0 no-repeat;
padding:.2em 0 0 11em;
float:left;
}
#logintop_header{
padding:.2em 0 0 11em;
float:right;
}
#logoWrap{
margin:auto;
background-color: #ffffff;
width:1500px;
border-bottom:.5em solid #EEEEEE;
}
#topLinks{
float:right;
background:#6084C4;
margin: 0 auto;
width:74%;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
}
#tagline {
color:#000000;
font-size: 2em;
text-align : center;
vertical-align: middle;
}
#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;
}
/*navigation*/
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
margin: 0em;
font-size: 0.9em;
}
.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
}
#navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #2E2E2E;
padding: 0.5em 0.2em;
font-weight: bold;
color: #909090;
height: 1%;
}
#navSupp{
width:750px;
margin:auto;
}
#paymentsWrap{
margin:auto;
width:50%;
}
#payments{
float:left;
background:url(../images/payments.gif) 1.5em 2em no-repeat;
width:30%;
padding:1em 0 0 18em;
}
#bottomNav{
margin:auto;
}
#bottomNav a, #bottomNav a:visited{
color:#9a9a9a;
text-decoration:underline;
}
#navCatTabsWrapper {
background:#EEEEEE;
color: #9a9a9a;
margin: 0em;
background:#EEEEEE;
padding: 0.5em 0.2em;
font-weight: bold;
color: #909090;
height: 1%;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
text-align: center;
line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
}
#navMain ul li a, #navSupp ul li a, #navSupp ul li a:visited, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #EEEEEE;
white-space: nowrap;
}
#navSupp ul li a:hover {
color:#EEEEEE;
text-decoration:underline;
}
#navCatTabs ul li a {
color: #9a9a9a;
}
#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
border: 1px solid #9a9a9a;
}
#navEZPagesTOC ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
line-height: 1.5em;
}
#navEZPagesTOC ul li {
white-space: nowrap;
}
#navEZPagesTOC ul li a {
padding: 0em 0.5em;
margin: 0;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
margin: 0.5em;
}
#navMainSearch {
float: right;
}
#navBreadCrumb {
padding: 0.5em 0.5em;
font-size: 0.95em;
font-weight: bold;
margin: 0em;
}
#navEZPagesTop {
font-size: 0.95em;
font-weight: bold;
margin: 0;
padding: 1.5em 0 1.7em .5em;
color:#ffffff;
}
#navEZPagesTop a:link, #navEZPagesTop a:visited{
color:#ffffff;
padding:0 1em 0 .8em;
}
#navEZPagesTop a:hover{
text-decoration:underline;
}
#navColumnOne, #navColumnTwo {
background-color: transparent;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
/*font-size: 1.2em;*/
padding: 0.5em;
}
.alert {
color: #FF0000;
margin-left: 0.5em;
}
.advisory {}
.important {
font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
float: right;
}
.centerColumn {
padding: 0.8em;
}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0 0 0 .6em;
}
#bannerOne{
padding:0;
margin: 0;
}
.banners img{
padding:0;
}
.centerColumn{
padding-top:0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size: 0.9em;
}
/*Shopping Cart Display*/
#cartAdd {
float: right;
text-align: center;
margin: 1em;
border: 1px solid #000000;
padding: 1em;
}
.tableHeading TH {
border-bottom: 1px solid #9a9a9a;
}
.tableHeading, #cartSubTotal {
background-color: #e9e9e9;
}
#cartSubTotal {
border-top: 1px solid #cccccc;
font-weight: bold;
text-align: right;
line-height: 2.2em;
padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
text-align: right;
padding-right: 0.2em;
}
#scUpdateQuantity {
width: 2em;
}
.cartQuantity {
width: 4.7em;
}
.cartNewItem {
color: #33CC33;
position: relative; /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
color: #660099;
position: relative; /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
text-align: right;
font-weight: bold;
}
.cartRemoveItemDisplay {
width: 3.5em;
}
.cartAttribsList {
margin-left: 1em;
}
#mediaManager {
width: 50%;
margin: 0.2em;
padding: 0.5em;
background-color: #E4FEf5;
border: 1px solid #003D00;
}
.normalprice, .productSpecialPriceSale {
text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
color: #ff0000;
}
.orderHistList {
margin: 1em;
padding: 0.2em 0em;
list-style-type: none;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
margin: 0;
padding: 0.2em 0em;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
font-weight: bold;
}
.totalBox {
width: 5.5em;
text-align: right;
padding: 0.2em;
}
.lineTitle, .amount {
text-align: right;
padding: 0.2em;
}
.amount {
width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin: 0em 1em 1em 0em ;
}
.categoryIcon {}
#cartImage {
margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
width: 20%;
margin: 0.3em 0em;
}
.attributesComments {}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}
.centerBoxWrapper {
border-left: 1px solid #9a9a9a;
border-right: 1px solid #9a9a9a;
border-bottom: 4px solid #9a9a9a;
height: 1%;
margin: 1.1em 0;
}
h2.centerBoxHeading {
font-size: 1.5em;
color: #ffffff;
}
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
font-size: 1.1em;
color: #ffffff;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
font-size: 0.9em;
color: #ffffff;
}
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
padding:.5em 0 .7em 1em;
background:#9a9a9a url(../images/catboxHeadingbg.gif) repeat-x;
}
.centerBoxHeading{
margin: 0em;
padding:.3em 0 .4em 2em;
background:#5D7FA4 url(../images/centerboxHeadingbg.gif) repeat-x;
}
#categoriesHeading {
background:#9a9a9a url(../images/centerboxHeadingbg.gif) repeat-x;
font-size:1.5em;
padding:.2em 0 .4em 1em;
}
#whatsnewHeading {
background:#7EA65A url(../images/brownboxHeadingbg.gif) repeat-x;
font-size:1.2em;
padding:.4em 0 .5em 1em;
}
#bestsellersHeading {
background:#A99A71 url(../images/greenboxHeadingbg.gif) repeat-x;
font-size:1.3em;
padding:.4em 0 .5em 1em;
}
#login_header{
margin: 3.5em 0 0 3em;
float: left;
}
.search_pricerange {
margin-left : 20px;
}
.search_subtitle {
color : #428dff;
}
#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-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{
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;
}
#categoriesContent{
padding:0;
margin:0;
}
#bestsellersContent {
color:#333333;
font-weight:bold;
}
#informationContent a:link, #informationContent a:visited, #bestsellersContent,
#bestsellersContent a:link, #bestsellersContent a:visited{
color:#333333;
font-weight:bold;
}
#extralinks{
padding: .5em 0 .5em 1em;
}
.leftBoxContainer, .rightBoxContainer {
margin: 0 0 1em 0;
border-left: 1px solid #9a9a9a;
border-right: 1px solid #9a9a9a;
border-bottom: 4px solid #9a9a9a;
}
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
color: #FFFF33;
text-decoration: none;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
color: #FFFFFF;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}
#bestsellers .wrapper {
margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
padding: 0;
margin-left: 1.1em;
}
#bestsellers li {
padding: 0;
margin: 0.3em 0em 0.3em 0em;
}
.ic{
display:none;
}
#bannerboxHeading {
background-color: #0000CC;
}
#upProductsHeading {
text-align: left;
}
#upDateHeading {
text-align: right;
}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
color: #008000;
text-decoration: none;
}
A.category-links, A.category-links:visited {
color: #333333;
font-weight:bold;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
color: #FF0000;
text-decoration: none;
}
SPAN.category-subs-parent {
font-weight: bold;
}
SPAN.category-subs-selected {
font-weight: bold;
}
/* end categories box links */
/*misc*/
.back {
float: left;
}
.forward, #shoppingCartDefault #PPECbutton {
float: right;
}
.bold {
font-weight: bold;
}
.rowOdd {
background-color: #E8E8E8;
height: 1.5em;
vertical-align: top;
}
.rowEven {
background-color: #F0F0F0;
height: 1.5em;
vertical-align: top;
}
.hiddenField {
display: none;
}
.visibleField {
display: inline;
}
CAPTION {
/*display: none;*/
}
#myAccountGen li, #myAccountNotify li {
margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
width: 20%;
text-align: right;
/*vertical-align: top*/
}
.accountQuantityDisplay {
width: 10%;
vertical-align: top
}
TR.tableHeading {
background-color: #cacaca;
height: 2em;
}
.productListing-rowheading {
background-image: url(../images/centerBoxHeadingbg.gif);
height: 2em;
color: #FFFFFF;
}
#siteMapList {
width: 90%;
float: right;
}
.ratingRow {
margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
font-weight: normal;
margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
background-color: #ffffff;
}
/***IMAGE HANDLER SUPPORT ***/
#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
width: 220px;
height: 0px;
z-index: 1000;
}
#trailimageid div {
padding: 5px;
background-color: #FFF;
border: 1px solid #888;
text-align: center;
}
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}
#trailimageid img {
margin: 2px;
border: none;
}
/* I've included 4 color choices - apple green (default), blue, red, and grey. To change from green, simply
comment out the green section, and uncomment the color section you want the site to be. You'll also need to
open up includes/templates/apple_zen/css/stylesheet_header_menu.css to change the colors in the drop down menu. */
/* blue */
#navMainWrapper {
background:#6C99D9;
}
#logoWrapperOuter {
background:#ffffff;
}
#navEZPagesTopWrapper {
background:#6C99D9;
}
#navCatTabsWrapper {
background:#6084C4;
}
#navBreadCrumb {
background:#FFFFFF;
}
body {
background:url(../images/site-bg-blue.gif) 0 9em repeat-x;
}
#centerColumnOuter {
background:url(../images/headerborder.gif) repeat-y;
}
#centerColumnWrapper2{
background:url(../images/content_bg.gif) repeat-y 80% 0;
}
/*eof blue*/
/* red
#navMainWrapper {
background:#DC262E;
}
#logoWrapperOuter {
background:#ffffff;
}
#navEZPagesTopWrapper {
background:#DC262E;
}
/*
#navCatTabsWrapper {
background:#C62122;
}
#navBreadCrumb {
background:#C62122;
}
body {
background:url(../images/site-bg-red.gif) 0 9em repeat-x;
}
#centerColumnOuter {
background:url(../images/headerborder.gif) repeat-y;
}
/*
#centerColumnWrapper2{
background:url(../images/content_bg.gif) repeat-y 80% 0;
}
*/
/*eof red*/
/* grey
#navMainWrapper {
background:#D5D5D5;
}
#logoWrapperOuter {
background:#ffffff;
}
#navEZPagesTopWrapper {
background:#D5D5D5;
}
#navCatTabsWrapper {
background:#C8C8C8;
}
#navBreadCrumb {
background:#C8C8C8;
}
body {
background:url(../images/site-bg-grey.gif) 0 9em repeat-x;
}
h3.leftBoxHeading, h3.rightBoxHeading {
background:url(../images/sideboxleft-grey.gif) no-repeat top left;
}
#centerColumnOuter {
background:url(../images/headerborder.gif) repeat-y;
}
#centerColumnWrapper2{
background:url(../images/content_bg.gif) repeat-y 80% 0;
}
/*eof grey*/
/* eof color and background edits */
I've make logoff link button on tpl_account_default.php but facing this problem :
---------------------------
Redirection Status
The URL was redirected to http://localhost/tokoku/index.php?main_page=logoff. Please click the link to go there.
You can enable the automatic redirection in the settings.
---------------------------
if i click these link, then it successfully logout. but how to make it automaticaly redirect ??
thank you
hi everybody...i seek help from anybody that know code of grey colour at
left column menu (at category, review, Information, etc).
i have replace the grey colour to new colour, howewer i still see the grey colour
at the menu.
if somebody know the colour code, i just find the colour code and replace it in stylesheet.
tq in avance:clap:
alignment problem fixed
You need to make sure the EZ-Pages header is set to display, it's under Configuration :: EZ Page Settings ... Then you need to go to Tools :: EZ Pages, add some if not any and set them to display in the EZ-Pages Header.
i still cant see the red navigation bar after doing the above settings :(
can anybody tell me the effect if some1 put cursor on the pic...it zooms
not talkin abt hover3
thxs nav
wtf i signed up twice with differet emails and still couldnt download from your site can u give me a link pleaseeeeeeeeeeeeeee