• First I must say, I am happy with this simple theme and its readiness for Aesop story engine components.

    There are 2 Menu options, but no option to disable any of them?

    1. How can I disable bottom menu?
    2. How can I disable the top-menu that comes after one starts to scroll?

    Thanks in advance ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Madars

    (@cohhe)

    You can just hide the footer menu by adding this CSS code:

    .footer-menu { display: none; }

    or you can just place an empty menu.

    Unfortunately there is no easy way to disable the top menu from appearing after scrolling, you will have to dig into CSS and stop it from being fixed. Classes that are responsible about it is .site-header.shrink and .site-header.fixed

    Best,
    Cohhe

    Theme Author Madars

    (@cohhe)

    By the way you can also disable it on wordpress/wp-content/themes/longform/js/functions.js starting from line 55.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menus cannot be disabled?’ is closed to new replies.