- Posts: 8
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Pop-up windows obscuring
9 years 5 months ago #181570
by Miri
Pop-up windows obscuring was created by Miri
When writing a message, pop-up windows are moved, ie, when I want to insert emoticons, images and more ...
Practically, the screen becomes obscuring, but we do not see the pop-up windows
The support of the template, answer me to add this code to costum.css
Now I see the window, but I can not add, smilies or links.
Because the window closes as soon as I click on it.
I ask you, if someone has the same problem, and how can I solve it.
Thank you
Practically, the screen becomes obscuring, but we do not see the pop-up windows
The support of the template, answer me to add this code to costum.css
Code:
#jsn-master .modal {
position: absolute !important;
}
.modal-backdrop {
position: absolute !important;
background-color: transparent !important;
}
Now I see the window, but I can not add, smilies or links.
Because the window closes as soon as I click on it.
I ask you, if someone has the same problem, and how can I solve it.
Thank you
Please Log in or Create an account to join the conversation.
9 years 5 months ago #181578
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Pop-up windows obscuring
Try to add to your code a z-index. If does not help, try it with z-index: -1;
Code:
.modal-backdrop {
position: absolute !important;
background-color: transparent !important;
z-index: 1 !important;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
9 years 5 months ago #181588
by Miri
Replied by Miri on topic Pop-up windows obscuring
It works, fine. Thank you. This would be a JS problem, template, or Kunena?
Please Log in or Create an account to join the conversation.
9 years 5 months ago #181593
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Pop-up windows obscuring
It is a small css conflict with some templates.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds