Forums

Share This (6 posts)

  1. littletechgirl
    Member
    Posted 5 years ago #

    > Hey Alex,
    >
    > I have an unusual problem with Share This. I am hoping that you can
    > point me in the right direction. It worked perfectly with my
    > previous theme, but I recently changed and now Share This is not
    > working correctly. It does WORK, but the pop-up seems to be
    > disabled and only the full page works. I tried everything in the
    > README to no avail.
    >
    > I strongly suspect that the theme I am using is somehow not loading
    > prototype.js because if I change the theme, again it works. I know
    > that you cannot support the theme, but can you give me a clue as to
    > where to look to find out if that is loading or how I can load it
    > manually? I looked around and I cannot figure it out.
    >
    > Thanks!
    >
    > Kris

  2. littletechgirl
    Member
    Posted 5 years ago #

    I guess it would help if I gave you my site: http://www.littletechgirl.com

  3. Alex King
    Member
    Posted 5 years ago #

    Looks like no form in the footer. As noted in the readme:

    http://alexking.org/projects/wordpress/readme?project=share-this

    If your theme does not include a wp_footer() call, you will need to add the akst_share_form template tag to your footer manually:

    <?php akst_share_form(); ?>

    or add the

    <?php wp_footer(); ?>

    tag to your theme footer.

  4. littletechgirl
    Member
    Posted 5 years ago #

    i did do that, and all it did was literally stick that form IN the footer of my page, and the pop-up still did not work.

    I have put it back again so that you can see it if you refresh.

    Here is my footer as it stands now:

    <div id="footer">

    <center><!-- Start Bravenet.com Service Code -->
    <script type="text/javascript" src="http://pub44.bravenet.com/counter/code.php?id=390516&usernum=3770885924&cpv=2"></script>
    <!-- End Bravenet.com Service Code --></center>
    <h2 class="hide">Site info</h2>
    <span>Kristile Cain, (c) 2006</span>
    WordPress adaptation by Tara Aukerman | Original design by Andreas Viklund | Tweaked and modified to work with Gallery 2 by Kristile Cain
    </div>
    <?php wp_footer(); ?>

  5. justinshattuck
    Member
    Posted 5 years ago #

    @littletechgirl:

    Your theme you're currently using, at least at the time of my post, is not lodaing the prototype.js. Make sure that prototype.js is uploaded within your wp-content/js/ folder or add it manually to your header.php file and point it to where its located on your server. If you're unsure how to do this, I can attempt to walk you through it.

    Prototype seems to be the issue you're having, let's start there and let me know.

  6. moshu
    Member
    Posted 5 years ago #

    Also, the thing you added is outside of the footer div. I don't know if it matters... just mentioned :)
    (some PHP guru might tell whether it matters or not)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags