Forums
Forums / Fixing WordPress / widget problem
(@vpsingh)
10 years, 11 months ago
sir, i have a problem with wordpress when adding widget on sidebar but it cannot be add, how it can be resolve it plese tell me about this
(@macmanx)
Try adding define('CONCATENATE_SCRIPTS', false); to your wp-config.php file just below the define('DB_HOST' line.
define('CONCATENATE_SCRIPTS', false);
wp-config.php
define('DB_HOST'
To do so, access your server via FTP or SFTP and edit the file with a plain text editor.
https://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_Concatenation
The topic ‘widget problem’ is closed to new replies.