From 7ee48fa00c42f979a566231aad60ce1d38635327 Mon Sep 17 00:00:00 2001 From: Diatrex Date: Wed, 12 Aug 2020 16:48:22 +0300 Subject: [PATCH 1/2] #1929 Site meta description doesn't seen for home --- .../base-theme/resources/views/partials/metatags.twig | 3 ++- .../visiosoft/base-theme/resources/views/partials/ogdata.twig | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/views/partials/metatags.twig b/addons/default/visiosoft/base-theme/resources/views/partials/metatags.twig index 7e42a34fb..bfcd78be2 100644 --- a/addons/default/visiosoft/base-theme/resources/views/partials/metatags.twig +++ b/addons/default/visiosoft/base-theme/resources/views/partials/metatags.twig @@ -4,7 +4,8 @@ - + diff --git a/addons/default/visiosoft/base-theme/resources/views/partials/ogdata.twig b/addons/default/visiosoft/base-theme/resources/views/partials/ogdata.twig index 27ab95745..810cb9fcd 100644 --- a/addons/default/visiosoft/base-theme/resources/views/partials/ogdata.twig +++ b/addons/default/visiosoft/base-theme/resources/views/partials/ogdata.twig @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - + {% endblock %} \ No newline at end of file From 8ba9bd4511e13f4cd34f4243e5f2adb4b44032ff Mon Sep 17 00:00:00 2001 From: Diatrex Date: Wed, 12 Aug 2020 17:52:51 +0300 Subject: [PATCH 2/2] #1893 [dress-theme] GG Anasayfa Giydirme --- .../profile-module/resources/assets/css/profile-nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss b/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss index 857500417..379c15572 100644 --- a/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss +++ b/addons/default/visiosoft/profile-module/resources/assets/css/profile-nav.scss @@ -16,7 +16,6 @@ top: 0; left: 0; overflow-y: auto; - z-index: 1040; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); @@ -39,6 +38,7 @@ transform: translateX(0%); -webkit-transition: 300ms ease; transition: 300ms ease; + z-index: 1040; } a { @@ -85,5 +85,5 @@ cursor: pointer; background: #000; opacity: .2; - z-index: 1; + z-index: 999; } \ No newline at end of file