• Resolved wilmart

    (@wilmart)


    Hi, I like the features that this plugin has, but…. it modify the admin area.
    I use another plugin (Directorist). Before installing YASR I was able to open listings from that plugin (from the admin area)and check boxes like “never expires” or #featured listing”. With YASR all the layout changes and that options are missing.

    ?is there some way to avoid YASR modify my dashboard/admin area?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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?

    Thread Starter wilmart

    (@wilmart)

    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 4 years, 7 months ago by dudo.
    • This reply was modified 4 years, 7 months ago by dudo.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The plugin modify my admin area’ is closed to new replies.