Some Known problems when installing WordPress Theme

In the process of installing WordPress Theme, surely not all people can set it up perfectly at the first time. Although each theme released has detailed guide about installation steps. However, sometime there are some practical problems we think you need to know when installing theme. So today Opal WordPress will take time to share you Some Known problems when installing WordPress Theme. See some these notes look quite simple but they are completely essential for us to think it over. Please take time and watch it for our notes below. Like so you can avoid the unnecessary errors positively.
a. The “Broken theme and/or stylesheets missing” error is most common when you install or activate a new theme.
If you get an error saying that the stylesheet is missing, then you have uploaded the wrong folder. Please check that you are uploading the evolution_theme.zip within the Theme Files folder. You have to unzip the package file that you download from Themeforest to find this.

b. Problems with uploading via WP admin panel due Upload limit.
You may check your file upload limit on Your Media Uploader page in WordPress. Depending upon the web hosting company and the conditions of the service they provide it may vary. The most common is about 8 MB which is more or less enough. But uploading some media files like audio and video may become a problem with for example 2 MB upload limit.
We decided to share some tips about how to extend your maximum file upload size in WordPress:

consult solution

1. Through functions.php file:
You may add the below mentioned code in the functions.php file of your theme

@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );

2. Through PHP.INI file:
If you cannot see the php.ini file in your directory create the new one with below mentioned code and upload it to your root folder on your web server.
If you can see the php.ini file then change parameters or add :

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

In case that tip does not work with 64MB, try it with 10MB.
3. Through .htaccess method
You may try modifying the existing .htaccess file in the root directory or creating a new one.
Add the following code in the existing or new .htacess file:

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

You can reset all of the setting for the each page on our custom panel by clicking “Reset” button on the bottom.
In all, these are the basic errors you need to know when installing WordPress Theme. Hoping via this list you can find out them exactly if you meet. For more choices, you can also visit our Portfolio on Themeforest for many other useful multipurpose WordPress Themes. After you purchase our themes and meet any problems, don’t hesitate and contact us via email support: [email protected] or submit a ticket on our system: http://bit.ly/2klTrX2. Our technical team will check and fix them well.
Thanks so much for watching!