Plugin Contributor
dudo
(@dudo)
Hi, sorry for the delay!
I will do some test tomorrow and let you know if I will find incompatibilities.
Best,
Dario
Plugin Contributor
dudo
(@dudo)
Are you using Gutenberg as editor for your posts?
Hi @dudo
Yes, I do. Has YASR incompatibility with Gutemberg?
Plugin Contributor
dudo
(@dudo)
No, it works like a charm indeed, and YASR also uses Gutenberg blocks and panel.
I just tested it with Directorist and I can see the error, seems like a conflict somewhere, I’m checking. This happens only with the post_type “at_biz_dir”, that is the one created by that plugin.
In the mean time, as a fast work around you can use classic editor.
I will let you know!
Plugin Contributor
dudo
(@dudo)
Ok, this is something I can’t handle simply because it is caused by Directorist: in short, their post_type “at_biz_dir” doesn’t support “custom-fields” attribute.
More info here https://github.com/WordPress/gutenberg/issues/17018
It is a really easy fix:
With Ftp open wp-content/plugins/directorist/includes/classes/class-custom-post.php and on line 126 and 127 change this:
'supports' => array('title', 'editor', 'author'),
//'show_in_rest' => true,
to this
'supports' => array('title', 'editor', 'author', 'custom-fields'),
'show_in_rest' => true,
You can share this post with their support.
Best,
Dario
-
This reply was modified 5 years, 10 months ago by
dudo.
-
This reply was modified 5 years, 10 months ago by
dudo.