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;}