Tagged: advanced-layout-editor
-
AuthorPosts
-
March 11, 2017 at 3:35 am #759229
Hi,
When editing a post and then switching to Advanced Layout Editor and then trying to switch back to Default Editor, I lose all the content of the post (in Default Editor view).
Why does it do this and how can I get the content back in Default Editor view?
Thanks,
Frank
March 11, 2017 at 9:11 pm #759454Hey franktw,
You are not suppose to see the ALE code, or text, in the default editor. But you can if you enable debug mode. Please refer to this post: https://kriesi.at/support/topic/switching-between-advanced-layout-editor-and-default-editor-stopped-working/#post-133572Best regards,
MikeMarch 13, 2017 at 6:46 pm #760190What happens if an editor accidentally presses the ALE button on a post? Is there any way to prevent this? It’s causing some confusion since they can’t go back.
Thanks.
March 13, 2017 at 10:44 pm #760302Hey!
They can press the ALE button again and the editor will be disabled!
Let us know if you try that.Best regards,
BasilisMarch 13, 2017 at 11:01 pm #760315Yes, but when they click it again, the content is gone. That’s the problem. Pressing the ALE button put all the content into a special mode that you can’t recover from. There needs to be a way to either recover the content or disable that button so editors don’t press it.
March 14, 2017 at 4:48 pm #760836Is there a way to hide the ALE button from the Post Editor interface?
March 15, 2017 at 6:24 am #761144Hi,
Try to add this code at the bottom of functions.php:
add_action('admin_head', 'my_custom_code'); function my_custom_code() { echo '<style> #poststuff #avia-builder-button { display: none; } </style>'; }Hope this helps.
Best regards,
NikkoMarch 17, 2017 at 3:43 pm #762541Thanks!
March 18, 2017 at 9:42 am #762851Hi!
Glad we could help :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
