Title: kaisch's Replies | WordPress.org

---

# kaisch

  [  ](https://wordpress.org/support/users/kaisch/)

 *   [Profile](https://wordpress.org/support/users/kaisch/)
 *   [Topics Started](https://wordpress.org/support/users/kaisch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kaisch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kaisch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kaisch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kaisch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kaisch/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebP Express] WebP Express with Elementor and WP Rocket](https://wordpress.org/support/topic/webp-express-with-elementor-and-wp-rocket/)
 *  Thread Starter [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/webp-express-with-elementor-and-wp-rocket/#post-16089600)
 * Yeah, it’s strange, I really hoped that someone would have an answer for me.
   
   I mean, this setup of plugins cants be that unique: Elementor, a cashing plugin
   and webP express…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Glossary] No Gutenberg support?](https://wordpress.org/support/topic/no-gutenberg-support-3/)
 *  Thread Starter [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/no-gutenberg-support-3/#post-13409433)
 * Ive found a solution. Its no website setting.
    The problem is in fact the missing**‘
   show_in_rest’ => true,** Without this parameter, the Gutenberg editor just wont
   work. I can´t.
 * Ive checked multiple sources:
    [https://www.cloudways.com/blog/gutenberg-wordpress-custom-post-type/](https://www.cloudways.com/blog/gutenberg-wordpress-custom-post-type/)
   [https://knowthecode.io/how-enable-gutenberg-editor-custom-post-type](https://knowthecode.io/how-enable-gutenberg-editor-custom-post-type)
   [https://blog.kulturbanause.de/2020/01/wordpress-block-editor-gutenberg-fuer-custom-post-types-aktivieren/](https://blog.kulturbanause.de/2020/01/wordpress-block-editor-gutenberg-fuer-custom-post-types-aktivieren/)
 * They all claim that Gutenberg wont work without this **‘show_in_rest’ => true,**
   parameter.
    Ive tried it. Its true. You have to put this parameter into the code
   like here in the example, else it wont work:
 * public function register_post_type()
    { $this->settings = gl_get_settings(); //
   Create the args for the `glossary` post type $glossary_term_cpt = array( ‘taxonomies’
   => array( ‘glossary-cat’ ), ‘map_meta_cap’ => false, ‘yarpp_support’ => true,‘
   menu_icon’ => ‘dashicons-book-alt’, ‘capability_type’ => array( ‘glossary’, ‘
   glossaries’ ),
    - **‘show_in_rest’ => true,**
 *  ‘supports’ => array(
    ‘thumbnail’, ‘author’, ‘editor’, ‘title’, ‘genesis-seo’,‘
   genesis-layouts’, ‘genesis-cpt-archive-settings’, ‘revisions’ ), );
 * After doing this, the plugin works like a charm.
    I really like your plugin and
   I want to use it, but trust me on this one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Glossary] No Gutenberg support?](https://wordpress.org/support/topic/no-gutenberg-support-3/)
 *  Thread Starter [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/no-gutenberg-support-3/#post-13407992)
 * I have run your plugin on several different wordpress installations,
    one was
   completely empty without any other plugin installed. It seems the classic editor
   is still somehow in wordpress, maybe its just a fallback? There seems to be a
   common problem with custom post types. If you create a custom post type without
   explicitly enabling gutenberg, the classic editor is what you get. Maybe enabling
   Gutenberg in your Glossary_PostType.php or the CPT_Core.php would help: **‘show_in_rest’
   => true, ‘supports’ => array(‘editor’)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Glossary] No Gutenberg support?](https://wordpress.org/support/topic/no-gutenberg-support-3/)
 *  Thread Starter [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/no-gutenberg-support-3/#post-13404101)
 * actually ive tried to use the plugin on a new site with literally no other plugin
   installed and it still opens new glossary terms without gutenberg.
    If i want
   to edit a site or a blog post gutenberg just opens up as normal. I dont have 
   any idea where to look in the settings to change this. Do i miss something here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] 5.5 can’t drag and drop blocks anymore](https://wordpress.org/support/topic/5-5-cant-drag-and-drop-blocks-anymore/)
 *  [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/5-5-cant-drag-and-drop-blocks-anymore/#post-13251159)
 * Ive noticed this too,
    the drag and drop feature seems to be gone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Stretch Section problem?](https://wordpress.org/support/topic/stretch-section-problem/)
 *  [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/stretch-section-problem/#post-11411918)
 * As long as the fix isnt ready i rolled back to 2.5.11
    This helps: [https://de.wordpress.org/plugins/wp-rollback/](https://de.wordpress.org/plugins/wp-rollback/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Stretch Section problem?](https://wordpress.org/support/topic/stretch-section-problem/)
 *  [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/stretch-section-problem/#post-11411797)
 * I have the same problem!
    It seems that many of the reziable features dont work
   anymore. thats a major flaw O_o
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Extra Privacy for Elementor] Das popup kann man nicht schließen?](https://wordpress.org/support/topic/das-popup-kann-man-nicht-schliesen/)
 *  Thread Starter [kaisch](https://wordpress.org/support/users/kaisch/)
 * (@kaisch)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/das-popup-kann-man-nicht-schliesen/#post-11394972)
 * Danke für die schnelle Hilfe,
    ich glaube das war der schnellste Support den 
   ich je bekommen habe. Top!
 * Läuft alles Super 🙂

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