Hello sir, please I want to remove the icons entirely. I have removed the lines as you describe yet the icons still appears and works. Please how can I remove the plugin or extension entirely.
I removed these lines in the three item.php yet the icons still shows.
<?php if($this->item->params->get('itemTwitterButton',1) || $this->item->params->get('itemFacebookButton',1) || $this->item->params->get('itemGooglePlusOneButton',1)): ?>
<!-- Social sharing -->
<div class="itemSocialSharing">
<!-- Go to
www.addthis.com/dashboard to customize your tools -->
<div class="addthis_native_toolbox"></div>
<!-- Go to
www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4f89a9d74637536f" async></script>
<div class="clr"></div>
</div>
<?php endif; ?>
I don't want to hack your beautiful work