Hey,
Can you share your email with me so that I can send you patch file to update the functionality?
Is it possible for you to share the patch file?
Thanks
Hi,
This fix is for Super Socializer version 2.5.2
Download the gist from following link:
https://gist.github.com/anonymous/3f4a083bd2695077ba70
Place “social_sharing.php” (after extracting the zip) in “wp-content\plugins\super-socializer\inc” folder replacing exiting “social_sharing.php” file.
Indeed this worked thanks for that.
However I was just about to report another bug to you which your patch seems to have removed. But in case it helps, if you are not implementing this patch in future versions: with the numbering on, prior to the patch removing it I had just discovered a problem under IE11 whereby instead of the icons being placed horizontally they were presented vertically. Inspection revealed the presence of presumably a a js/jquery artifact that was being inserted into the ul tag attributes (sizzle-1377765392290 =”[object Object]”), and which was not occurring in other browsers tested. I see something about a similar issue on stackoverflow http://stackoverflow.com/questions/18504763/jquery-is-adding-a-strange-attribute-to-html-elements hope it is useful to you.
And again thanks for the patch.
Thanks Andy, I will check it out and fix it in upcoming releases.