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 <?php
echo do_shortcode('[print_gllr id=312]'); 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> </div>

View File

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

View File

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

View File

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