Jump to content

Featured Replies

На скрине в заголовке добавлен смайл. Но у меня они почему-то удаляются при сохранении сообщения. Не критично, просто интересно, из-за чего это может быть.

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=193340
Share on other sites
  • 11 месяцев спустя...

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?>??

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202409
Share on other sites

@Exception

 

test :

Spoiler

test

 

test

 

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202579
Share on other sites

Мне кажется, это естественное поведение при загрузке страницы браузером. 

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202580
Share on other sites
1 hour ago, Zero108 said:

Мне кажется, это естественное поведение при загрузке страницы браузером. 

I checked the 4pda.ru site in the forum section, it uses ipb and the spoiler it uses does not open

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202581
Share on other sites
14 часов назад, avangcom сказал:

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;
}

 

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202583
Share on other sites

 

@Exception I tested it, it didn't make any difference

 

1 hour ago, Exception said:

try it, haven't tested it

.  ipsSpoiler_contents   {  
    display  :   none  ;  
}  

 

 

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202587
Share on other sites
31 минуту назад, avangcom сказал:

 

@Exception I tested it, it didn't make any difference

 

 

Я только что проверил, вместо контента в спойлере при загрузке показывает примерно это:

Спойлер

image.png.4602a7517b7986a3b44622fc8589fc40.png

т.е. это работает

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202588
Share on other sites
2 hours ago, Exception said:

Я только что проверил, вместо контента в спойлере при загрузке показывает примерно это:

  Hide contents

image.png.4602a7517b7986a3b44622fc8589fc40.png

т.е. это работает

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???

IMG_20240417_214214.png

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202592
Share on other sites
25 минут назад, avangcom сказал:

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???

IMG_20240417_214214.png

 

.ipsSpoiler_contents {
  display: none;
}
.ipsSpoiler_header:not(.ipsSpoiler_open) {
  margin-bottom: calc(var(--sp-4) * -1);
}

 

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202593
Share on other sites

@Exception After adding this code to custom.css, we can write a text for the spoiler, we can only give a title

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202599
Share on other sites
13 минут назад, avangcom сказал:

@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);
}

 

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202600
Share on other sites
35 minutes ago, 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

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202601
Share on other sites
4 минуты назад, avangcom сказал:

@Exception I tested this, when the topic opens, the spoiler opens

это для обычного, для того что в плагине замени в коде .ipsSpoiler на .cyberdevil_spoiler

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202602
Share on other sites

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 by avangcom

Link to comment
https://ipbmafia.ru/topic/23852-spoiler-editable-title/?&do=findComment&comment=202604
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.


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

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

  • No registered users viewing this page.