I'm working in WooTheme The Journal, newest version. I've been trying to get either Add to Any or Share This plug-ins to work. Add to Any shows up, but links to another page instead of opening a drop-down menu as it should. ShareThis won't even appear.
WP plug-in FAQ says the following:
Why isn't the drop-down menu appearing?
It's likely because your theme wasn't coded properly. Using the Theme Editor, make sure that the following piece of code is included in your theme's footer.php file just before the </body> line:
<?php wp_footer(); ?>
Mine is coded that way, but doesn't work. Is it a Woo issue?