Hello, I fixed it. The problem was- my cu3er slider not loaded. The reason was in config.php file.
Here is the solution:
Just before require_once('../../../../wp-config.php');
you must put @
simbol:
`@require_once(‘../../../../wp-config.php’);’
Look here: