Не устанавливается Нижняя часть сайта

голоса: 0

Здравствуйте не устанавливается Нижняя часть сайта,Страницы сайта. Помогите в чем проблемма.

Адрес сайта http://tolstii.ucoz.club/
| Автор: | Категория: Дизайн сайта
Изменение категории | | Автор: Yuri_Geruk

Ответов: 1

голоса: 0
 
Лучший ответ
Приведите пример скрипта, который вы сейчас пытаетесь установить.
| Автор:
Выбор ответа лучшим | | Автор: Дмитрий Михайлов

Это нижняя часть сайта.

 

<div class="footer-bottom">
<div class="container">
<!--Статистика-->
<a href="#" class="btn btn-primary pull-right">Статистика сайта</a>
<div class="pull-right" style="margin: 2px 10px 0 0;"><!--Статистика--></div>
<p class="pull-left" style="color:#999;"> Copyright © Footer 2018. $POWERED_BY$. <br> Проект посвященный разработке адаптивных и уникальных шаблонов.</p>
</div>
</div>

<script>
$(document).ready(function() {
$("#owl-demo").owlCarousel({
autoPlay: 3000,
items : 3,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
});

$(document).ready(function() {
var owl = $("#owl-demo");
owl.owlCarousel();
$(".next").click(function(){
owl.trigger('owl.next');
})
$(".prev").click(function(){
owl.trigger('owl.prev');
})
});

(function($){
$(document).ready(function(){
$('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) {
event.preventDefault(); 
event.stopPropagation(); 
$(this).parent().siblings().removeClass('open');
$(this).parent().toggleClass('open');
});
});
})(jQuery);
 
$(function(){
$("[data-toggle=popover]").popover({
html : true,
trigger : 'hover',
content: function() {
var content = $(this).attr("data-popover-content");
return $(content).children(".popover-body").html();
},
title: function() {
var title = $(this).attr("data-popover-content");
return $(title).children(".popover-heading").html();
}
});
});

$(document).ready(function() {
$("#owl-demo22").owlCarousel({
autoPlay: false,
items : 3,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
});
$(document).ready(function() {
var owl = $("#owl-demo22");
owl.owlCarousel();
$(".next22").click(function(){
owl.trigger('owl.next');
})
$(".prev22").click(function(){
owl.trigger('owl.prev');
})
});

$(document).ready(function() {
$('.xfieldimagegallery').owlCarousel({
autoPlay: false, 
items : 3,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3]
});
});
$(document).ready(function() {
var owl = $('.xfieldimagegallery');
owl.owlCarousel();
// Custom Navigation Events
$(".next232").click(function(){
owl.trigger('owl.next');
})
$(".prev232").click(function(){
owl.trigger('owl.prev');
})
});
</script>

<script>
$('[data-toggle="tooltip"]').tooltip({
animated: 'fade',
html: true
});
</script>
<script src="/js/libs.js"></script>
<script src="/js/owl.carousel.js"></script>
<script src="/js/tilt.jquery.js"></script>
<script src="/js/bootstrap.js"></script>
<!--/.footer-bottom-->

 

Страницы сайта.

 

<html>
<head>
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<link type="text/css" rel="stylesheet" href="/_st/my.css" />
<!-- Favicons -->
<link rel="shortcut icon" href="/images/favicon.ico">
<!-- mobile tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="/css/bootstrap.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> 
<!-- uCoz style -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
</head>

$GLOBAL_LOGIN$

<body>
<main> 
<div class="container cnt" > 
$GLOBAL_AHEADER$

<div class="row my" style="margin-top: 70px;margin: 0px -15px 0 -15px;">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 my">
<!-- <body> -->
<?if($PAGE_ID$='sitePage3')?>
<?else?>
<div class="panel panel-default">
<div class="panel-heading"><b>$MODULE_NAME$</b></div>
<div class="panel-body">
<?endif?>
$CONTENT$
<?if($PAGE_ID$='sitePage3')?>
<?else?>
</div>
</div>
<?endif?>
<!-- </body> -->
</div>

<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 my">
$GLOBAL_CLEFTER$
</div>
</div>

</div>
</main>

<footer class="container" style="padding: 0; margin-top: 0;">
$GLOBAL_BFOOTER$
</footer>
</body>
</html>

 

Личные сообщения.

 

<!DOCTYPE html>
<html>
<head>
<title>$TITLE$</title>
<meta name="viewport" content="width=device-width; initial-scale=0.85; maximum-scale=0.85; user-scalable=0;" />
<script type="text/javascript" src="http://s43.ucoz.net/src/jquery-1.6.1.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<style>@import url('/newpm/style.css') all;</style>
</head>

<body> 
<div align="center">
<div class="block">
<div class="pmb">
$BODY$
</div>
</div>
</div>

<script type="text/javascript">
$('body').each(function () {
$(this).html($(this).html().replace(/\[|\||\]/g, ''));
});
</script>
<script type="text/javascript">$("#ugr1, #ugr2, #ugr3, #ugr251").attr("checked","checked")</script>
<script type="text/javascript" src="/newpm/script.js"></script>
</body>
</html>

Дмитрий Михайлов,
Проверьте повторно, должно все сохраниться.
...