Why Images not loading (missing) after theme activation?
🖼️ Fix Missing Images After Theme Activation
Troubleshooting Guide – MagicAI Themes
⚠️ Problem
After activating a theme, images may not load or appear broken. This usually happens due to incorrect folder permissions.
✅ Solution
Set the correct permission for the themes folder:
/public/themes/
Set permission to one of the following:
- 0700 (Recommended for security)
- 0777 (Use if 0700 does not work)
✅ After setting correct permissions, refresh your website and images will load properly.
📂 How to Change Folder Permission
- Login to your hosting control panel or FTP
- Navigate to the folder: /public/themes/
- Right-click → Select Permissions
- Set permission to 0700 or 0777
- Save changes
- Refresh your website
📚 Official Documentation
For additional help, visit official MagicAI documentation:
🎉 Issue Resolved
Your theme images should now load correctly after fixing folder permissions.