Skip to main content

Blog post updates are not appearing, warning message above the header appears

Comments

1 comment

  • Sandra Prunici

    Hi,

    Could you please check if you have the latest for both Brizy Free 2.2.8 and Brizy Pro 2.2.5 version? Also, could you please temporary deactivate all external plugins (except Brizy Free and Brizy Pro) and activate a WordPress default theme? Do you still not see the modification you make in the posts? Could you send us a screenshot of how is structured the post in the default wp editor and the URL link of this post? Did you clean the browser cache or tried to view the post in the incognito browser mode?

    Regarding the error message you receive - yes, it isn't related to Brizy and seems that you have activated debugging. Therefore, you have to deactivate this by replacing,

    define('WP_DEBUG', true);

    in the wp-config.php file on development copies of WordPress, with

    define( 'WP_DEBUG', false); instead if define('WP_DEBUG', true);

    and adding: 

    define( 'WP_DEBUG_LOG', false);

    If you can't replace this code, you can ask your developer or check this article.

    Best regards,
    Sandra

    0

Please sign in to leave a comment.