• When I turn on Genesis simple share for posts, the below code shows up in the Post and Page Grid block. Even if the actual buttons showed up, I still don’t want the share buttons in every section of the grid.

    jQuery(document).ready(function($) { $(‘#facebook-after-895’).sharrre({ share: { facebook: true }, urlCurl: ‘https://hydrotempmech.test/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-after-895’).sharrre({ share: { twitter: true }, urlCurl: ‘https://hydrotempmech.test/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(‘twitter’); } }); $(‘#linkedin-after-895’).sharrre({ share: { linkedin: true }, urlCurl: ‘https://hydrotempmech.test/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 @trechap, we’re aware of this issue. It happens due to Simple Share outputting javascript in the post content, and Atomic Blocks escapes the content for security reasons. We’re looking into a solution for making them work better together. I don’t have an estimated date yet, but we’ll let you know when it’s ready.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with AB Post and Page Grid and Genesis Simple Share’ is closed to new replies.