[ Wordpress ] Cforms and Qtranslate problem
Hi,
When you submit a form with cforms and you use the qtranslate plugin, it automatically goes to the back to the default language page, and the form does not submit. Are you having this issue? The solution is below
Wordpress rich text editor issues
Are you having issues with the wp-admin backend of Wordpress? Is your rich text editor broken? or are some style elements not quite what they're supposed to be?
Try downloading the wordpress package from Wordpress.org ,
delete the wp-admin / wp-includes directory from your FTP,and reupload the correct files.
If you're still getting javascript errors ( like a broken editor, stuck in Visual mode with white text) , you could try adding the following to your wp-config.php
define('CONCATENATE_SCRIPTS', false );
ordefine('SCRIPT_DEBUG', true);