Forums

[resolved] Share/Save Button Doesn't Produce Menu Box, But Instead Acts As Link to Site (3 posts)

  1. CallUp
    Member
    Posted 1 month ago #

    I'm developing my site's theme on my local wamp, and the share/save button doesn't produce the little menu box full of icons like it does on the dummy site I have live. When I click on the share/save icon it just acts as a link and takes me to the AddToAny site.

    Does anyone know what is causing this?

    http://wordpress.org/extend/plugins/add-to-any/

  2. CallUp
    Member
    Posted 1 month ago #

    I found out the solution to my problem on the developer's site:

    Why isn't the drop-down menu appearing?

    It's likely because your 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(); ?>

    Thanks for being one step ahead of me. :)

  3. micropat
    Member
    Posted 1 month ago #

    You're welcome. :)

Reply

You must log in to post.

About this Topic