Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1046238

    Dear all,
    I installed update of wordpress and in my pages are this code:


    etc…..

    After I try to update of enfold but my site gone offline :( The system reply to me that the file style.css is bad.

    How Do I solve this issue?

    Thank you for your support
    Angelo

    #1046455

    Hey angelo82,

    Here is a link for you to consider
    https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error

    Best regards,
    Victoria

    #1046598

    Hi Victoria,
    thank you for your update.
    I try to install a new template but the system reply:

    Installazione tema dal file caricato: themeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme.zip
    Scompattamento del pacchetto…
    Installazione del tema…
    La directory di destinazione esiste già. /home/enotecac/public_html/wp-content/themes/enfold/
    Installazione del tema fallita.

    Could you check it please?

    Thank you for your support
    Angelo

    #1048042

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1048446
    This reply has been marked as private.
    #1049133

    Hi,

    Thanks for that, do you want to keep the Gutenberg editor? If not then you can disable it using this code in 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);

    You could also try to use this plugin to see if it helps: https://wordpress.org/plugins/classic-editor/

    Best regards,
    Rikard

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