Drag 'n' drop broken
-
I’ve seen other solutions and had trouble with them. I just decided to bypass the problem and hard-code the icons in my code, and I’m sharing this solution in case anyone is interested:
In the file simple-share-buttons-adder.php
Inside the function function get_share_buttons
Add the following line:
$arrSettings[‘ssba_selected_buttons’] = ‘facebook,twitter,google,email’;
Or whatever icons you want.
The topic ‘Drag 'n' drop broken’ is closed to new replies.