Re: All Business template Support Thread
Quote:
Originally Posted by
abazou
Hi,
any idea how i can move the logo in the header to be above the logout, checkout, home links?
http://kryptonitetoys.com/zencart/
here's the site to give u a clear idea
thanks a lot for this awesome template :clap: :clap:
The best way to do this is to move the code for the logo above the code for the navMainWrapper in the includes/templates/all_business/common/tpl_header.php file.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
The best way to do this is to move the code for the logo above the code for the navMainWrapper in the includes/templates/all_business/common/tpl_header.php file.
Thanks,
Anne
Thanks a lot for the tips, but when i moved this code
<!--bof-branding display-->
<div id="logoWrapper">
<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>'; ?>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">
on top of navMainWrapper it replaced all the other header items, meaning the whole header became the banner logo image and there was no login or checkout showing anymore.
Re: All Business template Support Thread
also the blue strip on the top of the page
any idea how i cane remove that or change the color?
http://kryptonitetoys.com/zencart/
sorry for all the questions and thnx for ur help
Re: All Business template Support Thread
any idea whats the code for the header logo? so i can move it on top of the checkout cart etc?
http://kryptonitetoys.com/zencart/
thanks
Re: All Business template Support Thread
Quote:
Originally Posted by
abazou
Thanks a lot for the tips, but when i moved this code
<!--bof-branding display-->
<div id="logoWrapper">
<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>'; ?>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">
on top of navMainWrapper it replaced all the other header items, meaning the whole header became the banner logo image and there was no login or checkout showing anymore.
You would need to do a combination of moving the code in the tpl_header.php file and using the stylesheet.css to add styles to the elements to fine tune the look.
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
abazou
also the blue strip on the top of the page
any idea how i cane remove that or change the color?
http://kryptonitetoys.com/zencart/
sorry for all the questions and thnx for ur help
Change this in the stylesheet.css file:
Code:
#navMainWrapper {
background-color: #73CEE1;
color: #444444;
font-weight: normal;
height: 1%;
margin: 10px 0 0;
width: 100%;
}
to:
Code:
#navMainWrapper {
background: transparent;
color: #444444;
font-weight: normal;
height: 1%;
margin: 10px 0 0;
width: 100%;
}
Thanks,
Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
Change this in the stylesheet.css file:
Code:
#navMainWrapper {
background-color: #73CEE1;
color: #444444;
font-weight: normal;
height: 1%;
margin: 10px 0 0;
width: 100%;
}
to:
Code:
#navMainWrapper {
background: transparent;
color: #444444;
font-weight: normal;
height: 1%;
margin: 10px 0 0;
width: 100%;
}
Thanks,
Anne
ok thanks a lot Anne
Re: All Business template Support Thread
Quote:
Originally Posted by
picaflor-azul
You would need to do a combination of moving the code in the tpl_header.php file and using the stylesheet.css to add styles to the elements to fine tune the look.
Thanks,
Anne
i guess i'll leave it like that since its impossible for me to code new styles :/
Thanks a lot for your help anne
Re: All Business template Support Thread
Quote:
Originally Posted by
abazou
ok thanks a lot Anne
No problem :-)
Thanks,
Anne
Re: All Business template Support Thread
Hi how can i remove the footer links? :)
Quick Links
Home
Featured Products
Specials
What's New
All Products ...
Information
About Us
Site Map
Gift Certificate FAQ
Discount Coupons
Newsletter Unsubscribe
Customer Service
Contact Us
Shipping & Returns
Privacy Notice
Conditions of Use
My Account
i keep trying to disable the ez-pages footers but they're still there
Thanks