Hi
for me the content is back, i just commented lines 1290 to 1304 in :
wp-content/themes/salient/js/init.js
like this :
/***************** Column Hover BG ******************/
// function columnHoverBG() {
// $('.wpb_column[data-hover-bg^=#]').each(function(){
// var $originalBG = $(this).css('background-color');
// $(this).hover(function(){
// $(this).stop(true,true).css('background-color',$(this).attr('data-hover-bg'));
// },function(){
// $(this).stop(true,true).css('background-color',$originalBG);
// });
// });
// }
// columnHoverBG();
I hope it can help !!
??