Dear @muhammaddzaki
I’m sorry to hear that you’re facing an issue with the theme import. Getting stuck at 65% during the installation of demo content can sometimes happen. Here are a few steps you can try to resolve the issue:
1. Check your Internet Connection: Ensure that you have a stable and reliable internet connection. A slow or unstable connection might cause interruptions during the import process.
2. Increase PHP Memory Limit: Sometimes, the import process requires more memory. You can try increasing the PHP memory limit by adding the following code to your wp-config.php
file: define(‘WP_MEMORY_LIMIT’, ‘256M’);
3. Timeout Issues: Importing large demo content might exceed the server’s execution time. You can try increasing the maximum execution time by adding the following code to your wp-config.php
file: set_time_limit(300);
4. Check Server Logs: Check your server logs for any error messages. They might provide insights into what’s causing the import to get stuck.
5. Contact Theme Support: If the issue persists, it’s advisable to reach out to the theme’s support team. They can provide specific guidance and assistance tailored to the theme you’re using.
If you continue to experience issues, please provide more details about your setup, and I’ll do my best to assist you further.