Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author bemcapaz

    (@bemcapaz)

    Which WordPress version are you using?

    Thread Starter janolima

    (@janolima)

    Version 3.3.1

    I’m having a similar problem. I can’t toggle the sections below my post open or closed ie Send trackbacks, Custom Fields, Discussion Etc while the plugin is active. I’m using WordPress 3.3.1.

    dragonden:
    The quick solution to edit the code in seofacebook.php
    Line 594:

    if(!is_admin()){
    		new SEOFacebookComments;
    	}

    The added benny is that it speeds up pageload times in your admin panel.

    The disadvantage is that it blows up the plugin in the backend.

    I am contacting the developer to deal with this. It’s too good a plugin.

    Thanks for the reply.

    I tried adding the code –
    just

    if(!is_admin()){

    above
    new SEOFacebookComments;
    }

    Correct? I got a parsing error. Did I add it wrong or is there something missing?

    thanks!

    Did you forget a closing bracket?

    I copied the code you listed. I didn’t change anything. I’m not a code person though so I can’t tell if i put it in the right place or not.

    No problem. Undo what you did, and do this:

    if(!is_admin()){new SEOFacebookComments;}

    instead of

    new SEOFacebookComments;

    If you’re not a code person though, you should be aware that this is going to break the plugin in the admin section. You’ll have to undo this in order to make changes to the plugin parameters.

    I was having the same issue and was unaware of the cause. Tested it now and really the plugin is the culprit, disabled it and it works fine.

    I’m using WP 3.31 pt-br on Chrome latest version, 20.0.11, win vista.

    Nice workaround, but as it was said it breaks admin functionality, we need a proper fix from the author.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: SEO Facebook Comment] Can not remove any of my other plugins’ is closed to new replies.