• I like the Easy Table of Contents plugin and use it fine on gobackpacking.com (it toggles open okay from desktop and mobile browsers).

    However, on my food blog (feastio.com) which uses a different theme, it only toggles open okay on a desktop browser.

    From a mobile browser (Chrome), I click it but it doesn’t expand.

    I’d like to use this same plugin for both my blogs, but I need help figuring out why it’s not working on feastio.com.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think there’s some kind of theme/plugin conflict.

    The toggle button for your mobile menu opens the Table of Contents, instead of showing your mobile menu.

    Not sure why that’s happening, though.

    Steven

    (@shazahm1hotmailcom)

    Yes, unfortunately this seems to a conflict with the theme. If you have a lot of mobile traffic on you site, I actually recommend not using ezTOC as it is more important for your mobile site navigation to function correctly.

    1. Deactivate Easy Table of Contents.
    2. Install instead “LuckyWP Table of Contents”.
    3. If you were using [toc] shortcode, then somewhere in your wordpress installation (such as Genesis Simple Hooks) you can put this filter that will pick that up:

    add_filter(‘lwptoc_shortcode_tag’, function ($tag) {
    return ‘toc’;
    }); (see here: https://wordpress.org/plugins/luckywp-table-of-contents/)

    The switch was painless, and problem solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Toggle not working on mobile version of site’ is closed to new replies.