Skip Navigation

[Resuelto] Front-end Display

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:
How can I remove the new "front end display" box added with Types 2.0 and above?

Solution:
Here are the instructions by our Lead Developer on how to achieve this:
https://toolset.com/forums/topic/please-make-the-front-end-display-box-not-be-visible-by-default/#post-383392

You will create a Filter and return nothing (null) so this Section will not be displayed anymore.

This is the WordPress Codex syntax for it:
https://developer.wordpress.org/reference/functions/add_filter/

Our filter is:

types_information_table
This support ticket is created hace 8 años. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Etiquetado: 

This topic contains 2 respuestas, has 2 mensajes.

Last updated by tyeB hace 8 años.

Assisted by: Beda.

Autor
Mensajes
#384984

The "Front-end Display" meta-box id "types-information-table" - is there a global setting to turn this off? (couldn't find one)

To remove from pages and posts I've already got

remove_meta_box('types-information-table', 'post', 'normal');
remove_meta_box('types-information-table', 'page', 'normal');

But I have 8 other post types and growing 🙁

#385085

No, there is no global setting by now.

I though requested to add one, even if we follow WordPress motto here.
(decisions not options)

I think it would be great to be able to disable it from within the GUI, instead of having to update manually many websites or push a Theme update just to hide it..

Meanwhile you can follow this Thread(s)
https://toolset.com/forums/topic/hide-new-front-end-display-panel/#post-385028

Thank you for understanding.

#385978

Thanks Beda

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.