<!--
<?php print_r( debug_backtrace() ) ?>
-->
Sometimes you have a theme wordpress, but it does not work as online demo, because your template is changed by other plugins. So you have to detect "conflict" plugins to solve it. After append above code to file footer.php, you can see conflict plugin. Then deactivate it or modify something!