A recent conflict was found when Genesis Simple Share is activated and configured while using the Posts and Page Grid in Genesis Blocks. The error can be seen when viewing the content on the front end. The error does not display in edit mode.
Below is a temporary fix that will allow you to manually set the share buttons which removes the JQuery error message from the Posts and Page Grid.
This code will place the share buttons on the home, archive and single posts. Copy/paste the code into the functions.php file. Then Save.
The current code sets the share buttons at the bottom of the posts. If you would like them at the top of the posts, you can change the priority from 15 to 5 on Line 1.
https://gist.github.com/cre8tivediva/dc9e766fc5133e8aff85713f58158b98#file-functions-php
Remove the JQuery Error
Go to Genesis > Simple Share. Make sure the “Icon Display Postion” is unset. Leave it “Select display position to enable icons.” Do not set a position. Then Save the settings.
Then re-visit the page where you have the Posts and Page Grid Block activated. The error should be gone.
To set the alignment of the share icons, add this CSS to the Additional CSS box under Appearance > Customize.
https://gist.github.com/cre8tivediva/dc9e766fc5133e8aff85713f58158b98#file-additional-css