Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

remove

Newbie
  
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

remove's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Подправил код <li><a href="/"><i class="fa fa-home" aria-hidden="true"></i><span class="hidden-xs hidden-sm hidden-md">Главная</span></a></li> Что бы в мобильной версии отображалась только иконка)
  2. Я понял. Спасибо огромное за помощь) оставлю последний вариант
  3. Он был отключен. Я сейчас включил. После обертки в ul стало так:
  4. Пробовал так. Не получилось. Криво отображалось.
  5. Спасибо)) добавилась кнопка, я не туда ставил код. Но добавилась в меню категорий. А я хотел перед меню категорий поставить. Типа так. Код иконки у меня есть.
  6. Поставил, ошибка 500 вылезла. Может не туда всунул. Буду ковырять. Спасибо)
  7. Не понимаю о чем речь. Раннее не обращался на этот форум. Делал сам все. Разве сайт https://metrikashop.ru/ тут светился когда нибудь?
  8. Здравствуйте. Подскажите как добавить кнопку "Главная" в меню шаблона Fanes Код меню: <div class="nav-menu"> <div class="toggler-block"> <button class="toggler"> <span class="icon"></span> </button> <span class="text-category">{{ text_category }}</span> </div> <div class="menu-block"> {% if categories %} <ul class="menu"> {% for category in categories %} {% if category.children %} <li class="dropdown"><a href="{{ category.href }}" class="dropdown-toggle" data-toggle="dropdown">{{ category.name }}</a> <div id="m" class="dropdown-menu" > <div class="dropdown-inner"> {% for children in category.children|batch(category.children|length / category.column|round(1, 'ceil')) %} <ul class="list-unstyled"> {% for child in children %} <li><a href="{{ child.href }}">{{ child.name }}</a></li> {% endfor %} </ul> {% endfor %} <a href="{{ category.href }}" class="see-all">{{ text_all }} {{ category.name }}</a> </div> </div> </li> {% else %} <li><a href="{{ category.href }}">{{ category.name }}</a></li> {% endif %} {% endfor %} </ul> {% endif %} </div> <ul class="right-l" > <li id="special"><a href="{{ special }}"><i class="fa fa-percent" aria-hidden="true"></i><span class="link-text"> {{ text_special }} </span></a></li> <li><a href="/uslugi"><i class="fa fa-handshake-o" aria-hidden="true"></i><span class="hidden-xs hidden-sm hidden-md">Услуги</span></a></li> <li><a href="/individualnyj-dizajn"><i class="fa fa-diamond" aria-hidden="true"></i><span class="hidden-xs hidden-sm hidden-md">Индивидуальный дизайн</span></a></li> <li><a href="/about_us"><i class="fa fa-info" aria-hidden="true"></i><span class="hidden-xs hidden-sm hidden-md">О нас</span></a></li> <li><a href="/kontakty"><i class="fa fa-phone" aria-hidden="true"></i><span class="hidden-xs hidden-sm hidden-md">Контакты</span></a></li> </span></a></li> <li id="search-block"> <a class="icon-link" href="" data-toggle="dropdown"><i class="fa fa-search" aria-hidden="true"></i></a> <div id="search" class="dropdown-menu"> {{search}} </div> </li> <li id="acc" class="account-dropdown" > <a class="icon-link" id="account-menu" data-placement="bottom" data-toggle="dropdown" title="{{text_account}}" onclick="return false"> <i class="fa fa-user-circle-o" aria-hidden="true"></i> </a> <div id="account-link" class="dropdown-menu"> <ul class="accounts-link"> {% if logged %} <li><a href="{{account}}"><i class="fa fa-user-circle-o" aria-hidden="true"></i> {{text_account}}</a></li> <li><a href="{{order}}"><i class="fa fa-history" aria-hidden="true"></i> {{text_order}}</a></li> <li><a href="{{transaction}}"><i class="fa fa-money" aria-hidden="true"></i> {{text_transaction}}</a></li> <li><a href="{{logout}}"><i class="fa fa-sign-out" aria-hidden="true"></i> {{text_logout}}</a></li> {% else %} <li><a href="{{login}}"><i class="fa fa-sign-in" aria-hidden="true"></i> {{text_login}}</a></li> <li><a href="{{register}}"><i class="fa fa-user-plus" aria-hidden="true"></i> {{text_register}}</a></li> {% endif %} <li><a href="{{ wishlist }}" id="wishlist-total" title="{{ text_wishlist }}"><i class="fa fa-heart"></i> {{ text_wishlist }}</a></li> <li><a href="{{ compare }}" id="compare-total" class="btn btn-link"><i class="fa fa-bar-chart" aria-hidden="true"></i> {{ text_compare }}</a></li> </ul> <div class="settings"> {{currency}} {{language}} </div> </div> </li> </ul> </div> Скриншот: Хотелось бы вот так: Спасибо))
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.