15 мая, 20231 yr На скрине в заголовке добавлен смайл. Но у меня они почему-то удаляются при сохранении сообщения. Не критично, просто интересно, из-за чего это может быть.
16 апреля, 2024Apr 16 Hello I have a problem with this plugin When I use SPOILER in a topic, when I open the topic, all SPOILERS are open in a moment and then they are closed. How can I make this not happen?>??
17 апреля, 2024Apr 17 On 17.04.2024 at 08:23, Zero108 said: Мне кажется, это естественное поведение при загрузке страницы браузером. I checked the 4pda.ru site in the forum section, it uses ipb and the spoiler it uses does not open
17 апреля, 2024Apr 17 Author On 16.04.2024 at 22:58, avangcom said: Hello I have a problem with this plugin When I use SPOILER in a topic, when I open the topic, all SPOILERS are open in a moment and then they are closed. How can I make this not happen?>?? попробуй, не проверял .ipsSpoiler_contents { display: none; }
17 апреля, 2024Apr 17 @Exception I tested it, it didn't make any difference On 17.04.2024 at 13:10, Exception said: try it, haven't tested it . ipsSpoiler_contents { display : none ; }
17 апреля, 2024Apr 17 Author On 17.04.2024 at 14:45, avangcom said: @Exception I tested it, it didn't make any difference Я только что проверил, вместо контента в спойлере при загрузке показывает примерно это: Показать контент т.е. это работает
17 апреля, 2024Apr 17 On 17.04.2024 at 15:19, Exception said: Я только что проверил, вместо контента в спойлере при загрузке показывает примерно это: Показать контент Показать контент т.е. это работает Yes you are right I did not notice the space between when copying. And there is ipsSpoiler_contents Now, for a moment, the image wants to open, is there a way to solve that issue as well???
17 апреля, 2024Apr 17 Author On 17.04.2024 at 18:11, avangcom said: Yes you are right I did not notice the space between when copying. And there is ipsSpoiler_contents Now, for a moment, the image wants to open, is there a way to solve that issue as well??? .ipsSpoiler_contents { display: none; } .ipsSpoiler_header:not(.ipsSpoiler_open) { margin-bottom: calc(var(--sp-4) * -1); }
17 апреля, 2024Apr 17 @Exception After adding this code to custom.css, we can write a text for the spoiler, we can only give a title
17 апреля, 2024Apr 17 Author On 17.04.2024 at 20:44, avangcom said: @Exception After adding this code to custom.css, we can write a text for the spoiler, we can only give a title тогда заменить на это: .ipsSpoiler:not(.cke_widget_element) > .ipsSpoiler_contents { display: none; } .ipsSpoiler:not(.cke_widget_element) > .ipsSpoiler_header:not(.ipsSpoiler_open) { margin-bottom: calc(var(--sp-4) * -1); }
17 апреля, 2024Apr 17 On 17.04.2024 at 20:58, Exception said: тогда заменить на это: .ipsSpoiler:not(.cke_widget_element) > .ipsSpoiler_contents { display: none; } .ipsSpoiler:not(.cke_widget_element) > .ipsSpoiler_header:not(.ipsSpoiler_open) { margin-bottom: calc(var(--sp-4) * -1); } @Exception I tested this, when the topic opens, the spoiler opens
17 апреля, 2024Apr 17 Author On 17.04.2024 at 21:33, avangcom said: @Exception I tested this, when the topic opens, the spoiler opens это для обычного, для того что в плагине замени в коде .ipsSpoiler на .cyberdevil_spoiler
17 апреля, 2024Apr 17 Thanx , It worked great It is better to add this code to the plugin .cyberdevil_spoiler:not(.cke_widget_element) > .ipsSpoiler_contents { display: none; } .cyberdevil_spoiler:not(.cke_widget_element) > .ipsSpoiler_header:not(.ipsSpoiler_open) { margin-bottom: calc(var(--sp-4) * -1); } Edited 17 апреля, 2024Apr 17 by avangcom
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.