• > 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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter littletechgirl

    (@littletechgirl)

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

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

    https://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.

    Thread Starter littletechgirl

    (@littletechgirl)

    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=”https://pub44.bravenet.com/counter/code.php?id=390516&usernum=3770885924&cpv=2″></script&gt;
    <!– 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(); ?>

    @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.

    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)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Share This’ is closed to new replies.