• Resolved anjanphukan

    (@anjanphukan)


    How to hide Front end display meta box? I tried to hide it by unchecking this: Enable the Design with Toolset menu in the frontend, but it shows error with this message: Saving failed. Please reload the page and try again.

    Please help ASAP.

    https://wordpress.org/plugins/types/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Christian

    (@christianglingener)

    There will be an option in the GUI with the next version.

    For now you can add this (to your theme functions.php):
    add_filter( 'types_information_table', '__return_false' );

    Thread Starter anjanphukan

    (@anjanphukan)

    Okay, it worked. But a permanent solution will be good and expecting the next version very soon.

    Thanks.

    hommealone

    (@hommealone)

    I needed to apply this also, when this post was fresh. Has this ever been patched in the plugin so that this can now be removed from my functions file?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide Front-end Display meta box’ is closed to new replies.