Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • 2 недели спустя...
  • Replies 211
  • Просмотров 102,5k
  • Created
  • Последний ответ

Лучшие авторы в теме

Most Popular Posts

Posted Images

  • 3 недели спустя...
52 минуты назад, emonkmp сказал:

Как добавить эти файлы nexxe__js.js

не файлы, а файл. он добавляется в Ресурс стиля с заменой.

в ресурсе стиля в поиске вводим название файла или просто JS и там заменяем файл на нужный. очищаем кэш

Спойлер

7676.thumb.png.3ec1a9295bd6b9e6f2c02b2373d2aedf.png

 

  • 2 недели спустя...
  • 3 недели спустя...

Ничего в коде не менял. С недавнего времени некоторые иконки не отображаются при заходе с российского IP. В коде вместо "fa fa-envelope" написано "fas fa-envelope" для некоторых иконок из этой темы. И страница долго грузится, видимо, пытаясь получить какие-то данные. При заходе через VPN такой проблемы нет. У кого есть такая же проблема и как решить? На дефолтной теме такой проблемы нет.

Videos - International Vaishnavas Portal - Google Chrome.jpg

Videos - International Vaishnavas Portal - Google Chrome.jpg

Есть, например, такой класс в теме:

ul.cb-nexxe__social-list.social_global #cb-nexxe__social__button--switch:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: relative;
    display: block;
    transition: var(--animation-transition-hover);
}

Этот код должен преобразовывать "\f054" в  "fas fa-chevron-right" на фронте. Но он этого не делает при заходе с российского IP. 

Проблема имеет систематический характер. Там, где удалось заменить "fas fa" на "fa fa" проблема пропала. В некоторых местах сохраняется проблема.

Edited by Zero108

5 минут назад, Zero108 сказал:

Проблема возникает только на браузерах на основе хромиума. На Edge не возникает.

а на арбузе мазила как?

14 часов назад, Zero108 сказал:

Проблема возникает только на браузерах на основе хромиума. На Edge не возникает.

Притормаживание загрузки связываю с ужесточением политики гугла по отношению к ресурсам на российских IP-адресах. Отключить задержку удалось настройками браузера (были другие настройки):

Настройки – Безопасность - Google Chrome.jpg

Еще немного сюрпризов от этой темы (на дефолтной теме такой ошибки нет) после апгрейда до 4.6.12.1. Кто подскажет, как поправить?

/ourpicks/

 

A configuration or server error has occurred - Google Chrome.jpg

Деактивация всех плагинов и приложений и повторная активация решила проблему. Возможно, дело в обновлении кеша на сервере.

  • 1 месяц спустя...
  • 2 месяца спустя...
3 часа назад, OTKSTAL сказал:

как сделать, или как вытащить

Шаблон находится в cb__nexxe__logo

Editing Light - Google Chrome.jpg

Либо вставляешь куда нужно следующий HTML и прописываешь стили в custom.css.

<span class="cb-nexxe__header__logo--descritpion">Best videos here</span>

CSS

#cb-nexxe__topbar .ipsLayout_container #cb-nexxe__header .cb-nexxe__header--logo .cb-nexxe__header__logo--content .cb-nexxe__header__logo--descritpion {
    border-top-right-radius: ;
    border-bottom-right-radius: ;
    border-bottom-left-radius: ;
    border-top-left-radius: 0px;
    position: absolute;
    left: 0px;
    bottom: var(--logodesc-bottom);
    font-size: var(--logodesc-font-size);
    font-weight: var(--logodesc-font-weight);
    color: var(--logodesc-color);
    text-transform: var(--logodesc-text-transform);
    animation-name: logo-slogan-sink, logo-slogan;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
    background: var(--logodesc-bg);
    padding: var(--logodesc-padding);
}
#cb-nexxe__topbar .ipsLayout_container #cb-nexxe__header .cb-nexxe__header--logo .cb-nexxe__header__logo--content .cb-nexxe__header__logo--descritpion::after {
    bottom: 100%;
    left: 0px;
    border-style: solid;
    border-image: initial;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-top-color: rgba(136, 183, 213, 0);
    border-right-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(136, 183, 213, 0);
    border-bottom-color: var(--logodesc-bg);
    border-width: 8px;
    margin-left: 0px;
}

 

Edited by Zero108

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.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.