• Hi, I just started using your plugin and I really like it. I needed something to replace TOC+. I’m just having one weird problem with it. I have it set to hide at first and on mobile, right under the table of contents heading/title, it shows my theme’s menu button. When you hit the menu button, the TOC expands to show all the headings. But when you try to use the TOC expand icon that is to the right of the title, nothing happens. I’m not sure why it’s pulling in my menu button and letting that control the hide/show function. Weird, right? I didn’t have this problem with the TOC+. Could it be an incompatibility with my theme? It’s a Genesis theme. On desktop everything works great. Thank you for any help you can give, I appreciate it.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anita C

    (@mymothersdaughter)

    If you don’t want to fuss with code, this is how you can resolve it. Add this to your Additional CSS box.

    #ez-toc-container .menu-toggle {
        display: none;
    }

    That will hide it on mobile.

    Thread Starter Lori

    (@jepsoninc)

    Thank you so much, Anita, that did work! The menu button doesn’t show in the TOC container now, but the show/hide icon to the right of the title now doesn’t do anything when it’s pressed. Any suggestions for how to fix that? Thank you, I appreciate your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Showing theme menu button under TOC title on mobile’ is closed to new replies.