diff --git a/layouts/xedition/css/layout.css b/layouts/xedition/css/layout.css index 714b7955b..9944a21b0 100644 --- a/layouts/xedition/css/layout.css +++ b/layouts/xedition/css/layout.css @@ -918,7 +918,7 @@ a:hover, a:active, a:focus { background-color: rgba(0, 0, 0, 0.2); cursor: pointer; } -.pagination { +.swiper-pagination { position: absolute; left: 0; text-align: center; diff --git a/layouts/xedition/js/layout.js b/layouts/xedition/js/layout.js index e7cfd8c67..0f9bbabe4 100644 --- a/layouts/xedition/js/layout.js +++ b/layouts/xedition/js/layout.js @@ -126,6 +126,11 @@ time: 3000 }); } + + // Login help, warning + $("#warning").on('click', function(e){ + $(this).css('display', 'none'); + }); // Scroll to top var scrollToTop = function() { diff --git a/layouts/xedition/layout.html b/layouts/xedition/layout.html index 4d2b9c91b..61ecbed39 100644 --- a/layouts/xedition/layout.html +++ b/layouts/xedition/layout.html @@ -1,5 +1,5 @@ -{Context::addHtmlHeader('')} +{Context::addHtmlHeader('')} @@ -346,7 +346,7 @@ - +
@@ -477,6 +477,7 @@ {$lang->keep_signed}
+

{str_replace('\n\n', '
', $lang->about_keep_signed)}

@@ -529,7 +530,7 @@ jQuery(document).ready(function () { var swiper = new Swiper('.swiper-container', { autoplay: 6000, loop: true, - pagination: '.pagination', + pagination: '.swiper-pagination', paginationClickable: true }); jQuery('.swiper-button-next').on('click', function(e){