regen
Forum Replies Created
-
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>Forum: Plugins
In reply to: [Comment Form Quicktags] [Plugin: Comment Form Quicktags] nothingPlease report the problem in detail.
Are you using a plugin which rearranges javascripts?
This plugin requires its script to be loaded at the header.Forum: Plugins
In reply to: [Plugin: Comment Form Quicktags] Loading of js and css in headThanks for your idea!
It was included in the version 1.2.3.Forum: Plugins
In reply to: [Plugin: Comment Form Quicktags] What is purpose of the code tag?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.Forum: Plugins
In reply to: Using Comment Form Quicktags with wp-admin folder password protectedThank 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.Forum: Plugins
In reply to: [Plugin: Script Compressor] Gives 505 internal ErrorPlease 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.
Forum: Plugins
In reply to: [Plugin: Script Compressor] Conflicts with Flash viewerDoes the bug appear on the latest version? In that case, please teach in detail.
Forum: Plugins
In reply to: [Plugin: Script Compressor] Messes Up JS Functionality On BlogDoes 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.