How To Download
Just Go to My Account –> Download section
Go to any Product Page. Download Area Separately Provide to Download Products File.
1. Download the latest .zip file for the theme.
2. Log into your WordPress website.
3. Go to “Appearance”>“Themes.”
4. Click the “Add New” button at the top of the page.
5. Click the “Upload Theme” button at the top of the page.
6. Select the .zip file with the updated version of the theme.
7. Click the “Install Now” button.
1. Download the latest .zip file for the Plugin.
2. Log into your WordPress website.
3. Go to “Plugins”>“Add New.”
5. Click the “Upload Plugin” button at the top of the page.
6. Select the .zip file with the updated version of the Plugin.
7. Click the “Install Now” button.
Solution: This error occurs when the file you’re trying to upload exceeds the server’s file upload limit. To fix this:
- Access your hosting control panel: Log in to your hosting control panel (usually cPanel) or contact your hosting provider for assistance.
- Modify PHP settings: Look for the “PHP Options” or “Select PHP Version” section. Increase the
upload_max_filesize
andpost_max_size
values to accommodate your file size. - Retry the upload: After making the changes, try uploading your theme or plugin again.
Solution: This error occurs when you try to upload a theme incorrectly. To fix this:
Make Sure to Upload the Theme File In “Appearance” > “Themes” not In Plugin. Also Check your Upload or Installation is the Theme, not the Plugin.
- Unzip the file: Make sure you’ve unzipped the theme folder you downloaded from the source.
- Check the contents: Inside the folder, ensure you see the
style.css
file. If not, you may have downloaded the wrong file. - Install correctly: Go to your WordPress admin panel, navigate to “Appearance” > “Themes” for themes, and click the “Upload Theme” button. Upload the correct zip file.
Solution: This error occurs when WordPress can’t create the necessary directories. To fix this:
- Check permissions: Ensure that the directory where WordPress is installed has the correct permissions (usually 755 for directories and 644 for files). You might need to use an FTP client to adjust permissions.
- Create directories manually: If you can’t change permissions, create the required directories (e.g.,
wp-content/plugins
for plugins orwp-content/themes
for themes) manually using your FTP client. - Retry installation: Go back to your WordPress admin panel and try installing the plugin/theme again.