Viewing 3 replies - 1 through 3 (of 3 total)
  • There is an error in your console.
    Uncaught TypeError: jQuery(...).colorbox is not a function

    Make sure you load the jQuery library of colorbox as well.

    Thanks

    Thread Starter dlwiser

    (@dlwiser)

    Thank you! I wasn’t sure why, but my code was missing a ton of javascript. I realized this because I used only a custom footer, not custom header. I simply needed to add

    <?php do_action( ‘wen_associate_action_after_content’ ); ?>

    <?php wp_footer(); ?>

    to my custom footer and it works! Thank you!

    Glad that you figured it out by yourself ! ??

    All the best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu not working…’ is closed to new replies.