Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author cunjo

    (@cunjo)

    Hi, are you refering to inline buttons or the share floating bars?

    Thread Starter OSGiveaways

    (@osgiveaways)

    The inline…

    Plugin Author cunjo

    (@cunjo)

    The only way you can disable buttons from pages right now is by adding this code in your theme’s functions.php file.

    function remove_cunjoshare($content) {
    	if(is_page()) {
    		remove_filter( 'the_content', 'cunjo_displayline');
    	}
    	return $content;
    }
    add_filter( 'the_content', 'remove_cunjoshare', 1);

    Instructions:
    1. Go to your wp-admin > Appearence > Editor;
    2. From the list on the left find and click on functions.php (title usually is Theme Functions);
    3. Paste the code from above in the editor, under the existent code;

    We will add this feature in the next major release. So you can choose were and were not to show buttons from the settings panel.

    Let me know if this fixes your issue.

    Thread Starter OSGiveaways

    (@osgiveaways)

    You guys rock! Thanks… love, love, love the plugin ?? This totally worked!!!

    Plugin Author cunjo

    (@cunjo)

    hihi, thanks for all the love. The next major release (version 2.0) with free social analytics will be even better.

    Best regards and may you get millions of social signals ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Plugin On Pages’ is closed to new replies.