Поддержка Проблемы и решения Выручайте!!! Вставить слайдер в шапку не получилось

  • Пыталась вставить код на слайдер. Случайно удалила исходный код (который писал верстак), восстановить никак не могу, так как обновила страницу. Выручайте, очень нужна помощь!

    Сейчас это выглядит вот так (на месте удаленно участка слово ЗАТЫК)

    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <title><?php bloginfo('name'); ?><?php wp_title('/'); ?></title>
    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
    <link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/fonts.css">
    <link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css">
    <link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/jquery.fancybox.css">
    <!-- jQuery n UI -->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.fancybox.pack.js"></script>
    <script type="text/javascript">
      $(document).ready(function() {
       $(".fancy").fancybox({'maxWidth': 900});
      });
    </script>
    <?php wp_head(); ?>
    </head>
    <body>
    
    <?php if ( is_home() ) { ?>
    <div id="lightbox">
     <button class="close"></button>
     <div class="wraper">
     <?php wp_nav_menu( array( 'theme_location' => 'menu', 'menu_class' => '', 'container' => '', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>
     </div>
    </div>
    
    <!-- Чердак -->
     <div id="div id="header" class="full-hght"
     ЗАТЫК-ЗАТЫК-ЗАТЫК
     </div>
     <a href="/"><img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" height="367" width="295" alt="logo"></a>
      <div class="menu-btn"><button>Узнать больше </button></div>
      <a href="#content">Подробнее о студии</a>
    
    <!-- /Чердак -->
    
    <?php } else {?>
    <!-- Чердак -->
    <div id="top">
     <div class="wraper">
     <a href="/"><img src="<?php echo get_template_directory_uri(); ?>/img/logo-middle.png" height="154" width="124" alt="logotext"></a>
     <?php wp_nav_menu( array( 'theme_location' => 'top', 'menu_class' => '', 'container' => '' ) ); ?>
     </div>
    </div>
    <!-- /Чердак -->
    <?php } ?>

  • Тема «Выручайте!!! Вставить слайдер в шапку не получилось» закрыта для новых ответов.