Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter NewSunSEO

    (@newsunseo)

    I’ve un-selected most of the icons that were not showing up in the http://www.thesubway.com blog for now until I can resolve this. I’ve left the NSS blog as it was though.

    I just updated my Sociable plug-in and the exact smae thing happened to me. Anyone have a solution?

    I have the same problem. Not only do the icons not show up under settings, but no links or icons show up on my website http://www.nevadacounty.com. As the first member said above; I disabled, re-enabled, uninstalled re-installed without luck.

    Same deal, no icons. The best thing to do is to downgrade to the previous version until the issue is resolved.

    This might be a solution here:

    http://wordpress.org/support/topic/286998?replies=27

    I’m going to give it a try and will report back.

    Woot! It works!

    Go to Plugins – choose Edit for your Sociable plugin – and you’ll get the editor for sociable php

    Very near the beginning of the file you will see:

    // Determine the location
    $sociablepluginpath = plugins_url(”, __FILE__).’/’;

    Replace that with this:

    // Guess the location
    $sociablepluginpath = WP_CONTENT_URL.’/plugins/’.plugin_basename(dirname(__FILE__)).’/’;

    And voila! The icons are all back as you want them.

    Cheers.

    Perfect!!! I had same problem, but I have corrected it!

    Thanks Robbo Mills

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Sociable] ICONS MISSING – SAME MISSING IN TWO SEPARATE BLOGS’ is closed to new replies.