Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Location
    Texas, USA
    Posts
    171
    Plugin Contributions
    0

    Default Remove EZ-Pages footer

    have v1.3.9h and template barebones.

    At the bottom of my page is a "Home" link. At first I think it is in the sidebar but when I look with firebug I see it is in the footer. The div is "navSupp"

    When I look in Developer tools it shows page "includes/templates/template_default/common/tpl_footer.php" lines 26 and 27.

    I check these lines and it give reference to EZPAGES_STATUS_FOOTER
    In admin > configuration > EZ-Pages settings I turn EZ-Pages Display Status - FooterBar to 0 but it does not make any different.

    How do I remove this please?

    thank you
    Ivanna

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Remove EZ-Pages footer

    Open your tpl_footer.php file in a text editor and uncomment this, which appears at the bottom:

    flag_disable_footer

    Then save it in includes/templates/YOUR_TEMPLATE/common/

  3. #3
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Remove EZ-Pages footer

    Correction, uncomment this:

    $flag_disable_footer = true;

    It appears near the top.

  4. #4
    Join Date
    Jan 2011
    Location
    Texas, USA
    Posts
    171
    Plugin Contributions
    0

    Default Re: Remove EZ-Pages footer

    This does not work.
    Also I do not want to turn off the footer, only this single piece which is a navigation. The div is "navSupp"

    thank you

  5. #5
    Join Date
    Jan 2011
    Location
    Texas, USA
    Posts
    171
    Plugin Contributions
    0

    Default Re: Remove EZ-Pages footer

    May I just remove the div from tpl_footer.php between <!--bof-navigation display --> and <!--eof-navigation display -->

    I do not need it. (I think) or is there perhaps a way to disable it within Admin?

  6. #6
    Join Date
    Jan 2011
    Location
    Texas, USA
    Posts
    171
    Plugin Contributions
    0

    Default Re: Remove EZ-Pages footer

    I comment it out in tpl_footer.php and it seems to work.

    thank you
    Ivanna

 

 

Similar Threads

  1. v139h how to remove breadcrumb from ez-pages and defined pages
    By snk060 in forum General Questions
    Replies: 3
    Last Post: 11 Nov 2013, 04:40 PM
  2. Remove Footer Home
    By naz1228 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Dec 2010, 11:07 AM
  3. remove <meta description> from ez pages and define pages : help
    By vandiermen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Oct 2010, 12:13 AM
  4. Remove email footer
    By Blake81 in forum General Questions
    Replies: 10
    Last Post: 5 Feb 2010, 06:31 PM
  5. Remove Entire Footer
    By downliner in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Dec 2006, 03:09 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