cloudstr210
Member
Posted 2 years ago #
I tried to manual install the SB on my website. I pasted this code that I found on your site:
<?php if(function_exists('selfserv_shareaholic')) { selfserv_shareaholic(); } ?>
my problem is the SB is still hooked at the content.. making the SB appear twice in the single post or page..
How to fix this?
Thanks!
LachlanM
Member
Posted 2 years ago #
At the bottom of the shareaholic settings page you will see the following:
Menu Location (in relation to content):
Above Content, Below Content, Above & Below Content, Manual Mode
If you are adding the call to the plugin manually within your theme then you need to make sure "Manual Mode" is selected - anything else will cause it to display at least twice.
cloudstr210
Member
Posted 2 years ago #
Oh.. thanks.. i didn't see that..
Thanks again.