Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mauroattardi

    (@mauroattardi)

    Update: i receved the following alarm

    Detalles del error
    ==================
    Se produjo un error del tipo E_COMPILE_ERROR en la línea 76 del archivo /home2/viulabic/public_html/viulabici.com/wp-content/themes/neve/functions.php. Mensaje de error: require_once(): Failed opening required ‘globals/utilities.php’ (include_path=’.:/opt/alt/php70/usr/share/pear’)

    Hi,

    Not sure what happened on your site, but from the look of the error, it looks like there’s a file missing in the theme on your server (maybe you’ve deleted it somehow, or something else on your server caused this).
    If you can, using FTP you can check the main neve folder for a globals subfolder, in which a utilities.php file should be.
    If it’s not there you can try to add it from here https://github.com/Codeinwp/neve/blob/master/globals/utilities.php
    Let me know, there are possible other files missing as well.

    Regards,
    Rodica

    Thread Starter mauroattardi

    (@mauroattardi)

    Hello
    I have the file in /public_html/viulabici.com/wp-content/themes/neve/globals

    I have replaced the utilities.php you gave me but nothing changes

    Thank you

    Thread Starter mauroattardi

    (@mauroattardi)

    I have updated the theme and deleted the last plugin installed but I still have the same problem

    Hi @mauroattardi,

    I think I managed to understand what the problem is. I think you have this code in Appearance > Customize > Additional CSS which is making the images to not show up. Can you please check that, and try to remove the code and let me know if it’s ok?

    .single img {
        display: none;
    }

    Regards,
    Rodica

    Thread Starter mauroattardi

    (@mauroattardi)

    it works!! thank you so much!!!!!
    Just out of curiosity, do you have any idea why this code has been added?

    In an older version of the theme, one of the templates had this code at some point, not sure why it stayed there.
    But I’m glad we managed to find the problem in the end 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Impossible to updload images in a Blog Article’ is closed to new replies.