Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Проблемы с форумом » пропала кнопка со смайлами только у меня и только на одном форуме


пропала кнопка со смайлами только у меня и только на одном форуме

Сообщений 1 страница 6 из 6

1

Адрес форума: https://mayhem.rusff.me/

Проблема: Слетела кнопка смайлов на форуме. Только у меня. И только на этом форуме, на остальных форумах всё отображается отлично. У меня этой кнопки вообще просто нет, но когда я с ноутбука. С телефона кнопочка есть.
Циритуя администратора: Смайлы не работают, потому что файл скрипта лежит не на форуме. Когда я его перезаливаю на форум - он появляется, но выскакивает вот эта ошибка в черном окошке
(ошибочка под катом)
Стоит вот этот скрипт: https://support.rusff.me/viewtopic.php?id=3842#p79003

картиночки

0

2

D. Black
Ну во первых вы не поставили код символа на псевдоэлемент к смайлам:

#form-buttons td:hover {color: var(--dark-Light);}

#button-font:before {content: "\f031";}
#button-size:before {content: "\f034";}
#button-bold:before {content: "\f032";}
#button-italic:before {content: "\f033";}
#button-underline:before {content: "\f0cd";}
#button-strike:before {content: "\f0cc";}
#button-indent:before {content: "\f03c";}
#button-left:before {content: "\f036";}
#button-center:before {content: "\f037";}
#button-right:before {content: "\f038";}
#button-link:before {content: "\f0c1";}
#button-spoiler:before {content: "\f070";}
#button-image:before {content: "\f03e";}
#button-video:before {content: "\f16a";}
#button-hide:before {content: "\f023";}
#button-quote:before {content: "\f10e";}
#button-code:before {content: "\f121";}
#button-color:before {content: "\f1fc";}
#button-table:before {content: "\f00a";}
#button-sticker:before {content: "\f118";}
#button-keyboard:before {
    content: "\f11c";
    font-size: 20px !important;
    top: -5px !important;
}
#button-addition:before {content: "\f0fe";}
#button-mask:before {content: "\f21b";}

] нет вообще элемента: #button-smile:before {content: "\бла-бла";}

Во вторых Вы скрыли элемент из видимости:

#pun-main div.catleft, #pun-main div.catright, .punbb .datafield br, .punbb td .modlist, #pun-viewforum th.tc3, #pun-viewforum td.tc3, .modmenu .container span, div#pun-live-rusff, .topic a.sharelink, li.pl-reports, p.lastedit, #pun-break4, #pun-break1, .fs-box li.pa-reg, .fs-box li.pa-posts, .post-links li.pl-email:nth-child(3), .fs-box .post-links li.pl-email, td#button-graffiti_rusff, #form-buttons td#button-files_rusff, #pun-announcement h2, #post-form h2, #pun-ulinks li.item7:nth-child(3), #pun-ulinks li.item3, #pun-ulinks li.item7:nth-child(3), #post-form legend span, td#button-smile, .forum thead, .usertable thead,  #profilenav h2, #pun-mod .category table th.tcl, #pun-mod .category table td.tcl, li.pa-online, #pun-messages small#plng, #viewprofile li#pa-invites, #pun-index #pun-crumbs1, #pun-status span.item1, #pun-status span.item2, #pun-modviewforum td.tc3, li#navawards, .punbb .user-avatar .isonline, span.num_msg:before, #pun-register #register .info-box, #pun-title, #s-block, div#pun.ru.isguest.gid3 small#plng {display: none !important;}

+1

3

Deff
скрыта кнопка _стандартных_ смайлов. Кнопка смайлов скрипта есть и отображается с телефона, как видно на скриншоте.

+1

4

D. Black
Ну а про скрипт стикеров от человека Шамана лучше спросить тут => http://urchoice.rolka.me/viewtopic.php? … 5#p1956165

0

5

D. Black написал(а):

олько у меня. И только на этом форуме

Ну я тож её не вижу

0

6

Попробуйте подправить код до такого:

Код:
<!--- Смайлы от Человек-Шаман --->
<script src="https://forumstatic.ru/files/0017/95/29/40399.js"></script>
<script>
$(document).ready(function() {
  hvStickerPack.init("/files/001a/fb/19/55899.txt");
});
</script>
<style>#button-sticker {
    background: url(https://forumupload.ru/uploads/001a/b8/40/2/99041.png) 50% no-repeat !important;    background-size: cover !important;
}</style>

+1


Вы здесь » Единый форум поддержки » Проблемы с форумом » пропала кнопка со смайлами только у меня и только на одном форуме