Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Доброго времени. Подскажите можно ли как то перенести с стандартного шаблона #1815 самый нижний слайдер на другой шаблон:
<script type="text/javascript"> $(function() { $(".owl-one").owlCarousel({ loop: !0, margin: 0, nav: !1, dots: !1, autoplayTimeout: 5e3, navSpeed: 15e3, autoplaySpeed: 15e3, autoplay: !1, responsiveClass: !0, items: 1, dotsEach: !1, responsive: { 0: { items: 1 }, 600: { items: 2 }, 700: { items: 3 }, 961: { items: 4 } } }), $(".owl-two").owlCarousel({ loop: !0, margin: 0, autoplayTimeout: 15e3, smartSpeed: 500, responsiveClass: !0, items: 1, nav: !0, dotsEach: !1 }); }); </script> <script src="/.s/t/1815/owl.carousel.min.js"></script>
можно установить рядом с кодом слайдера внизу.
3. Стили https://docs.google.com/document/d/16I_KNrbSXqgja4hw2XjsBnC3Qk6n3KYUaSbO6lkqPkc/edit?usp=sharing
<script src="/.s/t/1815/owl.carousel.min.js"></script> продублировали два раза, стили удалили к слайдеру)) Стили верните. С стилей это удалите:
там этого быть не должно, только стили.
Плюс ко всему такая вот беда
Чтобы кнопки отобразились как положено, в стили допишите:
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
@font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); }
.material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }