- Getting Started With Starter Templates
- Install Starter Templates
- Premium Starter Templates – Install and Activate License
- Building Your Website With Starter Templates
- How to import Starter Templates with WP CLI Command
- Starter Templates — FAQs and Basics
- Understanding Starter Templates Compatibility Across Themes
- Starter Templates – Patterns
- Why You Need to Connect Starter Templates with ZipWP AI Website Builder
- Create Multilingual WordPress Websites with Starter Templates
- Getting Started With Starter Templates
- Starter Templates Importing
- How to Import A Complete Site With Starter Templates?
- How to Import Single Page With Starter Templates?
- Importing Gutenberg Pages, Patterns, and Kits
- Starter Templates – Elementor Popup
- How to Fix Starter Template Importing Issues
- Building Your Website With Starter Templates
- Starter Templates FAQs
- How to Import A Complete Site With Starter Templates?
- How to Import Single Page With Starter Templates?
- Can I Import Starter Templates Site on Existing Website?
- Importing Gutenberg Pages, Patterns, and Kits
- How to Fix Starter Template Importing Issues
- How to Fix Operation Timed Error While Importing a Starter Template?
- How to Fix Blocked Requests Error While Importing a Starter Template?
- How to Fix 5XX Error While Importing a Starter Template?
- Starter Templates Importing
- How to import Starter Templates with WP CLI Command
- Starter Templates – Free Images from Pixabay
- Starter Templates – Restore Customizer Backup
- Mountain Template With Elementor Theme Style
- Filter to Remove Starter Templates Button on Post Types
- How to Enable/Disable Elementor While Importing Starter Templates
- How to Set Block Editor as the Default Page Builder In Starter Templates
- How to Set Up Your E-Commerce Store With Starter Templates
- How to Enable Single Page Import Button with White Label
- How to Process Refund Requests?
- How To Reset WordPress Installation?
- XMLReader Support Missing – Starter Templates
- cURL Support Missing – Starter Templates
- Required File Permissions Missing – Starter Templates
- Disable Debug Mode – Starter Templates
- Update Required Plugins – Starter Templates
- Starter Templates — FAQs and Basics
- Starter Templates – Required plugins missing
- Plugin Installation Failed – Multisite
- System Requirements – Starter Templates
- Can’t See Newly Added Templates in Starter Templates Library?
- How to Fix Starter Template Importing Issues
- How to Fix Operation Timed Error While Importing a Starter Template?
- How to Fix Blocked Requests Error While Importing a Starter Template?
- How to Fix 5XX Error While Importing a Starter Template?
- Could not store XML file in /wp-content/ folder?
- Starter Templates FAQs
- The blank screen in the Customizer area
- Error 406 while importing Starter Templates on your WordPress website
- WP_Error-cURL error 7: Failed to connect to websitedemos.net
- cURL error 60: unable to install Astra Pro plugin
- We are facing a temporary issue in importing this template
- Curl Support Missing Error – for the Administrators
- How to Resolve Update Failed: -1 issue with Starter Templates plugin?
- XMLReader Support Missing – Starter Templates (For the Administrators)
- Page Not Found Error When Accessing Starter Templates
The blank screen in the Customizer area
The blank screen in the customizer area is a common scenario if you have resource exhaustion.
Reasons
There could be multiple reasons why this could be happening. In this document, we will provide you with the guidelines of why this could happen and how to resolve this. The most common reasons are:
- Low PHP memory limit
- Low resources allocation on your account by your hosting provider
- Poor performance on your hosting account
- Resource limit exhaustion
Let’s talk about how to fix these issues.
Step 1: Back to basics
The first and foremost step to resolve this issue is to deactivate all plugins temporarily and see if that solves the problem. Then, activate plugins to see which plugin is causing the problem. If this is related to a plugin which is causing conflict, you can either deactivate the plugin permanently or contact the plugin creator for a solution.
It is also a good idea to check if the issue is related to the theme. Please try switching to another theme, like Twenty Twenty -One, and check whether the issue persists. If yes, then it is not the theme causing the error.
Step 2: PHP memory limit
Once you have confirmed that the issue is not related to a plugin or the theme, you will need to check the PHP memory limit of your website. Please navigate to the Tools>Site Health.
Click on the Info tab
Scroll down to the server option and ensure that the PHP memory limit is set to a minimum of 256M and the upload max file size is set to 60M.
In case if the above settings are not updated on your website, you can either change it by logging into the control panel of your hosting account or contact the hosting provider and they will change it for you.
Step 3: Low resources
Most of the time, the hosting providers set lower resources that you are eligible for in your account which might result in the customizer being blank. Please contact the hosting provider and ask for the maximum resources to be allocated to your account. This will ensure that you never run out of resources when the website is trying to load on the server.
Step 4 : Resource Limit Exhaustion
If everything is working fine and you are still facing this error, it would be that your website exceeds the Apache server limit. In this case, you will need to edit the htaccess file and add the following code to it. You can either do this from the control panel of your hosting provider or FTP Client. We highly recommend that you take a backup of your website before editing the htaccess file manually. Here is an article that will explain how to take a backup of your website.
Editing .htaccess File From cPanel
Log into your hosting account, navigate to cPanel and select File Manager.
From the File Manager, go to the public_html folder. The .htaccess file is located in this folder. When you find it, right-click and select Edit.
Add the following code onto your htaccess file and click on save and close.
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10m
</IfModule>
This should resolve the issue and you will get the customizer options on your website.
We don't respond to the article feedback, we use it to improve our support content.