Re: Footer Menu Support Thread
Quote:
Originally Posted by
luxurylives
A adding the footer menu (which looks awesome) it aligned my sidebox text to the center. I've removed the files 4 now & my sidebox content is no longer centered. Thus we know the source of the issue.
Has anyone ever resolved this?
link to your site.
Re: Footer Menu Support Thread
Thank you for the mod, I'm looking forward to using it, however the links display in one long line (www.moon stag.co.uk).
I saw a previous post which says the stylesheets were corrupted and to upload again. I've done that but still getting the same, is there anything I can do please?
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Baa
Thank you for the mod, I'm looking forward to using it, however the links display in one long line (
www.moon stag.co.uk).
I saw a previous post which says the stylesheets were corrupted and to upload again. I've done that but still getting the same, is there anything I can do please?
make sure you've uploaded ALL the files necessary for this mod to function correctly.
includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/languages/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/languages/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/languages/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
make sure you've uploaded ALL the files necessary for this mod to function correctly.
includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
includes/languages/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
includes/languages/templates/YOUR_TEMPLATE/common/tpl_footer_menu.php
includes/languages/templates/YOUR_TEMPLATE/templates/tpl_ezpages_footer_menu.php
Thank you for your reply!
The file structure I've downloaded from here twice now is different to your answer, it is:
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
Would this be why it is wrong?
Re: Footer Menu Support Thread
Quote:
Originally Posted by
Baa
Thank you for your reply!
The file structure I've downloaded from here twice now is different to your answer, it is:
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
Would this be why it is wrong?
Your file structure is correct.
I wasn't paying attention with my cut and paste in the original post.
I'm guessing that somehow or another that the stylesheet_footer_menu.css is not being read correctly.
Re: Footer Menu Support Thread
Thank you Clyde I appreciate you taking the time to answer. I'll have a look again tomorrow. :smile:
Re: Footer Menu Support Thread
I'd just like to add that I tried the fix from post no. 27 and it worked!
Thank you :smile:
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Footer Menu replaces the default tpl_footer.php to give you a 4 column link menu.
Should be available in the downloads section shortly
Attachment 5732
great addon, but having a little problem, in IE the copyright & store name runs in the menus...please help with this
URL: www.dealport.us
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dealman876
great addon, but having a little problem, in IE the copyright & store name runs in the menus...please help with this
URL:
www.dealport.us
open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following lines of code and add the highlighted portion:
<!--bof- site copyright display -->
<div class="clearBoth"> </div>
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
Re: Footer Menu Support Thread
Thanks Clyde, that worked, so now I would want to know two things. How do I center the site copyright info in the footer? I also want to create a border and change background.in the footer.
Posted via Mobile Device