• Resolved anlady

    (@anlady)


    Hello

    When I add the menu button the footer labeled me a “Nevegacion” that leads to the main page, but I never activated the button appears. They could help to remove this button? I know I have to modify the code but do not know exactly what to do. I am a novice. thank you very much

    https://wordpress.org/plugins/footer-putter/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    Please can you post the URL with this problem. I do not understand your description.

    Hi Russell,

    I think he might be asking how does one remove the “Navigation” link in the footer?

    This worked for me:

    [title~=”Navigation”] {
    display: none;
    }

    Thoughts?

    Plugin Author Russell Jamieson

    (@powerblogservice)

    Hi,

    I am confused because the plugin does not contain the word “Navigation”.

    The Footer Copyright widget can include a menu in the footer – however you can not show the menu by setting the widget’s menu setting to “Do not show a menu”

    If this is not the issue then I would need to see the page in question to understand the problem better.

    Interesting…When I first installed the plugin, it named my “home” link to ‘Navigation’ within the footer area. On my website: wwww.thenaughtybin(dot)com (warning: adult content) you’ll see it. However, I found adding this code to my CSS editor took care of the issue

    [title~=”Navigation”] {
    display: none;
    }

    Thoughts?

    Plugin Author Russell Jamieson

    (@powerblogservice)

    The plugin just displays links for the selected menu

    It is likely that it is your Attitude tnb-theme theme that is supplying the extra item on the menu content.

    The last element on the menu is:

    <li class="default-menu __web-inspector-hide-shortcut__"><a href="http://www.thenaughtybin.com" title="Navigation">Navigation</a></li>

    The class “default-menu” might help identify the issue. Is there a theme setting concerned with default menu options?

    Yes, it appears it’s a ‘default-menu class’ issue.

    I used the following code to remove “Navigation” from the footer and it worked:

    li.default-menu {
    display: none !important;
    }

    Bottom line, the issue is theme specific and not your plugin. Thank you for responding. Cheers!

    Hi folks
    I have the same issue using the Clean Retina theme on http://moyboatclub.com and the only way of removing it is by changing the menu class as stated by “beatbox” above:

    li.default-menu {
    display: none !important;
    }

    So I do not think it is theme specific??

    I have now noticed that the above css change does not remove the “Navigation” button from the Menu List when viewed on a HTC Android and there appears to be the letter “v” in the “Menu” accordion.
    See http://moyboatclub.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Nevegacion’ is closed to new replies.