• Anyone having trouble getting Alex King’s “Share This” plugin working with Kyle Neath’s “Hemingway” theme? If so, is there a workaround?

    Two issues: one, all the names (newsvine, ma.gnolia, et. al.) appear to be missing; two, in their place are what look like bullets – as in unordered list item bullets – but they’re all scattered throughout the popup.

    Clues/advisement welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jdandrea

    (@jdandrea)

    Ahh – the names are there. They’re in white! So there is indeed some conflict in the CSS between the two. Will dig deeper and post a fix if possible.

    Thread Starter jdandrea

    (@jdandrea)

    Problem solved! Wow, that was fast. ??

    Here’s all you do. Get thee to share-this.php in the share-this plugin directory. You’ll need to make a few small repairs.

    First, to see the text again, add “color: #000;” (sans quotes) within each of:

    #akst_form ul.tabs li
    #akst_social ul li a

    Next, to get rid of the stray bullets (ahem), add “list-style-type: none;” within each of:

    #akst_form ul.tabs li
    #akst_social ul li

    Reload and test. (Ahh, much better!)

    You’re probably better off making those changes to the style.css in the theme – 2 reasons:

    1. Another theme might need different style changes

    2. You won’t have to re-apply your changes when you upgrade to a newer version of Share This

    Glad you found a fix that solved the problem though. ??

    Thread Starter jdandrea

    (@jdandrea)

    Got it – thanks Alex!

    I was originally thinking the changes should be rolled in to the plugin because that would maintain the white background of the share this window no matter what happens. (Not necessarily so?)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Share This and Hemingway OK?’ is closed to new replies.