Есть скрипт который выдает ошибку at HTMLDocument. (ST_admin_script.js?ver=1.0.7:899) и ограничивает работу ajax в админ панеле вордпреса, удалив его все ок. 
Не подскажешь что может быт не так в нем.  899 строка это 
}).tooltip('open'); 
// tool tips
		$('.evost_lightbox').tooltip({
			selector:'[tip]',
			items:'[tip]',
			tooltipClass: "evost_tooltip",
			content: function(){
				return $(this).attr('tip');
			},
			position: {
		        my: "center bottom-20",
		        at: "center top",
		        using: function( position, feedback ) {
		          $( this ).css( position );
		          $(this).addClass(feedback.vertical);
		          $(this).addClass(feedback.horizontal);
		        }
		      }
		}).tooltip('open');