Tagged: Article setting
Hello,
I just updated WP and Enfold.
I have uploaded an article and published it, I wanted to use the settings sidebar to insert the photo, category etc… but it doesn’t open, Rank Math doesn’t open either. Basically now I have an article published but it is not visible
How can I solve?
Thank you
Hey Intercettazioni,
Thank you for the inquiry.
You may need to disable Fullscreen mode in order to access the sidebar panel. A fix will be included in the next patch to enable access to the sidebar panel even when Fullscreen mode is enabled. You can also add this code in the functions.php file.
add_action('admin_head', 'ava_admin_head_mod');
function ava_admin_head_mod() {
echo '<style>
body.block-editor-page.avia-advanced-editor-enabled.avia-block-editor-expand.is-fullscreen-mode .interface-interface-skeleton__sidebar {
display: block !important;
z-index: 99999 !important;
}
</style>';
}
Best regards,
Ismael
Thanks Ismael,
I have restored the archives to a date before the update, so I do keep waiting for the new patch for updating Enfold.
Thank you very much.
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Rikard
you can close the topic
Thanks