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.