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

    (@sevenspark)

    Hi Dan,

    I assume you mean you’re having an issue with that custom toggle? (I’m looking at the contact page)

    I see a few issues:

    1. The main one is that ShiftNav isn’t actually present on this page. Maybe you’re missing the wp_footer() hook? If it’s not there, ShiftNav can’t be injected.

    2. That big negative margin on the image inside the anchor is creating a pretty wonky layout.

    3. The toggle has an empty href

    Please take a look at those issues and if you have any questions or need assistance, please Submit a Ticket and we’ll help you out ??

    Best,

    Chris

    Thread Starter acscreative

    (@acscreative)

    Thread Starter acscreative

    (@acscreative)

    YES!, thank you I was indeed missing my <?php wp_footer(); ?>

    Thanks for the help, great plugin, thanks for all the hard work.

    Plugin Author sevenspark

    (@sevenspark)

    You’re welcome, glad it helped! ??

    I’m also having this problem, where does the footer hook need to be?

    totalfitnessemporium.co.uk

    Cheers

    Plugin Author sevenspark

    (@sevenspark)

    Hi Isaac,

    Every theme should have the wp_footer() hook in the footer.php, just before the closing body tag (this is a WordPress standard)

    Best,

    Chris

    Hello!

    I’m actually having this problem too but the problem that I am having is that it’s not working on the blog page. I have checked the footer.php file in the child theme and it does indeed have the wp_footer hook. The page is however missing shiftnav-wrap but I’m not sure how to insert that.

    Thanks!

    Plugin Author sevenspark

    (@sevenspark)

    Can’t tell anything without seeing your site, but my guess is that you have a javascript error. I’d check your browser console for JS errors from other plugins/themes that would be preventing the ShiftNav JS from being able to run.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Shift nav not working on interior pages’ is closed to new replies.