Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1425007

    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

    #1425052

    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

    #1425105

    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.

    #1425119

    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

    #1425126

    Hi Rikard
    you can close the topic
    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Article settings bar disappeared’ is closed to new replies.