I have two blogs using this (awesome plugin) and both are unrelated, yet are missing the same icons. I disabled, re-enabled, uninstalled re-installed without luck. Was hoping to find some help on here.
Thank you
I have two blogs using this (awesome plugin) and both are unrelated, yet are missing the same icons. I disabled, re-enabled, uninstalled re-installed without luck. Was hoping to find some help on here.
Thank you
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 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
You must log in to post.