Social Buttons

Latest Reply from Administrator at 2013-03-27 02:54:37
I enjoy the social buttons but I noticed that there seems to be a 'hide' option on your page. How do I go about adding it to mine?
bump
Hello,

All the social buttons available in your WP Dashboard -> YourThemeName ( under Appearance ) -> Social buttons, you can manage / edit and even add new social buttons.

Hidden Option? if Admins wouldn't like others see anything that they wouldn't like, i guess they never create any option to make it hidden !

Hope helped,
Have fun!
bump
Hi!
Just add function block_social() on line 222nd of inc/library.php, and put following code before </ul> in the code of this function:

<li><span class='hide_social'>Hide</span></li>
<script>jQuery('.hide_social').live('click', function(){jQuery('#smthemes_share').hide();});</script>

Leave a reply

Add codeAdd image