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

    (@bradvin)

    Hi @cw_mcdowwll,

    It seems the dynamic JS that FooBox needs to run is not being included on your page. Does your theme’s footer.php call wp_footer?

    https://codex.www.ads-software.com/Function_Reference/wp_footer

    Thread Starter cw_mcdowwll

    (@cw_mcdowwll)

    as mr burns would say…’eeeeexcelent’ ??

    the theme was a custom theme and did not have that code. i copied

    <?php
       /* Always have wp_footer() just before the closing </body>
        * tag of your theme, or you will break many plugins, which
        * generally use this hook to reference JavaScript files.
        */
        wp_footer();
    ?>

    directly from the codex link you gave me and pasted it into the footer.php file right before the </body> tag. reloaded the site and voila! thanks for you help!

    Plugin Author bradvin

    (@bradvin)

    cool! Glad its sorted out

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