Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Disable footer menu on home page only

    I'd like to disable the footer menu on the home page.
    Any advice?

    Site is here:http://bit.ly/9cssJ2

    Thanks in advance.
    Doug

  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 pdxdoug View Post
    I'd like to disable the footer menu on the home page.
    Any advice?

    Site is here:http://bit.ly/9cssJ2

    Thanks in advance.
    open includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

    add the following:

    if ($this_is_home_page) {
    $flag_disable_footer = true;
    }

  3. #3
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

    add the following:

    if ($this_is_home_page) {
    $flag_disable_footer = true;
    }
    That worked ... a little too good.
    Since the copywrite and the payment.gif at the bottom of the footer menu, they are of course gone also.

    Any way to do a if/then condition:
    main page old footer, all other pages footer menu.

    Sorry to make this complicated.
    Thanks.
    Doug

  4. #4
    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 pdxdoug View Post
    That worked ... a little too good.
    Since the copywrite and the payment.gif at the bottom of the footer menu, they are of course gone also.

    Any way to do a if/then condition:
    main page old footer, all other pages footer menu.

    Sorry to make this complicated.
    Thanks.
    open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

    find the following section of code and make the highlighted changes.


    <!--BOF footer menu display-->
    <?php
    if (!$this_is_home_page) {
    require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
    }
    <!--EOF footer menu display-->

  5. #5
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php

    find the following section of code and make the highlighted changes.


    <!--BOF footer menu display-->
    <?php
    if (!$this_is_home_page) {
    require($template->get_template_dir('tpl_footer_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer_menu.php');?>
    }
    <!--EOF footer menu display-->

    Clyde,
    Removed code from tpl_main_page and pasted above code into tpl_footer in place of original statement. No footer at all on any pages with new code.

    Any other idea? I can live with the default. I appreciate your time. Thanks.
    Doug

  6. #6
    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 pdxdoug View Post
    Clyde,
    Removed code from tpl_main_page and pasted above code into tpl_footer in place of original statement. No footer at all on any pages with new code.

    Any other idea? I can live with the default. I appreciate your time. Thanks.
    Let me work on it.

 

 

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