diff --git a/themes/project/layouts/partials/scripts.html b/themes/project/layouts/partials/scripts.html index 792630f53a2af0ffdee13779ea1f42e6b8052919..0902c6670fbbc4fb8d632f84a78c5b3997328614 100644 --- a/themes/project/layouts/partials/scripts.html +++ b/themes/project/layouts/partials/scripts.html @@ -1,6 +1,9 @@ {{ template "_internal/google_analytics.html" . }} - - + + @@ -20,13 +23,15 @@ + $(document).ready(function () { + if ($('docstreeview').length) { + $('#docstreeview').jstree(); + $('#docstreeview').jstree().open_all(); + $('#docstreeview').jstree().hide_dots(); + $('#docstreeview').jstree().hide_icons(); + $('#docstreeview').on("changed.jstree", function (e, data) { + location.href = data.node.a_attr.href; + }); + } + }); + \ No newline at end of file diff --git a/themes/project/static/css/custom.css b/themes/project/static/css/custom.css index e2d6582d81024571865840e108e77710c125b937..55ae61c046de78e8037eb2f59ea9e1f859022f6d 100644 --- a/themes/project/static/css/custom.css +++ b/themes/project/static/css/custom.css @@ -290,6 +290,27 @@ footer .notice span { align-items: center; } +.owl-carousel.customers { + display: block; +} + +.owl-carousel.customers .item { + display: inline; +} + +.owl-carousel.customers .item img { + filter: none; + -webkit-filter: none; +} + +.owl-carousel.customers .item a:hover { + text-decoration: none; +} + +.owl-carousel.customers .item a:focus { + text-decoration: none; +} + .search_v { padding-top: 30px; width: 260px; diff --git a/themes/project/static/js/front.js b/themes/project/static/js/front.js index 14ee525d19d3c0db5c8c7f78e5cce4448d050793..ddbd889ee8ded8a84b8bbde4942b72446b518918 100644 --- a/themes/project/static/js/front.js +++ b/themes/project/static/js/front.js @@ -94,12 +94,12 @@ function sliderHomepage () { /* sliders */ function sliders () { if ($('.owl-carousel').length) { - $('.customers').owlCarousel({ + /* $('.customers').owlCarousel({ items: 6, itemsDesktopSmall: [990, 4], itemsTablet: [768, 2], itemsMobile: [480, 1] - }) + }) */ $('.testimonials').owlCarousel({ items: 4,