It’s a server execution time related issue. You can contact with your host provider to increase script execution time. There are three ways you can fix that issue.
- Way 01: Unzip theme folder & files. Then using FTP upload it in wp-content/themes folder.
- Way 02: You’ll find ‘plugins’ folder inside reddrop-buddies theme. Which contain all the required plugins. Just bring it out from reddrop-buddies theme folder then zip the theme folder and upload it like regular WP theme.
- Way 03: Go to your site root directory and you’ll get a .htaccess file. Open it and paste following lines of code.
php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300
Note: Here we’ve used reddrop-buddies.zip as an example for our Reddrop Buddies – Blood Donation Activism & Campaign WordPress Theme