Title: Changes to script id causes issue
Last modified: June 5, 2023

---

# Changes to script id causes issue

 *  Resolved [Maximus010](https://wordpress.org/support/users/maximus010/)
 * (@maximus010)
 * [3 years ago](https://wordpress.org/support/topic/changes-to-script-id-causes-issue/)
 * Hello,
   We are using Firebox plugin to make popups on our site. After installing
   WP Super Cache we have run into an issue. I know what the problem thank to the
   help of de developer of Firebox. But I do not have the knowledge to resolve it.
   The issue is here:
 * > <script id=’firebox-js-after’>FireBox #4061 Actions Start –>
 * It should be:
 * > <script id=’firebox-js-after’>**<!–** FireBox #4061 Actions Start –>
 * Notice the bold text before “FireBox”. This makes it a comment as it should have
   been, so the browser will always ignore it.
 * How can we fix this?
 * With regards,
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanges-to-script-id-causes-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Daniel](https://wordpress.org/support/users/ihenetudan/)
 * (@ihenetudan)
 * [3 years ago](https://wordpress.org/support/topic/changes-to-script-id-causes-issue/#post-16809203)
 * Hi [@maximus010](https://wordpress.org/support/users/maximus010/)
 * Are you reporting that WP Super Cache is responsible for for changing what should
   be
 *     ```wp-block-code
       <script id=’firebox-js-after’><!– FireBox #4061 Actions Start –>
       ```
   
 * to
 *     ```wp-block-code
       <script id=’firebox-js-after’>FireBox #4061 Actions Start –>
       ```
   
 * WP Super Cache works by creating static HTML files of your dynamic WordPress 
   content. When a visitor accesses your site, WP Super Cache serves up the lighter
   HTML file instead of processing the heavier, more complex PHP scripts that WordPress
   typically requires.
 * In other words, by default, WP Super Cache shouldn’t be altering the content 
   of your scripts or HTML—its primary function is to cache the output generated
   by your WordPress site’s PHP scripts.
 * Could you tell us what WP Super Cache settings you have enabled?
 *  Plugin Support [Tamirat B. (a11n)](https://wordpress.org/support/users/tamirat22/)
 * (@tamirat22)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-script-id-causes-issue/#post-16827735)
 * Hello [@maximus010](https://wordpress.org/support/users/maximus010/)
 * Do you have updates about that? We usually close inactive threads after one week
   of no activity, but we want to make sure we’re all set before marking it as solved.
   Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changes to script id causes issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Tamirat B. (a11n)](https://wordpress.org/support/users/tamirat22/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/changes-to-script-id-causes-issue/#post-16827735)
 * Status: resolved