Since there's no support for this extension from the people responsible, I'm trying my luck here.
Since I've already seen something on Stoker regarding the Ideas extension, I hope we can solve this together.
I can install and configure the extension, and enter ideas in the selected forum, and they are created.
After creating it, however, I can't select a new status in the dropdown menu.
It's as if the menu is cut off.
The CSS code from the corresponding CSS for the extension
Code: Select all
.status-dropdown {
margin-top: 8px;
}
.status-1 {
background-color: #6495ed;
}
.status-2 {
background-color: #9acd32;
}
.status-3 {
background-color: #006400;
}
.status-4 {
background-color: #daa520;
}
.status-5 {
background-color: #b22222;
}