• Resolved gigipiscitelli

    (@gigipiscitelli)


    Since yesterday i can’t see the plugin in the back end and i can’t modify anything, but the website still works fine.
    I have tried to deactivate all plugins and activate only Directorist, but no luck.
    I suspect it happened since i’ve uploaded woocommerce.

    Anyone has an answer?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Syed Galib Ahmed

    (@syedgalibahmed)

    Hello @gigipiscitelli

    Thank you for reaching us out.

    We are sorry for the trouble that we may have caused. Please place the following code in your functions.php and let us know if the problem get fixed.

    
    add_filter( 'atbdp_register_listing_post_type_arguments', function( $args ) {
        $args['show_ui'] = true;
        return $args['show_ui'];
    });
    

    Regards.

    Mine disappeared as well. I tried to update the plugin and it’s gone along with all the listings!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Directorist disappeared from the back end’ is closed to new replies.