Title: Gutenberg problem
Last modified: March 25, 2020

---

# Gutenberg problem

 *  [WebePc Gianluca Molina](https://wordpress.org/support/users/webepc/)
 * (@webepc)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/gutenberg-problem-4/)
 * Hi, I wanted to warn that the theme has problems with Gutenberg, it is impossible
   to use it (errors in the blocks).
 * Will you release an update or have you abandoned the project?

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

 *  [Shane Bishop](https://wordpress.org/support/users/nosilver4u/)
 * (@nosilver4u)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/gutenberg-problem-4/#post-12613292)
 * Ditto, latest WP 5.4 throws “This block has encountered an error and cannot be
   previewed.” and makes it impossible to add new posts.
 *  Theme Author [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/gutenberg-problem-4/#post-12645693)
 * It seems that WP dropped back-compatibility for the old style editor colors. 
   Add the following code to your child theme’s `functions.php` file to correct 
   the issue.
 *     ```
       add_action( 'after_setup_theme', function() {
       	remove_theme_support( 'editor-color-palette' );
       } );
       ```
   
 *  [Jos Klever](https://wordpress.org/support/users/josklever/)
 * (@josklever)
 * [6 years ago](https://wordpress.org/support/topic/gutenberg-problem-4/#post-12904309)
 * [@greenshady](https://wordpress.org/support/users/greenshady/) This workaround
   is working for now (I’m using the Code Snippets plugin), but are you planning
   an update soon or do I need to advise my client to switch themes?

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

The topic ‘Gutenberg problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/stargazer/4.0.0/screenshot.png)
 * Stargazer
 * [Support Threads](https://wordpress.org/support/theme/stargazer/)
 * [Active Topics](https://wordpress.org/support/theme/stargazer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/stargazer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/stargazer/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Jos Klever](https://wordpress.org/support/users/josklever/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/gutenberg-problem-4/#post-12904309)
 * Status: not resolved