fix vk bugs

This commit is contained in:
ksv741 2020-11-28 15:48:53 +03:00
parent ad574b0afd
commit 3decb0d788
4 changed files with 24 additions and 3 deletions

View File

@ -14,5 +14,5 @@
<?php
echo do_shortcode('[print_gllr id=312]');
?>
<a href="<?php get_home_url()?>/gallery"><button class="btn btn-danger btn-round">Смотреть фото в галерее</button></a>
<a href="<?php echo get_page_link( 33 )?>"><button class="btn btn-danger btn-round">Смотреть фото в галерее</button></a>
</div>

View File

@ -6,7 +6,7 @@
}
?>">
<div class="ent-container">
<h2><strong>Все развлечения</strong></h2>
<h2>Все развлечения</h2>
<div class="owl-carousel ent-slider container">
<!-- Выводи список квестов -->
<?php

View File

@ -8,6 +8,7 @@ $('[data-toggle="popover"]').popover();
$('.main-slider').owlCarousel({
responsive: {
0 : {
smartSpeed: 400,
margin: 10,
items: 1,
stagePadding: 0,
@ -20,10 +21,12 @@ $('.main-slider').owlCarousel({
// autoWidth: true
},
480 : {
smartSpeed: 400,
items: 6,
margin: 0
},
768 : {
smartSpeed: 400,
items: 1,
margin: 30,
loop: true,
@ -43,6 +46,7 @@ $('.main-slider').owlCarousel({
$('.ent-slider').owlCarousel({
responsive: {
0 : {
smartSpeed: 400,
margin: 80,
items: 1,
stagePadding: 60,
@ -51,6 +55,7 @@ $('.ent-slider').owlCarousel({
loop:true
},
360 : {
smartSpeed: 400,
margin: 10,
items: 1,
stagePadding: 60,
@ -59,6 +64,7 @@ $('.ent-slider').owlCarousel({
autoWidth: false
},
480 : {
smartSpeed: 400,
items: 1,
stagePadding: 60,
margin: 20,
@ -67,6 +73,7 @@ $('.ent-slider').owlCarousel({
autoWidth: false
},
768 : {
smartSpeed: 400,
margin: 50,
items: 3,
// stagePadding: 30,
@ -76,6 +83,7 @@ $('.ent-slider').owlCarousel({
$('.places-slider').owlCarousel({
responsive : {
0 : {
smartSpeed: 400,
margin: 10,
items: 1,
stagePadding: 60,
@ -84,6 +92,7 @@ $('.places-slider').owlCarousel({
autoWidth: false
},
360 : {
smartSpeed: 400,
margin: 10,
items: 1,
stagePadding: 60,
@ -92,6 +101,7 @@ $('.places-slider').owlCarousel({
autoWidth: false
},
480 : {
smartSpeed: 400,
margin: 10,
items: 1,
stagePadding: 60,
@ -100,6 +110,7 @@ $('.places-slider').owlCarousel({
autoWidth: false
},
768: {
smartSpeed: 400,
margin: 150,
item: 1,
autoWidth: true,
@ -113,6 +124,7 @@ $('.places-slider').owlCarousel({
$('.discount-slider').owlCarousel({
responsive : {
0 : {
smartSpeed: 400,
margin: 80,
items: 1,
stagePadding: 60,
@ -120,6 +132,7 @@ $('.discount-slider').owlCarousel({
loop:true
},
360 : {
smartSpeed: 400,
margin: 35,
items: 1,
stagePadding: 60,
@ -127,6 +140,7 @@ $('.discount-slider').owlCarousel({
loop:true
},
480 : {
smartSpeed: 400,
items: 1,
stagePadding: 60,
margin: 20,
@ -136,6 +150,7 @@ $('.discount-slider').owlCarousel({
},
1200: {
margin: 10,
smartSpeed: 400,
item: 3,
// autoWidth: true,
nav: true,
@ -149,6 +164,7 @@ $('.discount-slider').owlCarousel({
$('.discount-modal-slider').owlCarousel({
responsive: {
0 : {
smartSpeed: 400,
margin: 10,
items: 1,
stagePadding: 0,
@ -161,10 +177,12 @@ $('.discount-modal-slider').owlCarousel({
// autoWidth: true
},
480 : {
smartSpeed: 400,
items: 6,
margin: 0
},
768 : {
smartSpeed: 400,
items: 1,
margin: 30,
nav: false,
@ -187,6 +205,7 @@ $('.discount-modal-slider').owlCarousel({
$('.principals-slider').owlCarousel({
responsive: {
0 : {
smartSpeed: 400,
margin: 30,
items: 1,
stagePadding: 40,
@ -197,6 +216,7 @@ $('.principals-slider').owlCarousel({
// normal: false
},
480 : {
smartSpeed: 400,
items: 2,
stagePadding: 10,
margin: 30,
@ -205,6 +225,7 @@ $('.principals-slider').owlCarousel({
autoWidth: false
},
1200 : {
smartSpeed: 400,
dots: false,
items: 6,
margin: 30,

View File

@ -149,7 +149,7 @@
padding-top: 0
&-container
h2
font-size: 26px !important
font-size: 28px !important
p
font-size: 16px !important
&__quest