Answer the question
In order to leave comments, you need to log in
Why can't the theme load in WordPress?
WP Console - Appearance - Themes - Upload New - My Theme Archive.
Although the archive weighed only 6 mb, but WP did not let it through, citing the limit being exceeded.
See screenshot:
I logged out of the isp-manager panel (because user1 has no way to access this file) and logged in as root. Next to the directory: /etc >>> php.ini
upload_max_filesize=2M >>> change to >>> upload_max_filesize=32M
post_max_size=8M >>> change to >>> post_max_size=32M
max_input_vars = 1000 >>> left by default
# increase file upload limits
php_value upload_max_filesize 32M
php_value post_max_size 32M
Answer the question
In order to leave comments, you need to log in
Just upload it via ftp to the themes directory.
https://wordpress.org/support/topic/how-to-install...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question