• Resolved Nos402

    (@nos402)


    For reference, visit, this test site.

    If you visit on a mobile device (or shrink your browser window down small enough), you will see that the nav menu becomes a single bar and you can click it to toggle the menu visibility.

    Now on this site, I am using a child theme and the menu toggle does not work. Looking at the code, it is missing a <div class="menu sf-js-enabled sf-arrows" style="touch-action: pan-y;">.

    I can not find anywhere in the theme where this is generated to replicate it in my child theme. Any help is appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like you got it figured out. Could you share the fix with me?

    Thanks.

    Thread Starter Nos402

    (@nos402)

    I can’t remember exactly now. I hate when that happens. But I *think* I just started by looking at everything I had customized. So like I had a child header.php, functions.php, etc. I would copy the contents of my custom file so I didn’t lose it, and then just paste in the code from the parent theme file. I believe through that process I found the problem file and fixed it.

    I’m kicking myself for not immediately documenting it in detail in this thread.

    The theme creator must of updated it with the fix. I downloaded it from the official site and now it works perfect. Thanks for trying to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't replicate menu behavior in child theme’ is closed to new replies.