Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2006
    Posts
    49
    Plugin Contributions
    0

    Default Remove HOME at top of page

    Hello all

    There's a HOME link displayed at bottom at page.

    Can this be removed?

    Thanks in advance for any ideas!

    regards

    BFGK

  2. #2
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Remove HOME at top of page

    Confused???
    Remove HOME at top of page
    There's a HOME link displayed at bottom at page.
    Which one?? If I go with the post description this is in tpl_header.php
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Aug 2006
    Posts
    49
    Plugin Contributions
    0

    Default Re: Remove HOME at top of page

    Sorry

    I'm confused. I meant link at bottom of page!

    BFGK

  4. #4
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Remove HOME at top of page

    Then tpl_footer.php and comment out the line
    Code:
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <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>
    </div>
    </div>
    <!--eof-navigation display -->
    And hope that I got the php syntax correct??
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Aug 2006
    Posts
    49
    Plugin Contributions
    0

    Default Re: Remove HOME at top of page

    Hello

    Sorry, this didn't work any other ideas???

    BFGK

  6. #6
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Remove HOME at top of page

    Sorry, this didn't work
    This is not very descriptive....
    Did you get an error?
    Did it not have any effect?
    Is it still as changed or did you revert back to the original?
    Zen-Venom Get Bitten
    Get Your Business Found

  7. #7
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,031
    Plugin Contributions
    5

    Default Re: Remove HOME at top of page

    Kobra's way more knowledgeable than I, but I tend to cheat with shortcuts... if it's reasonably feasible. I'm lazy, it's true and I'm not in denial.

    I tried a method for the stylesheet. It was a quick test, but it seems to work. Just toss this into the stylesheet;
    Code:
    #navSupp a{ display: none }
    Because there isn't any image assigned, it's a clean hide. If there was a image, the image would still show, but shrink due to a lack text class padding and the like. Either way, try it or try it not. If you do, let me know if it works.

  8. #8
    Join Date
    Aug 2006
    Posts
    49
    Plugin Contributions
    0

    Default Re: Remove HOME at top of page

    Thanks Again Sketchy!

    That worked!!!

    BFGK

 

 

Similar Threads

  1. Remove page 2, page 3 from site map
    By jplanet in forum General Questions
    Replies: 6
    Last Post: 10 Jun 2011, 04:18 AM
  2. home page only sidebox
    By Minnie Mouse in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 12 Oct 2009, 12:38 PM
  3. Add new content to home page only?
    By purkat in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Aug 2006, 09:43 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
  •