Page 21 of 54 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 535
  1. #201
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Muzz View Post
    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.

  2. #202
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default 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?
    That wasn't the plan!

  3. #203
    Join Date
    Jan 2010
    Posts
    49
    Plugin Contributions
    0

    Default 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

  4. #204
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by dealman876 View Post
    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

  5. #205
    Join Date
    Jan 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    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.

  6. #206
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by dealman876 View Post
    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

  7. #207
    Join Date
    Jan 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    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!

  8. #208
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by dealman876 View Post
    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;
    }

  9. #209
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by gee38l View Post
    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

  10. #210
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by gee38l View Post
    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;}

 

 
Page 21 of 54 FirstFirst ... 11192021222331 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 130
    Last Post: 1 Jun 2025, 02:18 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  4. adding links to top menu and footer menu
    By satrina in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2012, 10:17 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR