Hello Everyoen,
Me too face a similar problem,the images and the plugins does’nt work in my livesite,the site:(http://punnakai.com/preview).I have pasted these codes into my phpmyadmin,as a sql query(but does’nt reflect any change).
UPDATE wp_posts SET post_content = REPLACE (post_content, ‘src=”http://www.oldsiteurl.com’, ‘src=”http://yourcdn.newsiteurl.com’);
UPDATE wp_posts SET guid = REPLACE (guid, ‘http://www.oldsiteurl.com’, ‘http://yourcdn.newsiteurl.com’) WHERE post_type = ‘attachment’;
(i have replaced the oldsite site url&new site url with mine)
Also am puzzled what is your cdn here?