Theme Installation
There are two ways to install the Monogram theme on your WordPress site: through the WordPress dashboard (recommended) or via FTP/SFTP for manual upload.
Make sure you have the monogram.zip file ready. If you downloaded the full package from ThemeForest, unzip it first and locate the monogram.zip file inside. See [Initial Download](initial-download) for details.
#Method 1: WordPress Dashboard Upload (Recommended)
This is the easiest and fastest method.
- Log in to your WordPress admin dashboard.
- Go to Appearance > Themes.
- Click the Add New button at the top of the page.
- Click the Upload Theme button.
- Click Choose File and select the
monogram.zipfile from your computer. - Click Install Now.
- Wait for the upload and installation to complete. This may take a minute depending on your server speed.
- Once installed, click Activate to activate the Monogram theme.
If you see an error like "The uploaded file exceeds the upload_max_filesize directive in php.ini," your server upload limit is too low. See [Server Requirements](server-requirements) for instructions on increasing PHP limits, or use the FTP method below.
#Method 2: FTP/SFTP Upload
Use this method if the dashboard upload fails due to file size limits, or if you prefer manual control.
- Unzip the
monogram.zipfile on your computer. You should see a folder namedmonogram. - Open your FTP/SFTP client (such as FileZilla, Cyberduck, or Transmit).
- Connect to your web server using the FTP credentials provided by your hosting provider.
- Navigate to the
/wp-content/themes/directory on your server. - Upload the entire
monogramfolder into thethemesdirectory. - Wait for all files to finish uploading.
- Go to your WordPress dashboard and navigate to Appearance > Themes.
- Find the Monogram theme and click Activate.
#After Activation
Once Monogram is activated, you will see:
- A notification bar at the top of your dashboard prompting you to install required plugins. This is the TGMPA plugin installer - follow the prompts to install JKDEVKIT, Advanced Custom Fields PRO, Kirki, and Elementor.
- The Monogram theme listed as your active theme under Appearance > Themes.
#Troubleshooting
#"Are you sure you want to do this?" error
This usually means the .zip file is too large for your server upload limit. Try:
- Increasing
upload_max_filesizeandpost_max_sizein your PHP settings (see Server Requirements). - Using the FTP method instead.
#"The package could not be installed. The theme is missing the style.css stylesheet" error
You are uploading the wrong file. Make sure you are uploading monogram.zip (the installable theme), not the full package .zip downloaded from ThemeForest. Unzip the full package first and find monogram.zip inside.
#White screen after activation
This is typically a PHP memory issue. Increase your PHP memory limit to at least 256 MB (see Server Requirements).
#Theme appears broken or unstyled
Make sure you have installed and activated all required plugins (JKDEVKIT, ACF PRO, Kirki, Elementor). The theme relies on these plugins for its core functionality.
#Next Steps
After installing and activating the theme:
- Activate your license to enable automatic updates and bundled plugins.
- Install the required plugins via the TGMPA notification.
- Import demo content to get started quickly.
Last updated
Was this article helpful?
Resources
On this page
- Method 1: WordPress Dashboard Upload (Recommended)
- Method 2: FTP/SFTP Upload
- After Activation
- Troubleshooting
- "Are you sure you want to do this?" error
- "The package could not be installed. The theme is missing the style.css stylesheet" error
- White screen after activation
- Theme appears broken or unstyled
- Next Steps