Results 1 to 3 of 3
  1. #1

    Default Bottom Navigation Bar

    For some reason i have lost the navigation bar at the bottom of my pages that has the sitemap, my account etc links in it and i can't for the life of me figure out what the settings would be to get this back, anybody ?
    Thanks

  2. #2

    Default Re: Bottom Navigation Bar

    1:maybe by mistake, you disable all footer links at tool-ezpage-Footer,clicking to set it from red to green means enabling;
    2:maybe you deleted the code by mistake,if so,
    location:
    includes\templates\yourtemplate\common\tpl_footer.php
    includes\templates\yourtemplate\common\tpl_main_page.php

    add the following code to where you would like it to display,
    such at the bottom of tpl_main_page.php or tpl_footer.php.
    <!--bof-navigation display -->
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
    <?php } ?>

    <!--eof-navigation display -->

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Bottom Navigation Bar

    A link to your site might help us spot the problem.

 

 

Similar Threads

  1. Bottom bar the same as top bar?? Please help
    By spikeycactus in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Oct 2008, 12:05 AM
  2. Navigation Display at bottom, above footer
    By jamieboulder in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Feb 2008, 01:34 PM
  3. Side Menu & Bottom navigation bar
    By Eleona in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Nov 2007, 11:46 AM
  4. Customize navigation bar on top and bar at footer
    By kippo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Sep 2006, 03:28 PM
  5. Bottom Navigation Border
    By biv2k in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Aug 2006, 11:35 PM

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