- Section
- Troubleshooting: Missing Icons
- Spectra Patterns
- Contact Form 7: Multiple Column Fields
- Contact Form 7: Checkbox / Radio / Acceptance Control
- Unable To Style Contact Form 7
- Tab Index For Multiple Gravity Forms
- Getting Started With Spectra
- Exclude Heading From TOC
- Block Display Conditions
- Import Single Pages, Templates, & Block Patterns
- Enable/Disable Design Library Button
- Copy & Paste Style
- Container Flex Property
- Default Content Width
- Blocks Editor Spacing
- Collapse Panels
- Responsive Conditions
- Dynamic Content Extension
- Site Visibility
- Spectra Actions: Clear Cache
- Quick Action Bar
- Add Multiple Instagram Accounts
- Grid Builder
- Move Title Bar To Top
- Resolving Container Layout Conflicts
- Register High-Privileged Users
- User Roles Access To AI
- Database Update Instructions (Below 2.0.0)
- FAQ's: VIP Priority Support
- Whitelist Email Address
- Using ACF Repeater Field in Spectra
- Pixabay Image Search Feature
- How to Fix Stretched Spectra Images in WordPress 6.7
- How to Change Breakpoints in Spectra?
- Controlling Access to the Spectra Design Library Based on User Roles
- Multi-Column Form Block Using Utility Classes
- Why Am I Seeing Mixed Content or Non-HTTPS Errors?
- Importing Starter Templates With Spectra
- Getting Started With Spectra
- Manually Install Spectra Via FTP
- Automatic Beta Updates
- Rollback To Previous Versions
- Load Google Fonts Locally
- Activate Spectra Pro License
- Install Spectra Pro
- Translate Strings With Loco Translate
- Process Refund Requests
- Transparent / Sticky Header
- Change Site Logo
- Change Global Styles
- Disable Title on Posts & Pages
- Transparent / Sticky Header For Single Page / Post
- Change Header & Footer Patterns
- Custom / Google Fonts
- Reset Global Default Styling
- Manually Install Spectra One Via FTP
- Enable / Disable Header & Footer On Specific Pages / Posts
Why Am I Seeing Mixed Content or Non-HTTPS Errors?
Mixed content errors occur when a web page loaded over HTTPS tries to load resources (like images, CSS, or scripts) over HTTP. This can create security warnings in browsers and may prevent certain elements from displaying properly.
🔍 Example:
If your secure site is https://example.com
, but it tries to load a file from http://example.com/style.css
, the browser will block it — causing a mixed content error.
What Causes It?
This issue typically happens when your WordPress database still contains old HTTP URLs instead of updated HTTPS ones — especially after adding an SSL certificate.
✅ How to Fix It
You can easily update all URLs in your database using a plugin:
- Install the Better Search Replace plugin from the WordPress plugin directory.
- Open the plugin and:
- In the Search for field, enter:
http://your-site.com
- In the Replace with field, enter:
https://your-site.com
- In the Search for field, enter:
- Select all database tables.
- Uncheck the option that says “Run as dry run”.
- Click Run Search/Replace.
This will update all old HTTP links in your database to use HTTPS.
🧹 Final Step
Once the process is complete and your site is working correctly, you can safely deactivate and uninstall the plugin.
We don't respond to the article feedback, we use it to improve our support content.