Support » Plugin: Social Profiles » Cannot update my blog with this plug-in active

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same problem here.

    To change settings on the site is necessary to switch off the plug-in…

    Any fix for this?

    Thread Starter lopezmr22

    (@lopezmr22)

    I’ve posted this question to the developer and he/she has not responded. I posted a screen shot of how messed up the screen gets when I try and use JetPack and Social Profiles is active, but no response.

    Another thing I noticed is that this plugin adds a little smiley face at the bottom of my site. Kind of annoying when you’re going for a clean professional looking site.

    I have the same problem! So annoying. I can’t even upload anything to the Media Library. Given the non-responsiveness of the developer, I wonder if there is another option to accomplish the same thing?

    I don’t have a smiley face at the bottom of my site.

    Hi, I had the same problem and figured out how to fix it.
    Change the sticky-social-profiles/core/admin.php file in line 40 from:

    if (!empty($_POST)) {

    to:

    if (!empty($_POST) && $_POST['option_page'] === 'social-profiles') {

    It’s working well for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot update my blog with this plug-in active’ is closed to new replies.