Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi katart17,

    The ShiftNav markup is injected via this action

    add_action( 'wp_footer', 'shiftnav_direct_injection' );

    So you can just unhook it on a specific page if you’d like.

    Hope that helps,

    Chris

    Thread Starter katart17

    (@katart17)

    Thanks sevenspark,

    I ended up just modifying the injected markup using CSS, but this is a much better solution. Thanks again.

    Plugin Author sevenspark

    (@sevenspark)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Limit ShiftNav to Specific Pages’ is closed to new replies.