• Resolved HMSRE

    (@hmsre)


    Just 2-3 days into running the new update (latest WP, running enfold, php7.0 and no change in plugins) the LIVE ACTIVITY stopped. I use it daily to blog those hitting the login page – mainly other countries. Yesterday afternoon it stopped. I did not to my WF settings either. Anything to share or places to look? Also, click on Blocking and just have spinning wheel. Thanks.

    Dave

    • This topic was modified 7 years, 8 months ago by HMSRE.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HMSRE

    (@hmsre)

    Delete. My theme had me add this to the child functions.php file…

    function ava_change_editor_text_colour() { 
    ?>
    <style>
    .js .tmce-active .wp-editor-area {
        color: #000 !important;
    }
    </style>
    <?php 
    }
    add_action('init', 'ava_change_editor_text_colour');
    ?>

    This broke Wordfence – removed it and it works again. Just a heads up.

    Dave

    Hi Dave (@hmsre),

    Thanks a lot for letting us know!

    This could be useful to other users.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Live Activity & Blocking Activity Stopped’ is closed to new replies.