- Posts: 7329
- Thank you received: 1425
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 Inactive modal BBcode editor
9 years 6 months ago #181242
by 810
Replied by 810 on topic Inactive modal BBcode editor
add on your joomla css:
Code:
.modal-backdrop { z-index: 1 !important;}
Please Log in or Create an account to join the conversation.
- mdfavionics
-
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
9 years 6 months ago #181247
by mdfavionics
Replied by mdfavionics on topic Inactive modal BBcode editor
I placed the code in my template's Custom CSS and performed a video link on the site...... All is good in the world.
Thanks for your help!!
Thanks for your help!!
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 41
- Thank you received: 0
9 years 5 months ago #181458
by anonymous6a8a7d5ccb866e5f05efe414d99f567c
Replied by anonymous6a8a7d5ccb866e5f05efe414d99f567c on topic Removed by GDPR
Removed by GDPR
Please Log in or Create an account to join the conversation.
9 years 5 months ago #181484
by 810
Replied by 810 on topic Inactive modal BBcode editor
please add demo account and link to new topic.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 41
- Thank you received: 0
9 years 5 months ago #181498
by anonymous6a8a7d5ccb866e5f05efe414d99f567c
Replied by anonymous6a8a7d5ccb866e5f05efe414d99f567c on topic Removed by GDPR
Removed by GDPR
Please Log in or Create an account to join the conversation.
9 years 5 months ago #181500
by 810
its not fixing everything, but the most. The best is to look on your joomla css for modal, and remove it
Replied by 810 on topic Inactive modal BBcode editor
Code:
.modal {
z-index: 9000;
position: fixed;
top: 40%;
width: 60%;
}
.modal-body {
width: 98%;
position: relative;
overflow-y: auto;
padding: 50px 20px;
top: 0px;
}
.modal-header {
padding: 9px 15px;
border-bottom: 1px solid #eee;
z-index: 2147483647;
min-height: 100px;
}
its not fixing everything, but the most. The best is to look on your joomla css for modal, and remove it
Please Log in or Create an account to join the conversation.
Time to create page: 0.253 seconds