• Have just upgraded to latest Travelify version and suddenly ‘Navigation’ is appearing in the primary menu bar.
    I see that this has been a previous problem (about a year ago) but understood it had been fixed.
    How can this be removed?
    Thanks

Viewing 15 replies - 1 through 15 (of 19 total)
  • I have exactly the same problem and couldn’t find a way to fix it.
    any idea would be welcome
    Thanks

    Me too!
    It’s definitely a problem and it for sure happened in the 3.0 update.
    Here is a pic:

    View post on imgur.com

    Hey guys, I found something that just worked for me (from an old thread).

    Go to Travelify-Options,
    then Travelify Other Options
    then in the custom css box, enter this:

    .default-menu {
    display: none;
    }

    Here is a picture for reference:

    View post on imgur.com

    Thank you very much Psilo707
    It works for me.
    Have a nice day

    Modifying the css code .default-menu { display: none; } does not work on small screens, like a smartphone.

    ^ damn!!

    They really need to fix this then.
    Cmon guys we love this theme, fix!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Demanding that you receive support actually has the opposite effect, @psilo707. For example, if I were to demand you to provide a better answer what would you think of that?

    “Navigation” doesn’t appear in the menu of the theme’s demo site, so you need to provide an example of the issue https://wp-themes.com/travelify/

    I did, I posted an image on imgur. Not sure what you mean otherwise.

    Also, I never demanded. I’ve never once used that term in my life.
    Wasn’t even the one who made this thread.

    I just said “they really need to fix it”. Which is true.
    Do you disagree? Please dont even respond unless you agree or disagree because there is no point.

    (There is a huge semantic difference between “You demanded” and “You said they need to fix it”.) Especially for donating users like myself and others here. If you can’t see that, you’re obviously totally off base.

    You can’t compare the website of the creators to individual user’s problems. That isn’t how the world of computers since 1975 or so has worked. Thanks for the amazing reply though.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay you can create your own thread to discuss your own issues: https://www.ads-software.com/support/theme/travelify#postform

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @schilly, Please link your website.

    I don’t have any issues. I am the one that solved their problem. Thanks though.

    Thread Starter schilly

    (@schilly)

    Yes – thanks very much Psilo707 – you did solve the issue, and the code did fix the problem on desk top/laptop. Much appreciated.

    You are also correct, as others have pointed out, that it still does not work on a mobile/tablet and ‘navigation’ still appears in the menu.
    Not quite so obvious on this (well for my client) so happy to wait for an update if there is likely to be one.

    This issue has also been discussed on Colorlib’s own forum – https://colorlib.com/wp/forums/topic/delete-tab-navigation-menu-bar/ with no resolution other than the same code.

    My client’s site is https://www.eponaequineservices.co.uk

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you have a Child Theme, could you try removing the ‘travelify_nav_menu_alter’ filter?
    In your Child Theme functions.php file add this:

    remove_filter( 'wp_nav_menu_items', 'travelify_nav_menu_alter');

    https://codex.www.ads-software.com/Function_Reference/remove_filter

    If you don’t have a Child Theme, you can set one up per these instructions:
    https://codex.www.ads-software.com/Child_Themes

    Thread Starter schilly

    (@schilly)

    Thank you Andrew . The site does not have a Child Theme, it is just a basic site using Travelify.

    I really don’t want to add a Child Theme as that would mean as that would change the style and bring all sorts of other complications. A lot of work to get rid of one word on a mobile.

    As I say the code above did fix the most obvious problem so personally I am happy to leave it now until there is another update or a simpler solution is found. This might not be the case for others who may want something more immediate.

    Thanks again!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can give you another masking fix but it’ll require a plugin. Is that okay?

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Navigation appearing in Menu’ is closed to new replies.