Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1462209

    Hi,

    I recently updated several websites to WordPress 6.6. The ones that have block editor selected in Enfold Theme Options are no longer showing the Advanced Layout Editor button on posts and pages. Pages that I previously built with the Advanced Layout Editor can still be edited, but the “Default Editor” button is not there. And I can’t use Advanced Layout Editor on new pages. I have a couple sites that have the Classic Editor selected in Enfold Theme Options and those are still working normally. Unfortunately, I have to use the block editor for the other sites because I have plugins that require it.

    Is this a known issue? I couldn’t find another post about it.

    Thanks for your help!
    Keri

    #1462231

    I have the same problem, I updated to WordPress 6.6 and lost the Advanced Editor.

    Regards, Ian

    #1462238

    I have a same issue for my site when i update to wordpress 6.6, the enfold advance layout builder is gone

    #1462239

    I have also updated to the latest version of WordPress 6.6 and the latest version of Enfold. Now I can no longer edit the content on my pages. When I use the Enfold editor, I see some kind of vague HTML code instead of the original text content. Looks like its broken.

    • This reply was modified 1 month, 3 weeks ago by Onliner.
    • This reply was modified 1 month, 3 weeks ago by Onliner.
    #1462244

    Hi,

    Sorry for the problem. We are aware of this and we’re going to release a bug fix release as soon as possible. As a temporary solution, please use the Classic Editor under Enfold->Theme Options for now.

    Best regards,
    Rikard

    #1462253

    try to start in that mode with the “automatic” click on that unseen button:

    function trigger_alb_on_load(){
    ?>
    <script>
    (function($){
        $(window).on('load', function(){
          setTimeout(function() {
            $("#avia-builder-button").trigger('click');
          }, 300);
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');
    #1462254

    Where should I have to place this content in enfold theme

    #1462257

    Hi,

    We have released a bug fix, please update to Enfold 6.0.2: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update

    Best regards,
    Rikard

    #1462260

    Hi Rikard, thanks for the crazy fast support!

    #1462264

    Hi Onliner,

    I’m glad that we could help, and sorry again for the problem.

    Best regards,
    Rikard

    #1462269

    a note : my Wordfence scan shows that after the last WP update, old files from the previous version remained in the folders – and these are mainly related to the editor files!

    #1462276

    @Guenni007 I’ve seen also in one of my sites,, Deleted the four files by Wordfence..

    #1462277

    Thank you, the Enfold update has fixed the problem

    #1462279

    Thank you for the quick big fix! This is why I love this theme.

    #1462346

    Thanks for quick response, now its working in enfold 6.0.2 updated theme

    #1463087

    Hi all! Sorry, but when I try to edit one page, I get white blank page…
    I update to 6.0.2 enfold, have wp 6.6.1.
    In the web console I have so much error:
    web console errors

    #1463096

    Hi plichtovav,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

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