Topic: Font Awesome in menu
Hello everyone!
Tell me please, how can i add an icons to monstra's main menu?
Font awesome icons succesfully loads on site, but doesn't work in menu.
Help please.
You are not logged in. Please login or register.
Hello everyone!
Tell me please, how can i add an icons to monstra's main menu?
Font awesome icons succesfully loads on site, but doesn't work in menu.
Help please.
Provide link to website pls so i can check
Provide link to website pls so i can check
http://academyural.ru
все иконки используют псевдоэлементы
.fa-home:before { content: ""; - Это контент самой иконки }
так как меню монстры не поддерживает какие либо штмл коды в меню, нужно просто за место
написать
у вас в коде лишняя правая двойная кавычка в meta ogg или наоборот не хватает, просто в названии кавычек много
п\с у нас есть русский форум
http://ru.forum.monstra.org/
------------------------------
Monstra menu does not support html tags, so u have to change this:
for this
for this
So, how can i copy this code? I see just a square((( Thanks for russian translation, but this question i wanna finish on this forum. Thanks for help
in file plugins\box\menu\views\frontend\index.view.php
change line 11 from
$item['name'] = Html::toText($item['name']);
to
//$item['name'] = Html::toText($item['name']);
so now u ar able to use this code in menu:
p\s thanks to sergeyterr
Great! Thanks!!! Superfast support)