Results 1 to 10 of 89

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Quote Originally Posted by gsdcypher View Post
    hello. i just started "playing" with the flexible footer... i have a row the rests on top of the flexible footer columns with the word "home" centered in the row that when clicked, takes me back up to the top of the page. how do i remove that row and the home link?
    That link is hard coded by default in the stock code.

    open:
    /includes/templates/YOUR_TEMPLATE_NAME/common/tpl_footer.php

    find:
    PHP Code:
    <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
    change to:
    PHP Code:
    <!--<li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>-->
    if you are not using ez-pages footer bar, you can comment out the entire block of code like so:
    PHP Code:
    <!--<ul>
    <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE$_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php ?>
    </ul>-->

    Quote Originally Posted by gsdcypher View Post
    also, how do i add a gray line to the bottom of the flexible footer columns (just like the top) to "box it off"?

    thx!
    The wrapper to style flexible footer columns is
    Code:
    #flex-navSupp {display: table; width: 100%; background: #eeeeee;color:#000;}
    Hope this helps!

  2. #2
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    perfect! thx!

  3. #3
    Join Date
    Mar 2013
    Location
    Sydney, Australia
    Posts
    140
    Plugin Contributions
    0

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Hello,
    I have installed the files for flexible footer menu. My webpage reflects the changes but when I go to admin>tool there is no Flexible Footer Menu 7 listed. So am wondering how to edit the footer text?

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Flexible Footer Columns Menu for 1.5.x

    Quote Originally Posted by Annie_zaz View Post
    Hello,
    I have installed the files for flexible footer menu. My webpage reflects the changes but when I go to admin>tool there is no Flexible Footer Menu 7 listed. So am wondering how to edit the footer text?
    admin > Tools > Flexible Footer Menu

    If it isn't their, reinstall the YOUR_ADMIN_FOLDER files

 

 

Similar Threads

  1. 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
  2. v155 Winchester Black responsive - looking for Social media icon flexible footer fix
    By MattA66 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Jun 2021, 05:34 PM
  3. v155 Flexible Footer Menu
    By MCS_Computers in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Jul 2018, 10:59 AM
  4. Replies: 8
    Last Post: 22 Nov 2016, 05:22 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