Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1073884

    Hello,
    I must have clicked anywhere that I can´t remember and now I do have this code on my GUI.
    Where does it comes from and how to hide? If I scroll down I can edit and work in the “Avia Layout Architect”
    JS
    Pls. look here:
    https://www.dropbox.com/s/sp2uhvjdsfqwx5i/Code%20Enfold%20Hide.jpg?dl=0

    • This topic was modified 5 years, 8 months ago by JS.
    #1074194

    Hey Tom,

    Please select to use the Classic Editor on the main page of the theme options.

    Best regards,
    Rikard

    #1074417

    Rikard, thanks, but what is the main page of the theme options? Perhaps in german?!
    JS

    #1074505

    …and…can it be that this switch away from the Classic Editor is the reason that I can´t see and edit anymore in a text element the text?
    JS
    P.S.: ..still not found the way back to the Classic Editor…

    #1075279

    Hi,

    If you click Enfold in the WordPress menu then that will take you to the main page of the theme options. Scroll down the page and it will be the last option on the page.

    If you are running a version lower than 4.5.2 then you will have to update to that or higher to be able to see that option. If you want to disable the WordPress block editor then you can add this to your functions.php file:

    // 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

    #1075408

    Hi,
    “thanks”.
    The “last option on the page” is “Wartungsmodus” or do you mean “Theme Update” as “last option on the page”. Don´t know who to find there “select to use editor” like you suggested in your first answer post.
    JS

    https://www.dropbox.com/s/vz2qb7i0jqx68r5/wegweg.jpg?dl=0

    #1075807

    Hi,

    Thanks for the screenshot, did you read my comment on the version you are running? You will need to update to 4.5.2 or higher if you want that option.

    Best regards,
    Rikard

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