Plugin Author
Po.st
(@post-1)
Hello,
I see the Po.st buttons to the left-hand side of your page. I clicked and they seemed to be working.
What is happening when you clicks the buttons and which browser are you using? Any screenshots would also be helpful.
Thank you,
Po.st Support
There is a bug in the post.php file causing buttons to not work properly.
Line 159:
$design_buttons = ksort($temp);
Should be:
ksort($temp);
$design_buttons = $temp;
As ksort returns a bool value (and not the sorted array).
Plugin Author
Po.st
(@post-1)
Hi all,
We have released a new version of our plugin this morning that has solved this issue. Please feel free to update your plugin and also let us know if you see any more problems!
Po.st Support
still not working buttons dont show just very tiny icons like 8px size so i went back to icons until you fix the buttons.
Plugin Author
Po.st
(@post-1)
Hello,
Could you please describe a little more of what you are looking for in the icons?
We don’t have 8px size icons, only 16×16 is the smallest we go. Maybe if you could provide an example we could take a look.
Thank you,
Po.st Support