Hey metaphorcreations!I have fixed the issue!
The plugins were not getting called in my page because I did not include the <?php wp_footer(); ?> in the footer.php file, just before the closing </body> tag. The chances are good that that’ll get most Javascript-based plugins working.
Hope this will help someone else if they face the same issue.