Plugin pushing code out on front end blocks
-
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’); } }); });
- The topic ‘Plugin pushing code out on front end blocks’ is closed to new replies.