- Posts: 44
- Thank you received: 2
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
Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the
download
page.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.
Question Modal forms are not accessible in Editor
- eSilverStrike
-
Topic Author
- Offline
- Junior Member
-
Less
More
9 years 1 month ago - 9 years 1 month ago #184174
by eSilverStrike
Modal forms are not accessible in Editor was created by eSilverStrike
I am using Kunena 5.0.6.1 the Crypsisb3 template and the latest version of Joomla. My template for Joomla is loading bootstrap 3.3.7
When creating a new topic or replying, if you click on the emoticons icon or link icon on the toolbar the modal form comes up but is disabled and darken like the rest of the page. Nothing is clickable on the page
You can see an example of this by adding a test forum post here .
Does anyone have an idea on how to fix this?
Thanks
When creating a new topic or replying, if you click on the emoticons icon or link icon on the toolbar the modal form comes up but is disabled and darken like the rest of the page. Nothing is clickable on the page
You can see an example of this by adding a test forum post here .
Does anyone have an idea on how to fix this?
Thanks
Last edit: 9 years 1 month ago by eSilverStrike.
Please Log in or Create an account to join the conversation.
- eSilverStrike
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 44
- Thank you received: 2
9 years 1 month ago #184188
by eSilverStrike
Replied by eSilverStrike on topic Modal forms are not accessible
Does anyone have any ideas on how to fix this?
Please Log in or Create an account to join the conversation.
9 years 1 month ago - 9 years 1 month ago #184201
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Modal forms are not accessible in Editor
You have enabled Optimize CSS and Optimize JS in your joomla template? I'm not sure if I can see the correct codes.
Please disable both optimizer and test, whether this code works. Add this code in your custom.less. docs.kunena.org/en/manual/backend/templates/edit-less Then empty the cache.
Please disable both optimizer and test, whether this code works. Add this code in your custom.less. docs.kunena.org/en/manual/backend/templates/edit-less Then empty the cache.
Code:
.modal {
z-index: 3333 !important;
}
Important! Always create a backup before you make any changes to your website!
Last edit: 9 years 1 month ago by rich.
Please Log in or Create an account to join the conversation.
- eSilverStrike
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 44
- Thank you received: 2
9 years 1 month ago #184232
by eSilverStrike
Replied by eSilverStrike on topic Modal forms are not accessible in Editor
Okay I added the code to custom.less and it still happens.
I have disabled the optimizer so you can look into it further.
Thanks
I have disabled the optimizer so you can look into it further.
Thanks
Please Log in or Create an account to join the conversation.
9 years 1 month ago #184242
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Modal forms are not accessible in Editor
It seems something is not right with your Joomla template (I give up). The modal can't highlighted. You can only push back the elements.
Try this code in your Joomla template custom.css, but it's only a workaround until you have a better solution. Then check in your webpage whether in other sites is all correctly displayed.
Try this code in your Joomla template custom.css, but it's only a workaround until you have a better solution. Then check in your webpage whether in other sites is all correctly displayed.
Code:
.modal-backdrop {
z-index: 19;
}
.modal {
background-color: rgba(0, 0, 0, 0.50);
}
.sidebar-primary {
z-index: 19;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- eSilverStrike
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 44
- Thank you received: 2
9 years 1 month ago #184246
by eSilverStrike
Replied by eSilverStrike on topic Modal forms are not accessible in Editor
Thanks your temp fix does work but I have since removed it so the JReviews team can take a look to see what is wrong. If they figure it out I will post the fix here.
Please Log in or Create an account to join the conversation.
Time to create page: 0.261 seconds