Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Is there any way of moving the footer menu below the copyright etc?
    Kind Regards

  2. #2
    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 integrity_designs View Post
    Is there any way of moving the footer menu below the copyright etc?
    Kind Regards
    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 -->

  3. #3
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thanks heaps Clyde
    Your a legend

    Kind Regards

  4. #4
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    I've created a contact information title, but I'm unable to get it to display aligned as if it were a link. www.etondiffusion.fr/librairie

    Any suggestions would be greatly appreciated!!

    Thank you.

  5. #5
    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 parisbubbler View Post
    I've created a contact information title, but I'm unable to get it to display aligned as if it were a link. www.etondiffusion.fr/librairie

    Any suggestions would be greatly appreciated!!

    Thank you.
    each line of the address section should be withing <li> </li> tags and not spaced with <br />

  6. #6
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    each line of the address section should be withing <li> </li> tags and not spaced with <br />
    Thank you for the info, that worked perfectly

    I've got one more question. How do I create a slightly bigger spacing between the Menu Titles and the links. I find the links are to close to the botttom of the Menu Titles
    Check it out

  7. #7
    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 parisbubbler View Post
    Thank you for the info, that worked perfectly

    I've got one more question. How do I create a slightly bigger spacing between the Menu Titles and the links. I find the links are to close to the botttom of the Menu Titles
    Check it out
    adjust the padding for the li elements in the stylesheet_footer_menu.css

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 131
    Last Post: 29 Jun 2025, 03:06 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

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