My problem was in the wp-config.php file I had line that looks like below
define(‘WP_CONTENT_URL’, ‘/wp-content’);
I commented it out like this and it works fine now.
//define(‘WP_CONTENT_URL’, ‘/wp-content’);
Thanks again Stefano for the great plugin and help.