Technical Topics
Recommended Hosting and Server Configuration
For best performance, we recommend:
PHP Memory Limit: 256MB+
Max Execution Time: 300
Upload Max Filesize: 128MB
Latest stable PHP version
Avoid low-cost shared hosting for complex themes or plugins.
Fixing Common CSS and Layout Issues
Layout issues are usually caused by:
Cache plugins
Page builders conflicts
Custom CSS overrides
Solutions:
Clear all caches
Disable minification
Check responsive settings
How to Enable WordPress Debug Mode (WP_DEBUG)
To enable debug mode:
Open wp-config.php
Find the line:define('WP_DEBUG', false);
Change it to:define('WP_DEBUG', true);
This helps identify errors during troubleshooting.
Common Installation Errors and How to Fix Them
“Stylesheet is missing”
You uploaded the wrong ZIP file. Make sure you upload the theme ZIP, not the full package.
“Plugin installation failed”
Check:
PHP version
File permissions
Server upload limits