• Hi Guy’s, I have a news page on genesis monochrome theme that I have added a grid block for my posts. In the back end it populates fine, but in the front end I see this code above every excerpt and don’t know how to get rid of it:

    jQuery(document).ready(function($) { $(‘#facebook-before-27624’).sharrre({ share: { facebook: true }, urlCurl: ‘***/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’, enableHover: false, enableTracking: true, disableCount: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup(‘facebook’); } }); $(‘#twitter-before-27624’).sharrre({ share: { twitter: true }, urlCurl: ‘***/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’, enableHover: false, enableTracking: true, disableCount: true, buttons: { twitter: { via: ‘***’ } }, click: function(api, options){ api.simulateClick(); api.openPopup(‘twitter’); } }); $(‘#linkedin-before-27624’).sharrre({ share: { linkedin: true }, urlCurl: ‘***/wp-content/plugins/genesis-simple-share/assets/js/sharrre/sharrre.php’, enableHover: false, enableTracking: true, disableCount: true, buttons: { }, click: function(api, options){ api.simulateClick(); api.openPopup(‘linkedin’); } }); });

Viewing 1 replies (of 1 total)
  • Hi there,

    The quickest way to temporarily fix it would be to disable the option in Simple Share that shows it on archive pages. That removes it from the post grid too.

    If you are using the Genesis Blocks plugin there is a Share Icons Block you could also use depending on where you are wanting them to display.

    Kind regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin pushing code out on front end blocks’ is closed to new replies.