Forums
(@regen)
13 years, 6 months ago
I tested the page with IE9 but I couldn’t find the problem. Please tell me more detail.
You can add the button in the plugin settings page:
Start tag: <span style=”color:#abcdef”> End tag: </span>
14 years, 5 months ago
Please report the problem in detail.
14 years, 6 months ago
Are you using a plugin which rearranges javascripts? This plugin requires its script to be loaded at the header.
Thanks for your idea! It was included in the version 1.2.3.
15 years ago
The code tag cannot run any program such as Javascript. Instead, the script tag is used for this purpose. The code tag is used for showing that its content is not text but code. WordPress removes the script tags so there is no security problem.
Thank you for your great bug report! I’m sorry for late bug fix. I fixed the bug by the solution 2 in the version 1.2.2.
15 years, 9 months ago
Please delete these lines in your .htaccess:
RewriteEngine on RewriteRule ^(.*)\.css$ /path-to-wp/wp-content/plugins/script-compressor/jscsscomp.php?q=$1.css [NC,T=text/css,L]
The lines might cause the error.
16 years, 6 months ago
Does the bug appear on the latest version? In that case, please teach in detail.
The same bug appear on my WordPress. I fixed the rewrite condition in the version 1.4.4. Please check it.