Before you ask please READ THIS

Footer menu line

edited October 2012 in Skyfashion Posts: 4
Hi,

The last menu line in the footer slightly moves to the right only on the homepage when I delete both the "latest blog" and "latest work" section.

Thank you,
Jessica

Comments

  • Hi,
    thanks for information.
    I will check this.

    Best,
    Miłosz
  • Thank you for checking Miłosz.
  • Hi,
    I've fixed it and add to new update.
    Please install it and all should works great.

    Best,
    Miłosz
  • edited November 2012 Posts: 35
    Hi Milosz, is there a way to turn off the footer menu?
    Post edited by Harris on
  • Hi,
    you need to delete this code:
    <?php
    if (has_nav_menu('header-menu')
    ):
    /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */
    wp_nav_menu(array(
    'container' => false,
    'link_before' => '',
    'link_after' => '',
    'theme_location' => 'footer-menu',
    'before' => '',
    'depth' => 1)
    ); else:
    wp_nav_menu(array(
    'container' => false,
    'link_before' => '',
    'link_after' => '',
    'before' => '',
    'depth' => 1)
    );
    endif;
    ?>

    form footer.php (lines 16 - 36) file.

    Best,
    Miłosz
Sign In or Register to comment.