Posted 21 января, 20222 yr comment_176701 Ребят всем привет! Подскажите каким образом можно добавить фавиконы в разделы форума и в кнопки форума!? Заранее благодарю за ответ и пример! Спойлер привер кнопки с фвиконом: Спойлер Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/ Share on other sites Больше вариантов
21 января, 20222 yr comment_176705 добавить код фа иконок в шаблон перед нужным местом. Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176705 Share on other sites Больше вариантов
21 января, 20222 yr Author comment_176707 by_ix а куда копать то ? Где эти строки находятся? Я понимаю что в редакторе но где ... 😏 Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176707 Share on other sites Больше вариантов
21 января, 20222 yr comment_176708 @saiko самый простой способ найти что-то - смотреть класс нужного элемента в ф12 и искать по нему в редакторе темы в разделе шаблоны. Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176708 Share on other sites Больше вариантов
22 января, 20222 yr comment_176755 В 21.01.2022 в 16:16, saiko сказал: Ребят всем привет! Подскажите каким образом можно добавить фавиконы в разделы форума и в кнопки форума!? Заранее благодарю за ответ и пример! Скрыть контент html[dir=ltr] .cForumList .cForumRow .cForumTitle::before { content: "\f086"; font-family: 'font awesome 5 free'; font-weight: 700; margin-right: 5px; } html[dir=ltr] .cForumList .cForumRow[data-categoryid="62"] .cForumTitle::before { content: "\f11c"!important; } [data-categoryid="62"] - Где 62 это ID Категории content: "\f11c" - Где \f11c это код FontAwesome Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176755 Share on other sites Больше вариантов
26 января, 20222 yr Author comment_176940 bon1 Не могу найти айди этой кнопки о_О и как добавлять в другие разделы иконки... ? Так как когда я добавил сам код и айди иконки (он дефотно поменял на 5 разделах + нижний я исправил на свой на "звездочку") подскажи пожалуйста по этим моментам! А в целом биг спасибо за помощь. Спойлер Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176940 Share on other sites Больше вариантов
26 января, 20222 yr comment_176943 saiko for forums use this in costum.css: .cForumList .cForumRow .cForumTitle::before { content: "\f27a"; background-image: linear-gradient(to left,#21f0bf,#5a8ef1) !important; font-family: fontawesome; font-size: 15px; font-weight: 600; color: #fff; } but if you want to different Icon for each forum you can use this method: .cForumList .cForumRow[data-categoryid="X"] .cForumTitle::before { content: "\f27a" !important; font-family: fontawesome; font-size: 15px; } **instead of X you should use forum ID** for widgets use this in costum.css: .cWidgetContainer[data-widgetArea="footer"] ul > li.ipsWidget .ipsType_sectionTitle::before, .cWidgetContainer[data-widgetArea="header"] ul > li.ipsWidget .ipsType_sectionTitle::before, .cWidgetContainer[data-widgetArea="footer"] ul > li.ipsWidget .ipsWidget_title::before, .cWidgetContainer[data-widgetArea="header"] ul > li.ipsWidget .ipsWidget_title::before { content: "\f27a"; font-family: fontawesome; font-weight: 600; color: #fff; } but if you want to different Icon for each widget you can use this method: .ipsWidget[data-blockid*="X] .ipsWidget_title::before { content: "\f075" !important; font-family: fontawesome; } **instead of X you should use data-blockid** good luck Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176943 Share on other sites Больше вариантов
26 января, 20222 yr Author comment_176958 LoveHate I understand everything, thank you! Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176958 Share on other sites Больше вариантов
26 января, 20222 yr comment_176959 5 minutes ago, saiko said: LoveHate I understand everything, thank you! sorry my language is not Russian Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176959 Share on other sites Больше вариантов
26 января, 20222 yr Author comment_176961 LoveHate No problem) Link to comment https://ipbmafia.ru/topic/23981-dobavlenie-favikonov/?&do=findComment&comment=176961 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.