• Resolved Maximus010

    (@maximus010)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @maximus010

    Are you reporting that WP Super Cache is responsible for for changing what should be

    <script id=’firebox-js-after’><!– FireBox #4061 Actions Start –>

    to

    <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)

    (@tamirat22)

    Hello @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.