-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Muzz
Hi Clyde Jones,
I tried adding the line of code as suggested:
Define('BOX_INFORMATION_ABOUT_US', 'About Us');
where suggested in the file but no luck.
I also assumed you meant inside my template folder.
includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php
Unfortunately, no go :(
do you have a link to your site?
the fact that you are seeing this BOX_INFORMATION_ABOUT_US generally means that either you are missing a language file that contains that define statement.
But if as you indicated you have the about us definition file located in the extra_definitions folder and have added the define statement to the footer menu definitions then I'm not sure where the problem might lie.
-
Re: Footer Menu Support Thread
I'm using WAMP rebuilding the site locally so unfortunately I have no link to my site.
I guess I will leave it for now and when I upload the site in a few days I could PM you?
-
Re: Footer Menu Support Thread
I removed the footer menu from my site and now the ezpages links in the footer are all left, i look everywhere and cant find what is causing this. take a look here: www.dealport.us
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dealman876
I removed the footer menu from my site and now the ezpages links in the footer are all left, i look everywhere and cant find what is causing this. take a look here:
www.dealport.us
Make sure you have followed these guidelines for uninstalling this mod.
UNINSTALL:
To uninstall the contribution completely, follow these instructions.
Manually delete the following files:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php
Restore your backup file for the following:
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Make sure you have followed these guidelines for uninstalling this mod.
UNINSTALL:
To uninstall the contribution completely, follow these instructions.
Manually delete the following files:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php
Restore your backup file for the following:
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
i followed the instructions in the file, even when i changed the template the problem exists.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dealman876
i followed the instructions in the file, even when i changed the template the problem exists.
try copying
includes/templates/template_default/common/tpl_footer.php
TO
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
try copying
includes/templates/template_default/common/tpl_footer.php
TO
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
Thanks but that didn't help, i dont think it is the template!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dealman876
Thanks but that didn't help, i dont think it is the template!
Try changing the following in your stylesheet.css as indicated:
.footer-links li {
font: normal 11px verdana;
float: center;
margin: 3 2px 0 14px;
}
TO
.footer-links li {
display:inline;
font: normal 11px verdana;
text-align:center;
margin: 3 2px 0 14px;
}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
gee38l
Thanks I managed to get the five columns to show on the same line but cant get them to align evenly
Posted via Mobile Device
Hi Clyde,
I got the five columns to show correctly.
But for the life of me i cant increase the text width in each box individually so that the text is all in one line.
If you have a look at www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.
Some assistance would be good.
Thanks
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
gee38l
Hi Clyde,
I got the five columns to show correctly.
But for the life of me i cant increase the text width in each box individually so that the text is all in one line.
If you have a look at
www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.
Some assistance would be good.
Thanks
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following declaration and make the highlighted changes:
li a {margin:0;padding-left:1em;display:block;color:#0d87c4;white-space: nowrap;}
-
Re: Footer Menu Support Thread
HI all,
My Site is live while I work on some things.
yodgee.com.au
I'm having an issue with the footer MOD showing a link as
BOX_INFORMATION_ABOUT_US
I tried below about a week ago.
ANY IDEAS?????
I tried adding the line of code as suggested:
Define('BOX_INFORMATION_ABOUT_US', 'About Us');
where suggested in the file but no luck.
I also assumed you meant inside my template folder.
includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php
Unfortunately, no go
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Muzz
HI all,
My Site is live while I work on some things.
yodgee.com.au
I'm having an issue with the footer MOD showing a link as
BOX_INFORMATION_ABOUT_US
I tried below about a week ago.
ANY IDEAS?????
I tried adding the line of code as suggested:
Define('BOX_INFORMATION_ABOUT_US', 'About Us');
where suggested in the file but no luck.
I also assumed you meant inside my template folder.
includes/languages/english/extra_definitions/MY_TEMPLATE/footer_menu_defines.php
Unfortunately, no go
Have you installed the about us page mod ( www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=182 )
-
Re: Footer Menu Support Thread
Yes I have.
I'm going to re install it now though again and let you know if anything changed.
-
Re: Footer Menu Support Thread
I reinstalled the About US mod.
I ONLY copied the files and renames custom folders etc..
No other modifications where made.
The link actually works.. it just displays the title wrong.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Muzz
I reinstalled the About US mod.
I ONLY copied the files and renames custom folders etc..
No other modifications where made.
The link actually works.. it just displays the title wrong.
Sounds like you're missing one of the language files for the about us mod.
Check and make sure you have the following installed
includes/languages/english/extra_definitions/about_us.php
OR
includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php
-
Re: Footer Menu Support Thread
HI I checked my files.
I have the about us file here:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php
The code is below.
<?php
/**
* @package languageDefines
* @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: about_us.php v1.3 $
*/
// this is used to display the text link in the "information" or other sidebox
define('BOX_INFORMATION_ABOUT_US', 'About Us');
?>
I'd like to get this working but if not then remove the link all together.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Muzz
HI I checked my files.
I have the about us file here:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php
The code is below.
<?php
/**
* @package languageDefines
* @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: about_us.php v1.3 $
*/
// this is used to display the text link in the "information" or other sidebox
define('BOX_INFORMATION_ABOUT_US', 'About Us');
?>
I'd like to get this working but if not then remove the link all together.
To delete
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
find and comment out the following define statement.
Code:
Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
find the following define statement and delete the highlighted portion
Define('INFORMATION', '<dd class="second">
<ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');
-
Re: Footer Menu Support Thread
Forgot to say thanks for the info..
I think the problem is caused from a conflict. I think I installed the about us module already a while back...
Turned off now and sorted. thanks
-
Re: Footer Menu Support Thread
Hi Clyde,
Absolutely great module! Couple of questions:
I am currently using only 2 columns of the original 4 and I have them aligned over to the right, in the navSuppWrapper - which is a light gray area on my site. I'd like to keep the 2 columns positioned over to the right BUT also be able to put some other coding on the left side of the navSuppWrapper. It seems the way that I did simply pushes the 2 columns over to the right and STILL takes up the whole navSuppWrapper. Could you tell me how to do that via css in the stylesheet_footer_menu.css?
So I guess said another much simple way, is, is there a way to push the Footer Menu to the right side of the navSuppWrapper and still be able to put other code on the left side of it?
Please feel free to PM if you need a link to my site or the stylesheet_footer_menu.css - I'm not quite 'live' yet and so its down for maintenance.
Any ideas/suggestions are greatly appreciated.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
autoace
Hi Clyde,
Absolutely great module! Couple of questions:
I am currently using only 2 columns of the original 4 and I have them aligned over to the right, in the navSuppWrapper - which is a light gray area on my site. I'd like to keep the 2 columns positioned over to the right BUT also be able to put some other coding on the left side of the navSuppWrapper. It seems the way that I did simply pushes the 2 columns over to the right and STILL takes up the whole navSuppWrapper. Could you tell me how to do that via css in the stylesheet_footer_menu.css?
So I guess said another much simple way, is, is there a way to push the Footer Menu to the right side of the navSuppWrapper and still be able to put other code on the left side of it?
Please feel free to PM if you need a link to my site or the stylesheet_footer_menu.css - I'm not quite 'live' yet and so its down for maintenance.
Any ideas/suggestions are greatly appreciated.
PM me the link to your site.
-
Re: Footer Menu Support Thread
-
Re: Footer Menu Support Thread
Hi Clyde,
I was having some issues with what I had decided to do before with the footer area, so I decided to just revert back.
I went back to the original 4 columns for Footer Menu. However, I forgot how I got it to 2 columns in the css file (and I didn't make a backup - like I should have). Now I've made so many changes to the css file that its just a mess (comments galore).
I went to the downloads area to get another copy but for some reason its only downloading 3 files (IDK why). Could you post the ORIGINAL css here or just make the file available here? Thanks.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
autoace
Hi Clyde,
I was having some issues with what I had decided to do before with the footer area, so I decided to just revert back.
I went back to the original 4 columns for Footer Menu. However, I forgot how I got it to 2 columns in the css file (and I didn't make a backup - like I should have). Now I've made so many changes to the css file that its just a mess (comments galore).
I went to the downloads area to get another copy but for some reason its only downloading 3 files (IDK why). Could you post the ORIGINAL css here or just make the file available here? Thanks.
Here you good
Code:
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}
#navSuppWrapper {
margin: 10px 5px 10px;
padding: 0;
background:none;
color: #444;
width:100%;
}
#navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
#navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
#navSuppWrapper ul {margin:0;padding:0;list-style: none;}
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;font-weight:bold;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;background: #EAC27C;}
-
Re: Footer Menu Support Thread
Clyde, thank you very kindly - you just saved me lots of time!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following declaration and make the highlighted changes:
li a {margin:0;padding-left:1em;display:block;color:#0d87c4;white-space: nowrap;}
Thanks so much perfect
-
Re: Footer Menu Support Thread
I looked around forum and could not find anything regarding header/image. If I missed it..please refer me.
I am getting ready to load this module for my footer.
Question: I would like to make my footer have image similar to header. Of course, I would take out the login, words in middle, etc. But want to keep my logo and background picture. Can I place an image inside of the footer?
Thanks, Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
I looked around forum and could not find anything regarding header/image. If I missed it..please refer me.
I am getting ready to load this module for my footer.
Question: I would like to make my footer have image similar to header. Of course, I would take out the login, words in middle, etc. But want to keep my logo and background picture. Can I place an image inside of the footer?
Thanks, Kim
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following section you can add you header_image in the highlighted portion
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following section you can add you header_image in the highlighted portion
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}
Thank you!!!:clap:
I am going to try and get to it tonight...My current footer looks so boring. Kim
-
Re: Footer Menu Support Thread
I was able to load this module and added my image. Works very well! Only have a couple of issue I could not figure out.
My ez-pages for Important links is not working. File includes/languages/english/extra_def/temp/footer_menu_defines - I added:
HTML Code:
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Important Links</li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(18) . '"> Links</a></li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(15) . '"> Links</a></li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(16) . '"> Links</a></li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(13) . '"> Links</a></li>');
/*The actual links are determined by "footer links" set in EZ-Pages
*EOF Menu Column 4 link Definitions
*/
I can not seem to get my copyright legal information to show up at end of main page. I have rss file and booksmark that also will not show. Both rss and bookmark files I would like above footer menu.File includes/templates/my temp/common/tpl_footer
HTML Code:
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<div id="footer">
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof- site copyright display -->
<div class="clearBoth"> </div>
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<!--eof RSS Feed -->
<div id="bookmark" class="bookmark">
<!-- AddThis Button BEGIN -->
<?php if ($request_type == 'NONSSL') { ?>
<a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/share.php?u=/" onclick="window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your facebook friends"/><img src="http://www.burnerbooks.com/images/facebook.gif" style="padding-bottom:1px;" alt="facebook on burnerbooks"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your yahoo friends" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" width="20" height="20" border="0" id="Yahoo" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.com/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','http://www.social-bookmark-script.de/img/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" width="20" height="20" border="0" id="StumbleUpon" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=co.uk&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" width="20" height="20" border="0" id="Google" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()"/><img src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" style="padding-bottom:1px;" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious" style="padding-bottom:1px;"/>
<?php } ?>
<!-- AddThis Button END -->
</div>
<br/>
<?php
} // flag_disable_footer
?>
</div>
Thanks,Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
I was able to load this module and added my image. Works very well! Only have a couple of issue I could not figure out.
I can not seem to get my copyright legal information to show up at end of main page. I have rss file and booksmark that also will not show. Both rss and bookmark files I would like above footer menu.File includes/templates/my temp/common/tpl_footer
Thanks,Kim
You don't need to do this:
Code:
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Important Links</li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(18) . '"> Links</a></li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(15) . '"> Links</a></li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(16) . '"> Links</a></li>');
Define('LINKS', '<li><a href="' . zen_ez_pages_link(13) . '"> Links</a></li>');
/*The actual links are determined by "footer links" set in EZ-Pages
*EOF Menu Column 4 link Definitions
it should be left as is:
Code:
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Important Links</li>');
/*The actual links are determined by "footer links" set in EZ-Pages
*EOF Menu Column 4 link Definitions
*/
What you need to do is make sure you have set the EZ-pages you want to so show in the footer are set in your ez-pages select "footer" and give them a sort order.
--------------------------
Change the following as indicated by the highlighted portion:
Code:
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<div id="footer">
<!--bof- site copyright display -->
<div class="clearBoth"> </div>
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<!--eof RSS Feed -->
<div id="bookmark" class="bookmark">
<!-- AddThis Button BEGIN -->
<?php if ($request_type == 'NONSSL') { ?>
<a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/share.php?u=/" onclick="window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your facebook friends"/><img src="http://www.burnerbooks.com/images/facebook.gif" style="padding-bottom:1px;" alt="facebook on burnerbooks"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your yahoo friends" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" width="20" height="20" border="0" id="Yahoo" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.com/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','http://www.social-bookmark-script.de/img/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" width="20" height="20" border="0" id="StumbleUpon" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=co.uk&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" width="20" height="20" border="0" id="Google" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()"/><img src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" style="padding-bottom:1px;" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious" style="padding-bottom:1px;"/>
<?php } ?>
<!-- AddThis Button END -->
</div>
<br/>
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<?php
} // flag_disable_footer
?>
</div>
-------------------------------
You may also need to adjust the height of the footer:
stylesheet_footer_menu.css
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}
-
Re: Footer Menu Support Thread
Hi Clyde,
I have been working diligently on the css for footer menu. When I get FF to look really good...IE is all messed up. Do you have any suggestions for css for the different browsers?
Thanks, Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
Hi Clyde,
I have been working diligently on the css for footer menu. When I get FF to look really good...IE is all messed up. Do you have any suggestions for css for the different browsers?
Thanks, Kim
create an ie specific stylesheet,
copy the footer menu css to that stylesheet
fine tune it until it looks like you want it too in ie
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
create an ie specific stylesheet,
copy the footer menu css to that stylesheet
fine tune it until it looks like you want it too in ie
Please excuse my ignornance with css... but how do I create an ie specific stylesheet??
Thanks, Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
Please excuse my ignornance with css... but how do I create an ie specific stylesheet??
Thanks, Kim
open any of your stylesheets
save as ie_stylesheet.css
delete everything but the footer css stuff.
-
Re: Footer Menu Support Thread
I was able to get almost all set with css, except I.E. is not recognizing the background: no-repeat; and shows two images. I have looked on web and forum and can't seem to find an answer.
Quick Links Menu title is acting like an actual link and is linking to one of social bookmarking (delicous). How do I take link out so it will just be a normal menu title like the others?
Thanks, Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
I was able to get almost all set with css, except I.E. is not recognizing the background: no-repeat; and shows two images. I have looked on web and forum and can't seem to find an answer.
Quick Links Menu title is acting like an actual link and is linking to one of social bookmarking (delicous). How do I take link out so it will just be a normal menu title like the others?
Thanks, Kim
You've obviously made changes to (I'm guessing tpl_footer.php) but without actually seeing what the changes are, I'm not sure I can provide a solution.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
You've obviously made changes to (I'm guessing tpl_footer.php) but without actually seeing what the changes are, I'm not sure I can provide a solution.
I apologize..moved some things around. Here it is:
HTML Code:
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<!--eof RSS Feed -->
<div id="bookmark" class="bookmark">
<!-- AddThis Button BEGIN -->
<?php if ($request_type == 'NONSSL') { ?>
<a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/share.php?u=/" onclick="window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your facebook friends"/><img src="http://www.burnerbooks.com/images/facebook.gif" style="padding-bottom:1px;" alt="facebook on burnerbooks"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your yahoo friends" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" width="20" height="20" border="0" id="Yahoo" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.com/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','http://www.social-bookmark-script.de/img/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" width="20" height="20" border="0" id="StumbleUpon" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=co.uk&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" width="20" height="20" border="0" id="Google" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()"/><img src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" style="padding-bottom:1px;" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious" style="padding-bottom:1px;"/>
<?php } ?>
<!-- AddThis Button END -->
</div>
<br/>
<div id="footer">
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
Thanks, Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
I apologize..moved some things around. Here it is:
HTML Code:
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<!--eof RSS Feed -->
<div id="bookmark" class="bookmark">
<!-- AddThis Button BEGIN -->
<?php if ($request_type == 'NONSSL') { ?>
<a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/share.php?u=/" onclick="window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your facebook friends"/><img src="http://www.burnerbooks.com/images/facebook.gif" style="padding-bottom:1px;" alt="facebook on burnerbooks"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Share this site with your yahoo friends" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" width="20" height="20" border="0" id="Yahoo" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.com/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','http://www.social-bookmark-script.de/img/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" width="20" height="20" border="0" id="StumbleUpon" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=co.uk&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" width="20" height="20" border="0" id="Google" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()"/><img src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" style="padding-bottom:1px;" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious" style="padding-bottom:1px;"/>
<?php } ?>
<!-- AddThis Button END -->
</div>
<br/>
<div id="footer">
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
Thanks, Kim
part of the problem is that you have open <a> tags in the following. You need to close </a> each one:
<a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/share.php?u=/" onclick="window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(document.title)+'&d=&tag=&u='+encod eURIComponent(location.href));return false;" title="Share this site with your facebook friends"/><img src="http://www.burnerbooks.com/images/facebook.gif" style="padding-bottom:1px;" alt="facebook on burnerbooks"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+enc odeURIComponent(location.href));return false;" title="Share this site with your yahoo friends" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" width="20" height="20" border="0" id="Yahoo" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.com/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','http://www.social-bookmark-script.de/img/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&t ags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent( document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" width="20" height="20" border="0" id="StumbleUpon" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=co.uk&bkmk='+encodeURIComponent(location.href)+'&anno tation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" width="20" height="20" border="0" id="Google" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=& title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()"/><img src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" style="padding-bottom:1px;" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious" style="padding-bottom:1px;"/>
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
part of the problem is that you have open <a> tags in the following. You need to close </a> each one:
<a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/share.php?u=/" onclick="window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(document.title)+'&d=&tag=&u='+encod eURIComponent(location.href));return false;" title="Share this site with your facebook friends"/><img src="http://www.burnerbooks.com/images/facebook.gif" style="padding-bottom:1px;" alt="facebook on burnerbooks"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+enc odeURIComponent(location.href));return false;" title="Share this site with your yahoo friends" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Add to: Yahoo" name="Yahoo" width="20" height="20" border="0" id="Yahoo" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.favit.com/" onclick="window.open('http://www.favit.de/submit.php?url='+(document.location.href));return false;" title="Add to: Favit" onmouseover="schnapp('Favit','','http://www.social-bookmark-script.de/img/bookmarks/favit_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&t ags=&title='+encodeURIComponent(document.title));return false;" title="Add to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent( document.title));return false;" title="Add to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Add to: StumbleUpon" name="StumbleUpon" width="20" height="20" border="0" id="StumbleUpon" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=co.uk&bkmk='+encodeURIComponent(location.href)+'&anno tation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Add to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()"/>
<img src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Add to: Google" name="Google" width="20" height="20" border="0" id="Google" style="padding-bottom:1px;"/>
<a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=& title='+encodeURIComponent(document.title));return false;" title="Add to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()"/><img src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" style="padding-bottom:1px;" alt="Add to: Del.icio.us" name="Delicious" border="0" id="Delicious" style="padding-bottom:1px;"/>
PERFECT!!!:clap::clap:
That did it. I really appreciate your help! Footer looks really nice. Great mod you have made! Thanks again.Kim
-
Re: Footer Menu Support Thread
Hi Clyde,
I would like to remove the footer menu from my login,checkout and shopping cart pages. What file do I change?
Thanks, Kim
-
Re: Footer Menu Support Thread
This tutorial will help you think of the right process.
-
Re: Footer Menu Support Thread
Hello Clyde :) Can you tell me how to get the wrapped text in the footer link to align properly? Ie, http://www.loves2nurse.com/ in the footer column that says "Breastfeeding", the link that says "Instructions for using Breast Pumps"...I would like that text to line up. What do I add to the css and where? Thanks! Amy
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Doodlebuckets
Hello Clyde :) Can you tell me how to get the wrapped text in the footer link to align properly? Ie,
http://www.loves2nurse.com/ in the footer column that says "Breastfeeding", the link that says "Instructions for using Breast Pumps"...I would like that text to line up. What do I add to the css and where? Thanks! Amy
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following declaration and make the highlighted change:
li a {margin:0;padding-left:2em;white-space: nowrap;}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
haredo
This tutorial will help you think of the right process.
I did it and worked really well...except I would like to keep copyright information on pages and not footer. includes/temp/common/tpl_main_page.php
HTML Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
$flag_disable_right = true;
$flag_disable_left = true;
$flag_disable_header = true;
$flag_disable_footer = true;
}
How do I keep copyright? Thanks,Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
I did it and worked really well...except I would like to keep copyright information on pages and not footer. includes/temp/common/tpl_main_page.php
HTML Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
$flag_disable_right = true;
$flag_disable_left = true;
$flag_disable_header = true;
$flag_disable_footer = true;
}
How do I keep copyright? Thanks,Kim
What you want to do will require editing/modifying several files.
I'd need to work out exactly which files would be involved.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following declaration and make the highlighted change:
li a {margin:0;padding-left:2em;white-space: nowrap;}
Thank ye muchly!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Doodlebuckets
Thank ye muchly!
You're most welcome
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
What you want to do will require editing/modifying several files.
I'd need to work out exactly which files would be involved.
Hi clydejones,
I am looking to disable footer on login,checkout pages, but would still like to display the copyright information. Were you able to figure out what file to modify?
Thanks, Kim
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
kburner
Hi clydejones,
I am looking to disable footer on login,checkout pages, but would still like to display the copyright information. Were you able to figure out what file to modify?
Thanks, Kim
You'll need to edit
includes/templates/YOUR_TEMPLATE/common/
tpl_footer.php
tpl_tpl_main_page.php
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
You'll need to edit
includes/templates/YOUR_TEMPLATE/common/
tpl_footer.php
tpl_tpl_main_page.php
I am taking a guess at this....
In tpl_main_page - would I add:
HTML Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
$flag_disable_right = true;
$flag_disable_left = true;
$flag_disable_header = true;
$flag_disable_footer = true;
}
To disable footer on these pages.
For tpl_footer - what do I modify in the bottom statement to get copyright only to show?
HTML Code:
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
Thank you, Kim
Would I add
-
Re: Footer Menu Support Thread
See the highlighted comments below:
Quote:
Originally Posted by
kburner
I am taking a guess at this....
In tpl_main_page - would I add:
HTML Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
$flag_disable_right = true;
$flag_disable_left = true;
$flag_disable_header = true;
$flag_disable_footer = true;
}
To disable footer on these pages.
This is correct!
For tpl_footer - what do I modify in the bottom statement to get copyright only to show?
HTML Code:
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
Cut this from tpl_footer.php and past is into tpl_main_page.php just before <!--bof- parse time display -->:
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<!--bof- parse time display -->
Thank you, Kim
Would I add
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
See the highlighted comments below:
Thank you!!!!:clap::clap:
-
Re: Footer Menu Support Thread
When you click on one particular link in my footer you get a url like this
-http://My_example_site.com/tips/outfitting.html&zenid=g2n4fgkqe9lror90mj4uf2fht1-
If you click back on your browser and click it again it then works correctly without the jibberish at the end of the url.
Ive previously installed the “about us” module which seems to be the solution to others I found in this thread with the problem.
I have version 1.3.0.14 and the newest version is 1.3.1. Does this matter?
In admin/tools/ezpages I put a few pages there. In the example for the link above in the Internal link url field I have tips/outfitting.html I have also tried it as /tips/outfitting.html Im sure Im not doing something correct in the ez pages area. Can someone point me in the right direction?
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
angst
When you click on one particular link in my footer you get a url like this
-http://My_example_site.com/tips/outfitting.html&zenid=g2n4fgkqe9lror90mj4uf2fht1-
If you click back on your browser and click it again it then works correctly without the jibberish at the end of the url.
Ive previously installed the “about us” module which seems to be the solution to others I found in this thread with the problem.
I have version 1.3.0.14 and the newest version is 1.3.1. Does this matter?
In admin/tools/ezpages I put a few pages there. In the example for the link above in the Internal link url field I have tips/outfitting.html I have also tried it as /tips/outfitting.html Im sure Im not doing something correct in the ez pages area. Can someone point me in the right direction?
Since the footer menu mod was developed for ZC 138/139 it may not work as expected in your ZC version.
You might want to consider upgrading.
-
Re: Footer Menu Support Thread
Oops, should have mentioned.
Zen cart version 1.3.8a
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
angst
Oops, should have mentioned.
Zen cart version 1.3.8a
Do you have a link to your site.
-
Re: Footer Menu Support Thread
Site url is kayak outfitting dawt com
The link that is not working is the link to "outfitting tips"
You will notice that after it doesnt work that if you hit back on your browser and then click it again that it does work.
I have other pages in the footer that link to ezpages that are not a problem.
When I look at my ezpages section in admin I can see that one link that I have in the footer menu is "shipping cost" and the value that I have in the "internal link url" field is index.php?main_page=page_2 That link and similar ones work fine.
In the case of the link that works screwy I am trying to get it to go to a html page that is not part of the cart. The value that I have in the "internal link url" field is tips/outfitting.html
This seems to have something to do with why it acts weird. Is this why the link doesn't work right?
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
angst
Site url is kayak outfitting dawt com
The link that is not working is the link to "outfitting tips"
You will notice that after it doesnt work that if you hit back on your browser and then click it again that it does work.
I have other pages in the footer that link to ezpages that are not a problem.
When I look at my ezpages section in admin I can see that one link that I have in the footer menu is "shipping cost" and the value that I have in the "internal link url" field is index.php?main_page=page_2 That link and similar ones work fine.
In the case of the link that works screwy I am trying to get it to go to a html page that is not part of the cart. The value that I have in the "internal link url" field is tips/outfitting.html
This seems to have something to do with why it acts weird. Is this why the link doesn't work right?
You can also have/create "external links" in ez-pages
that would be the input field just below the internal links field.
-
Re: Footer Menu Support Thread
Thanks
That worked.
I'd swear I had done that before without success in various flavors of with and without the www. and or http:// but I tried it again and it seems to be working.
in admin/tools/ezpages I cleared out the internal link field and put "http://TheWholeAddress.com/TheSpecificPage.html" in the external link field and it seems to have done the trick.
Thanks again
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
angst
Thanks
That worked.
I'd swear I had done that before without success in various flavors of with and without the www. and or http:// but I tried it again and it seems to be working.
in admin/tools/ezpages I cleared out the internal link field and put "http://TheWholeAddress.com/TheSpecificPage.html" in the external link field and it seems to have done the trick.
Thanks again
Glad you got it sorted
-
Re: Footer Menu Support Thread
Is there any way of moving the footer menu below the copyright etc?
here is the code in my
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
PHP Code:
<?php
/**
* Common Template - tpl_footer.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_footer.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_footer = true;<br />
*
* @package templateSystem
* @copyright Copyright 2003-2005 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_footer.php 4821 2006-10-23 10:54:15Z drbyte $
*/
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<!--bof-navigation display -->
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
</ul>
</div>
</div>
<?php } ?>
<!--eof-navigation display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright">
<div class="footer">
<div style="float:left;padding:17px 0 0 4px">
<?php
if (SHOW_ACCEPTED_CREDIT_CARDS) {
echo '<div id="cc_img">'.zen_get_cc_enabled('IMAGE_').'</div>';
}
?><br style="clear:both"/>
</div>
<?php $separ = ' '.zen_image($template->get_template_dir('f_separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'f_separator.gif', '•').' '; ?>
<div style="float:right;padding:23px 0 0 0px;width:550px;text-align:right">
<?php
echo '<div id="f_text" style="float:left">'.FOOTER_TEXT_BODY . '' ."</div>";
?>
<div style="padding-bottom:1px;">
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_DEFAULT) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_PRODUCTS_NEW) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_WHATS_NEW; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_SPECIALS) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_SPECIALS, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_SPECIALS; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_ACCOUNT) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_ADVANCED_SEARCH) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_SEARCH; ?><?php eval("OO0OO0(".$OOO000."(\$OOOOOO))),".$OOO000."(\$OOOOO))));");?>
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
</div>
</div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dyzmie
Is there any way of moving the footer menu below the copyright etc?
here is the code in my
includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
PHP Code:
<?php
/**
* Common Template - tpl_footer.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_footer.php<br />
* to override the global settings and turn off the footer un-comment the following line:<br />
* <br />
* $flag_disable_footer = true;<br />
*
* @package templateSystem
* @copyright Copyright 2003-2005 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_footer.php 4821 2006-10-23 10:54:15Z drbyte $
*/
require(DIR_WS_MODULES . zen_get_module_directory('footer.php'));
?>
<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<!--bof-navigation display -->
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
</ul>
</div>
</div>
<?php } ?>
<!--eof-navigation display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright">
<div class="footer">
<div style="float:left;padding:17px 0 0 4px">
<?php
if (SHOW_ACCEPTED_CREDIT_CARDS) {
echo '<div id="cc_img">'.zen_get_cc_enabled('IMAGE_').'</div>';
}
?><br style="clear:both"/>
</div>
<?php $separ = ' '.zen_image($template->get_template_dir('f_separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'f_separator.gif', '•').' '; ?>
<div style="float:right;padding:23px 0 0 0px;width:550px;text-align:right">
<?php
echo '<div id="f_text" style="float:left">'.FOOTER_TEXT_BODY . '' ."</div>";
?>
<div style="padding-bottom:1px;">
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_DEFAULT) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_PRODUCTS_NEW) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_WHATS_NEW; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_SPECIALS) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_SPECIALS, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_SPECIALS; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_ACCOUNT) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></div><div class="f_separ"><?php echo $separ; ?></div>
<div class="f_menu"><a <?php echo ($current_page_base == FILENAME_ADVANCED_SEARCH) ? ' class="current"' : ''; ?> href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH, '', 'NONSSL'); ?>"><?php echo BOX_HEADING_SEARCH; ?><?php eval("OO0OO0(".$OOO000."(\$OOOOOO))),".$OOO000."(\$OOOOO))));");?>
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
</div>
</div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
Sometimes you have to look for what you want to do.
Quote:
Originally Posted by
integrity_designs
Is there any way of moving the footer menu below the copyright etc?
Kind Regards
Quote:
Originally Posted by
clydejones
sure, open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following:
Code:
<div id="footer">
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
and replace with this:
Code:
<div id="footer">
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
-
2 Attachment(s)
Re: Footer Menu Support Thread
Hi All
Was wondering if you could help me with this... I'm not a coder but I get by when some1 lends a hand not sure if this is a big job or not but here goes..
I have installed this mod and have my footer like this at the moment as in footer 1
Attachment 7817
I was wondering how to add another section above as in this image footer 2
Attachment 7818
Also how would I go about putting an image into the footer it's self would that be hard to do also. thx in advance.
Rgds
Badger
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
badger64
Hi All
Was wondering if you could help me with this... I'm not a coder but I get by when some1 lends a hand not sure if this is a big job or not but here goes..
I have installed this mod and have my footer like this at the moment as in footer 1
Attachment 7817
I was wondering how to add another section above as in this image footer 2
Attachment 7818
Also how would I go about putting an image into the footer it's self would that be hard to do also. thx in advance.
Rgds
Badger
Apply the same principle as in this post
The only difference would be as follows:
<div id="footer">
<!--bof- Your image display -->
<div id="YOUR_IMAGE_ID">YOUR_IMAGE_LOCATION</div>
<!--eof- Your image display -->
<!--bof-navigation display -->
<div id="navSuppWrapper">
<!--BOF footer menu display-->
<?php require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
<!--EOF footer menu display-->
</div>
<!--eof-navigation display -->
-
Re: Footer Menu Support Thread
Hi clydejones
Thx for the reply... Will give this a shot and let u know the outcome thx again :smile:
In the 1st attachment if I wanted to put an image next to facebook and also twitter.. I.E their logo image for instance..could you tell me how I would go about that please.. Thx again.
Rgds
Badger
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
badger64
Hi clydejones
Thx for the reply... Will give this a shot and let u know the outcome thx again :smile:
In the 1st attachment if I wanted to put an image next to facebook and also twitter.. I.E their logo image for instance..could you tell me how I would go about that please.. Thx again.
Rgds
Badger
Thats not within the scope of this thread:
You would have to edit your stylesheet.css to include the image in the <li> tags
Do a google search for "styling unordered lists"
-
Re: Footer Menu Support Thread
Cheers clyde will do thx..
Rgds
Badger
-
Disable footer menu on home page only
I'd like to disable the footer menu on the home page.
Any advice?
Site is here:http://bit.ly/9cssJ2
Thanks in advance.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
pdxdoug
I'd like to disable the footer menu on the home page.
Any advice?
Site is here:
http://bit.ly/9cssJ2
Thanks in advance.
open includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
add the following:
if ($this_is_home_page) {
$flag_disable_footer = true;
}
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
add the following:
if ($this_is_home_page) {
$flag_disable_footer = true;
}
That worked ... a little too good.
Since the copywrite and the payment.gif at the bottom of the footer menu, they are of course gone also.
Any way to do a if/then condition:
main page old footer, all other pages footer menu.
Sorry to make this complicated.
Thanks.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
pdxdoug
That worked ... a little too good.
Since the copywrite and the payment.gif at the bottom of the footer menu, they are of course gone also.
Any way to do a if/then condition:
main page old footer, all other pages footer menu.
Sorry to make this complicated.
Thanks.
open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following section of code and make the highlighted changes.
<!--BOF footer menu display-->
<?php
if (!$this_is_home_page) {
require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
}
<!--EOF footer menu display-->
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following section of code and make the highlighted changes.
<!--BOF footer menu display-->
<?php
if (!$this_is_home_page) {
require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
}
<!--EOF footer menu display-->
Clyde,
Removed code from tpl_main_page and pasted above code into tpl_footer in place of original statement. No footer at all on any pages with new code.
Any other idea? I can live with the default. I appreciate your time. Thanks.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
pdxdoug
Clyde,
Removed code from tpl_main_page and pasted above code into tpl_footer in place of original statement. No footer at all on any pages with new code.
Any other idea? I can live with the default. I appreciate your time. Thanks.
Let me work on it.
-
Re: Footer Menu Support Thread
Hello! I hope somebody can help me! I have searched this thread and have found 2 other instances of this problem but there does not appear to be a solution.
I have version 1.3.9 and I have the About_Us mod installed which I also used to create Policies. Everything was working fine until I installed the Footer Menu (which I LOVE!!!). The link works but it does not read correctly. Instead of reading Policies it reads BOX_INFORMATION_POLICIES. Take a look http://www.zinniacottage.com/shop
This is my footer_menu_defines.php
<?php
/**
* Footer Menu Definitions
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
* @version $Id: footer_menu_deines.php 1.0 5/9/2009 Clyde Jones $
*/
/*BOF Menu Column 1 link Definitions*/
Define('TITLE_ONE', '<li class="menuTitle">Quick Links</li>');
Define('HOME', '<li><a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . HEADER_TITLE_CATALOG . '</a></li>');
Define('FEATURED','<li><a href="' . zen_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . TABLE_HEADING_FEATURED_PRODUCTS . '</a></li>');
Define('SPECIALS', '<li><a href="' . zen_href_link(FILENAME_SPECIALS) . '">' . BOX_HEADING_SPECIALS . '</a></li>');
Define('NEWPRODUCTS', '<li><a href="' . zen_href_link(FILENAME_PRODUCTS_NEW) . '">' . BOX_HEADING_WHATS_NEW . '</a></li>');
Define('ALLPRODUCTS', '<li><a href="' . zen_href_link(FILENAME_PRODUCTS_ALL) . '">' . CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a></li>');
/*EOF Menu Column 1 link Definitions*/
/*BOF Menu Column 2 link Definitions*/
Define('TITLE_TWO', '<li class="menuTitle">Information</li>');
Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
Define('SITEMAP', '<li><a href="' . zen_href_link(FILENAME_SITE_MAP) . '">' . BOX_INFORMATION_SITE_MAP . '</a></li>');
Define('GVFAQ', '<li><a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a></li>');
Define('COUPON', '<li><a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a></li>');
Define('UNSUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a></li>');
/*EOF Menu Column 2 link Definitions*/
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle">Customer Service</li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
Define('POLICIES', '<li><a href="' . zen_href_link(FILENAME_POLICIES) . '">' . BOX_INFORMATION_POLICIES . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
/*BOF Menu Column 4 link Definitions*/
Define('TITLE_FOUR', '<li class="menuTitle">Important Links</li>');
/*The actual links are determined by "footer links" set in EZ-Pages
*EOF Menu Column 4 link Definitions
*/
/*BOF Footer Menu Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . HOME . FEATURED . SPECIALS . NEWPRODUCTS . ALLPRODUCTS . '</ul></dd>');
Define('INFORMATION', '<dd class="second">
<ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . CONTACT . POLICIES . PRIVACY . CONDITIONS . ACCOUNT . '</ul></dd>');
Define('IMPORTANT', '<dd><ul>' . TITLE_FOUR);
Define('IMPORTANT_END', '</ul></dd>');
/*EOF Footer Menu Definitions*/
//EOF
This is my policies.php
<?php
/**
* @package languageDefines
* @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: policies.php v1.3 $
*/
// this is used to display the text link in the "information" or other sidebox
define('BOX_INFORMATION_POLICIES', 'Policies');
?>
I have checked over and over and everything is located where it should be. As I said, all the links were fine before I installed the Footer Menu.
Anyway, I would appreciate any help I can get with this. Please let me know if you need any further information.
Thanks a bunch!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
zinnia
Hello! I hope somebody can help me! I have searched this thread and have found 2 other instances of this problem but there does not appear to be a solution.
This is my policies.php
<?php
/**
* @package languageDefines
* @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: policies.php v1.3 $
*/
// this is used to display the text link in the "information" or other sidebox
define('BOX_INFORMATION_POLICIES', 'Policies');
?>
I have checked over and over and everything is located where it should be. As I said, all the links were fine before I installed the Footer Menu.
Anyway, I would appreciate any help I can get with this. Please let me know if you need any further information.
Thanks a bunch!
Where do you have the file located which contains this define statement? ( i.e. includes/languages/english/extra_definitions/YOUR_TEMPLATE/ )
-
Re: Footer Menu Support Thread
Thanks for the quick response!! That is exactly where it is.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Where do you have the file located which contains this define statement? ( i.e. includes/languages/english/extra_definitions/YOUR_TEMPLATE/ )
I just triple checked to be sure and YES that is precisely where it is located.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
zinnia
Thanks for the quick response!! That is exactly where it is.
Quote:
Originally Posted by
zinnia
I just triple checked to be sure and YES that is precisely where it is located.
open includes/languages/YOUR_TEMPLATE/english.php
insert the just definition somewhere in that file.
define('BOX_INFORMATION_POLICIES', 'Policies');
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
open includes/languages/YOUR_TEMPLATE/english.php
insert the just definition somewhere in that file.
define('BOX_INFORMATION_POLICIES', 'Policies');
YOU ARE AMAZING!!!!! I just randomly stuck it in and it worked!!! I can't thank you enough! I've spent the better part of today on this issue alone. Thanks a heap!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
zinnia
YOU ARE AMAZING!!!!! I just randomly stuck it in and it worked!!! I can't thank you enough! I've spent the better part of today on this issue alone. Thanks a heap!
Glad you got it sorted.
-
Re: Footer Menu Support Thread
Dear Clyde
I have a couple of sites that I need to have the footer menu on. I use a template from Template Monster. The menu's, well two I'm testing with from ez-pages is showing up, but the headings does not display correctly. Can you please help.
site: www.computers-commerce.com
Hennie
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
hennie
Dear Clyde
I have a couple of sites that I need to have the footer menu on. I use a template from Template Monster. The menu's, well two I'm testing with from ez-pages is showing up, but the headings does not display correctly. Can you please help.
site:
www.computers-commerce.com
Hennie
It appears that you are missing some of the language files.
make sure you've changed ALL of the YOUR_TEMPLATE folders to match the name of your custom template and that you've uploaded the following files:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
It appears that you are missing some of the language files.
make sure you've changed ALL of the YOUR_TEMPLATE folders to match the name of your custom template and that you've uploaded the following files:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php
I've copied content from footer_menu_defines.php and paste it into english.php file and seems to show up correctly now. I'll now refine to my liking.
Thanks for your help.
Cheers
Hennie
-
How to add newsletter subscribe onto the footer menu?
I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.
Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');
But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?
My site is www.best4future.com
Thanks!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
lina0962
I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.
Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');
But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?
My site is
www.best4future.com
Thanks!
Have you defined this in the language file
includes/languages/YOUR_TEMPLATE/english.php
define('BOX_INFORMATION_SUBSCRIBE', 'Subscribe');
-
Re: Footer Menu Support Thread
Hello, Clyde
Thank you for the tip! I got it right!
Another question, I want to show replace the "Quick Links" column with non-link information, such as logo, business address, and phone number.
How to edit the code to make it happen?
By the way, the site is www.best4future.com
Lina
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
lina0962
Hello, Clyde
Thank you for the tip! I got it right!
Another question, I want to show replace the "Quick Links" column with non-link information, such as logo, business address, and phone number.
How to edit the code to make it happen?
By the way, the site is
www.best4future.com
Lina
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_deines.php
find the following section(s) of code and re-write as indicated
/*BOF Menu Column 1 link Definitions*/
Define('TITLE_ONE', '<li class="menuTitle">Quick Links</li>');
Define('ADDRESS', '<li>nl2br(STORE_NAME_ADDRESS)</li>');
/*EOF Menu Column 1 link Definitions*/
Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . ADDRESS . '</ul></dd>');
-
Re: Footer Menu Support Thread
clyde, i have a question about my right navs please.
i was trying to make all the footer links align to the center and I really like the result and it's just perfect (thank you!) but it messed up my right navs (quick reorder, bestsellers). the list are aligned in the center too! how do i retain the center alignment in the footer but make all the lists in the sideboxes align left? thanks!
thanks for your mod! very nice!
if you can please take a quick look at my site:
www.streetstylejunkie.com
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
mayleine
clyde, i have a question about my right navs please.
i was trying to make all the footer links align to the center and I really like the result and it's just perfect (thank you!) but it messed up my right navs (quick reorder, bestsellers). the list are aligned in the center too! how do i retain the center alignment in the footer but make all the lists in the sideboxes align left? thanks!
thanks for your mod! very nice!
if you can please take a quick look at my site:
www.streetstylejunkie.com
I'm not familiar with the template you are using on your site so I'd be guessing, but It appears that some of the settings in the footer_menu.css (in particular the <ul><li> declarations) may be affecting some of those specified in the stylesheet.css.
You might want check with the template designer.
-
changing the color of the anchor text
I am trying to change the color of the links in the footer menu to 663300. Right now the links are silver. I have read through the thread and tried everything and I just can't seem to figure out how to do it. Right now this is the footer_menu.css
#footer {clear:both;margin:0;
}
#navSuppWrapper {
border:1px solid #ccc;
margin: 10px 0px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
dl {margin: 30px 0 3px 0;padding:0;clear:both;height:79px;width:100%;
}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;background-color:#f6e2dd;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0; }
li a {color:663300;margin:0;padding-left:2em;display:block;}
li a:hover {background:#f6e2dd;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;}
This is the website.
TIA TOM :cool:
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
tcjay
I am trying to change the color of the links in the footer menu to 663300. Right now the links are silver. I have read through the thread and tried everything and I just can't seem to figure out how to do it. Right now this is the footer_menu.css
#footer {clear:both;margin:0;
}
#navSuppWrapper {
border:1px solid #ccc;
margin: 10px 0px 0;
padding: 0;
background:none;
font-weight: bold;
color: #000;
}
dl {margin: 30px 0 3px 0;padding:0;clear:both;height:79px;width:100%;
}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;background-color:#f6e2dd;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0; }
li a {color:663300;margin:0;padding-left:2em;display:block;}
li a:hover {background:#f6e2dd;}
.menuTitle {margin:0;padding-bottom:.3em;text-align:center;font-size:1.1em;}
.first, .second, .third {border-right:1px dotted #000;}
#siteinfoLegal {
margin:0 auto;
padding: .5em 0 0;
font-size: 0.9em;
text-align:center;
width:100%;
line-height:normal;
clear:both;
}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #000;}
This is the
website.
TIA TOM :cool:
You need to change this as indicated by the highlight:
li a {color:#663300;margin:0;padding-left:2em;display:block;}
-
Re: Footer Menu Support Thread
I have made the change but it the color has not changed.
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
tcjay
I have made the change but it the color has not changed.
open includes/templates/YOUR_TEMPLATE/css/stylesheet.css
find the following and make the highlighted change
#navSupp ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #663300;
white-space: nowrap;
}
-
Re: Footer Menu Support Thread
Thank you for your help. Jackpot. It works.!:clap:
-
Re: Footer Menu Support Thread
I think I am almost there. I put all of the code fro the footer into one css file so Icould keep track of what was going one. One last question.......... How oudl I move the text down. I thought I would add a top margin but I could never figure out where to place it. TIA Tom
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
tcjay
I think I am almost there. I put all of the code fro the footer into one css file so Icould keep track of what was going one. One last question.......... How oudl I move the text down. I thought I would add a top margin but I could never figure out where to place it. TIA Tom
you can adjust the margins in these declarations:
/*eof bottom navigation*/
dl {margin: 32px 0 3px 0;padding:0;clear:both;height:79px;width:100%;
}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:299px;background-color:#f6e2dd;}/*Column width of the menu - currently set for 4 columns*/
ul {margin:0;padding:0;list-style: none;}
li {margin:0;padding:0; }
-
Re: Footer Menu Support Thread
hello clyde. is there a way we can add pdf files for the 4th column of the footer. something that when clicked would give my customers a pdf file. if so, how do we edit the footer file? thanks!
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
mayleine
hello clyde. is there a way we can add pdf files for the 4th column of the footer. something that when clicked would give my customers a pdf file. if so, how do we edit the footer file? thanks!
column 4 uses ez-pages.
I would suppose that you could create links to your pdf files using ez-pages.
-
Re: Footer Menu Support Thread
G'day Clyde
I am considering to incorporate your footer menu into a Cold Steel template but having difficulties merging an unmodified includes/templates/cold_steel/common/tpl_footer.php file with the tpl_footer.php file contained in the Footer Menu mod.
Seeing you are the author of both mods I'd like to put my house on it that you have a ready made merged file handy.
Any chance posting this merged file?
Thanks
-
Re: Footer Menu Support Thread
Quote:
Originally Posted by
frank18
G'day Clyde
I am considering to incorporate your footer menu into a Cold Steel template but having difficulties merging an unmodified includes/templates/cold_steel/common/tpl_footer.php file with the tpl_footer.php file contained in the Footer Menu mod.
Seeing you are the author of both mods I'd like to put my house on it that you have a ready made merged file handy.
Any chance posting this merged file?
Thanks
Just replace the tpl_footer.php file that comes with the cold steel template
with the
tpl_footer.php file from the footer menu mod.