Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Niall Kennedy

    (@niallkennedy)

    The plugin expects webmasters will choose WordPress comments or Facebook comments, not both on the same page.

    If you would like to remove the plugin CSS you may dequeue the style after the wp_enqueue_scripts action priority 0.

    Your theme or plugin code might look like:

    function dequeue_fb_hide_wp_comments() {
    	wp_dequeue_style( 'fb_hide_wp_comments' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_fb_hide_wp_comments', 1 );
    Thread Starter nitzanginsberg

    (@nitzanginsberg)

    SO How is that possible on this website ??

    http://www.videowonderwoman.com/videocourse/

    ?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with Comments Box’ is closed to new replies.