Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1306756

    Hallo,
    how can i can i hide the display of choosen editors in the backend pages list above every page title and in the menue setup as well?
    I mean the display of “Classic Editor, Advanced Layout Architekt etc..”

    • This topic was modified 3 years, 5 months ago by Xaver-1.
    #1306983

    Hey,

    Thanks for contacting us!

    Please add following code to bottom of Functions.php file of your child theme ( https://kriesi.at/documentation/enfold/child-theme/ )

    add_filter('avf_gutenberg_admin_bar_edit_page_info', 'avf_remove_gutenberg_admin_bar_edit_page_info');
    function avf_remove_gutenberg_admin_bar_edit_page_info(){
    	return false;
    }
    

    Best regards,
    Yigit

    #1310896
    This reply has been marked as private.
    #1311104

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.