---
title: "CSS  and JS are not loading on IDE site"
date: "2022-01-28T00:27:56+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/93481-css-and-js-are-not-loading-ide-site"
id: "d2beadda-d06d-4491-ada8-5f7fc4b3e5d5"
---

Table of contents will be added

**Issue**
---------

When you will open your IDE site, you may see that all the theming is missing from the site. 

**Resolution**
--------------

This issue happens because the IDE uses `https` and the resources(CSS & JS) are called using `http`. To resolve this issue, you need to remove the `https` from the IDE URL and load it with `http`.  Changing the Web IDE address to `http://...` (removing the `s`) will solve this.

**Cause**
---------

This issue is occurring with Drupal 7 sites only because of mixed content issue, detailed information regarding this is available here https://www.drupal.org/https-information