Comments 2Stefano started the conversationOctober 7, 2016 at 2:19pmHi, I can't upload the theme on the website. Once I upload the theme on the website, everything disappear and I can't work anymore. I have to reinstall everything or not use the theme. 8,996Tahir repliedOctober 7, 2016 at 2:30pmHey Stefano,Add this to wp-config.php via FTP after the WP_debug line : define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) ); define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) ); define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '128M' ); Also set WP_DEBUG to true . And then check if the Theme works or not.Thanks ThemeNectar Support Team Sign in to reply ...
Hi, I can't upload the theme on the website. Once I upload the theme on the website, everything disappear and I can't work anymore. I have to reinstall everything or not use the theme.
Hey Stefano,
Add this to wp-config.php via FTP after the WP_debug line :
Also set WP_DEBUG to true .
And then check if the Theme works or not.
Thanks
ThemeNectar Support Team