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

    Hello. I am working with Enfold 4.5.1 and WordPress 5.0.3
    Since the last wordpress update it has become really problematic working with the advanced builder! WP now offers several scroll-bars and the ALB elements now occupy the entire top of the workspace. I cannot simply drag and drop the items from the builder anymore, because of the scroll bars…. By double clicking on the element I want to ad the element is added to the end of the page, i know. So if I have a long page with several items it becomes extremely tiresome to move the element up to the position I want to have it.
    Is there any solution to this?

    #1063650

    I would like to attach a screenshot to what happens to the scroll if I try to drag and drop (the ALB stops mid screen). But I cannot see how to attach a Jpeg here.
    I have unactivated all plugins.

    #1063959

    Hi,

    Could you try to update to the latest version of the theme (4.5.3), then select to use the Classic Editor in the the main page of the theme options to see if that helps please? You could also try this in your functions.php file in order to disable the Gutenberg editor if you don’t want to update:

    // disable for posts
    add_filter('use_block_editor_for_post', '__return_false', 10);
    
    // disable for post types
    add_filter('use_block_editor_for_post_type', '__return_false', 10);

    Best regards,
    Rikard

    #1064533

    Thanks, it worked! I was actually already running version 5.0.3 (don’t realize) but this trick solved it!

    #1064691

    Hi metafora29,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘ALB: Problems with drag and drop after WP update’ is closed to new replies.