Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi mohanraj.rex,

    Your theme is missing the obliged <?php wp_footer(); ?> in the footer.php template. Place it just before closing body tag like this:

    <?php wp_footer(); ?>
    </body>
    </html>

    Thread Starter mohanraj.rex

    (@mohanrajrex)

    thanks ravanh for your help….. i have searched here and there and i totally forgot about that wp_footer()….. once again thanks for this help….

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