Hi, I love the Enfold theme but I am having real troubel with a new site. It is an ecommerce site and the product description box – you just can’t edit product desriptions at all. I have reinstalled the theme but still can’t get it to work. i am using the latest version of the theme. Can you help?
Hey natashacs!
Add this to your wp-config.php file.
define( 'CONCATENATE_SCRIPTS', false );
And then let us know when your done so we can take another look.
Best regards,
Elliott
Hi – this seems to have worked. What does this code mean and do? Will it always have to stay on site for woo commerce to work properly? thankyou!
Hi!
Wordpress will sometimes bundle all of the scripts into one to help optimize the dashboard but you were getting a bunch of errors. Not really sure why, maybe there was a wrong version somewhere or a dependency was missing or something.
I would just leave it in there as it’s not going to hurt anything. Your dashboard might load a little bit slower but it’s not going to be noticeable at all.
Best regards,
Elliott
Hi,
It disables JavaScript concatenation: http://www.codeforest.net/14-wordpress-configuration-file-tricks
Best regards,
Rikard