Viewing 1 reply thread
  • Author
    Posts
    • #3807
      Joe Dostie
      Member

      Hello,

      I am going through the tutorials and I am at the beginning stages so I hope this question isn’t already answered but I am doing the “Replacing the WordPress Post Editor” and it is all working fine.

      What I have come across is that I use the Avada Theme and they have their own Post Editor, the Fusion Page Builder.

      The current function “my_remove_post_type_support” also removes the Fusion Page Builder abilities. Im curious if this would happen with other builders.

      Are there any thoughts on this?

      Attachments:
      You must be logged in to view attached files.
    • #3824
      Steve
      Keymaster

      @joedostie– Welcome to the Piklist community!

      The function in that tutorial, my_remove_post_type_support(), uses a standard WordPress function remove_post_type_support(). The reason this removed the Avada editor is because of the way Avada registered their editor. This is not an issue for Piklist or WordPress, but for Avada.

      So, the answer to your question is: It depends on how the theme/plugin authors register their editor with WordPress.

      The only thing you can do is try different editors, or ask the theme/plugin author beforehand: “If I run this function remove_post_type_support(‘post’, ‘editor’) will it remove your editor”?

      Hope that helped.

Viewing 1 reply thread
  • The topic ‘Replacing the WordPress Post Editor Observation’ is closed to new replies.