Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Сбой в теме

Viewing 6 reply threads
  • Author
    Posts
    • #32748
      ЮлияЛеди4
      Support Expired

      Здравствуйте!

      1.  Меню поменяла 🙂
      Теперь нет подкатегорий. Я добавила их в меню http://prntscr.com/okqz7x   На странице сайта они видны сразу все http://prntscr.com/okqzpx
      Подскажите, пожалуйста, как настроить правильно?

      2. Получилось сделать картинку во всю ширину на Builder 🙂

      2.1 Как сделать расстояние между слайдером и названием http://prntscr.com/okpls7 (вид через компьютер)

      2.2. На мобильном телефоне плохо выглядит главная страница сайта http://prntscr.com/ okpx05  http://prntscr.com/ okpyks   подскажите, пожалуйста, как ее правильно настроить?  По разному выглядит главная страница сайта на компьютере и на мобильном телефоне. Почему? Как настроить одинаково?

      3. Долго загружается сайт на мобильном телефоне. Долго переключаются секции с товаром.  Подскажите, пожалуйста, как мне настроить сайт, чтобы он работал быстро как у Вас Claue ?

      4. Код не поменял цвет http://prntscr.com/okr254   может, я что-то сделала не так?

      С Уважением, Юлия

    • #32751
      Harry
      Support Expired

      Hi,

      1. Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .shop-top-sidebar .menu ul {
      	position: absolute;
      	width: 250px;
      	background: rgba(255, 255, 255, 0.95);
      	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
      	left: 0;
      	top: 120%;
      	z-index: 10;
      	opacity: 0;
      	visibility: hidden;
      	padding: 0;
      	transition: all .3s;
      }
      .shop-top-sidebar .menu li:hover > ul  {
      	opacity: 1;
      	visibility: visible;
      	top: 100%;
      }
      .shop-top-sidebar .menu li ul ul {
      	left: 100%;
      	top: 20%;
      }
      .shop-top-sidebar .menu li ul li:hover ul {
      	top: 0%;
      }
      .shop-top-sidebar .menu ul li {
      	display: block;
      	text-align: left;
      }
      .shop-top-sidebar .menu ul li:not(:last-child) {
      	border-bottom: 1px solid #ddd;
      }
      .jas-mobile .shop-top-sidebar .menu ul {
      	position: absolute;
      	display: none;
      }

      2.1 Please edit heading element and add margin http://prntscr.com/ol3dgk

      2.2 Please upload higher image for slider or add below code

      @media only screen and (max-width: 480px) {
      .metaslider .slides img {
      	height: 200px !important;
      	width: auto !important;
      }}

      3. Please explain more issue, i still not understand

      4. I still see you use old color code, please use your new color code.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32760
      ЮлияЛеди4
      Support Expired

      Спасибо за Ваш ответ.

      Кое-что исправила, спасибо.

      Ряды на Builder, также большие на экране мобильного телефона 🙁

      На экране мобильного телефона “Меню Магазина” выглядит вот так   http://prntscr.com/ol9mpi  Можно вернуть в горизонтальный вид? В горизонтальном виде оно красивей…

      С Уважением, Юлия

    • #32772
      Harry
      Support Expired

      Please add more code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 480px) {
      .shop-top-sidebar .widget ul li a {
      	padding: 5px;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #32776
      ЮлияЛеди4
      Support Expired

      Выставила код. Изменений не произошло 🙁

      С Уважением, Юлия

    • #32777
      ЮлияЛеди4
      Support Expired

      Какая есть альтернатива Builder  в Вашей теме?

      Потому что у меня не получается его красиво настроить…

      С Уважением, Юлия

    • #32782
      Harry
      Support Expired

      Could you explain more about issue with the page builder. I still not understand

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 6 reply threads

You must be logged in to reply to this topic.