Page 1 of 2

[Extension Support] Ideas, as used here

Posted: 26 May 2025, 13:31
by flumsi
Hello everyone

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.
Screenshot 2025-05-26 153536.png
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;
}

[Extension Support] Ideas, as used here

Posted: 26 May 2025, 16:54
by Stoker
My best guess is your theme.
Does it work with prosilver?

Maybe ad z-index to the dropdown.

[Extension Support] Ideas, as used here

Posted: 26 May 2025, 17:03
by flumsi
I've tried the following so far.
With height: 70px; as soon as I go to the 'Vote' screen, the dropdown menu is displayed up to the third status.

Code: Select all

.idea-panel-inner {
box-sizing: border-box;
width: 400px;
height: 70px;
padding: 0px 3px;
}
Everything else has been unsuccessful so far ;(
Screenshot 2025-05-26 190141.png

[Extension Support] Ideas, as used here

Posted: 26 May 2025, 17:22
by Stoker
z-index: 99999;

[Extension Support] Ideas, as used here

Posted: 27 May 2025, 23:02
by flumsi
Does not result in any improvement

Code: Select all

.idea-panel-inner {
box-sizing: border-box;
width: 400px;
z-Index: 99999;
padding: 0px 3px;
}
Does not result in any improvement

Code: Select all

.idea-panel-inner {
box-sizing: border-box;
width: 400px;
height: 70px;
z-Index: 99999;
padding: 0px 3px;
}
Maximum improvement could not be expanded
Image

[Extension Support] Ideas, as used here

Posted: 28 May 2025, 03:07
by Stoker
Need my reading glasses for that screenshot :D

Have you tested it in another style?

[Extension Support] Ideas, as used here

Posted: 28 May 2025, 07:47
by flumsi
Yes, the same effect happens in prosilver ;(

Oh, the screen is really small, sorry. I'll enlarge the page first before taking screenshots in the future ;)

[Extension Support] Ideas, as used here

Posted: 28 May 2025, 10:07
by Stoker
You are on the right path, Im sure its a css conflict.
Do you have a custom css file like the add.css or an extension that changes the styling?
If so try disable it and see what happens

[Extension Support] Ideas, as used here

Posted: 06 Jun 2025, 09:46
by flumsi
Hallo zusammen

Das Problem besteht nach wie vor, da es jedoch nur mich selber betrifft, denn niemand sonst kann ja den Status einer Idee setzten, habe ich nach etlichen Stunden, aufgehört danach zu Suchen und gegebenenfalls, es auch zu korrigieren.

Irgendwann in einem anderen Leben werde ich es herausfinden, denn wen ich alle Extension deaktiviere, Cache leere + CTRL+F5 betätige, besteht der Fehler nach wie vor.

Ich habe jetzt aber eine Testumgebung und wir sind auch https + SSL Zertifiziert :beer:
Kommt Zeit, kommt Idee :lol:

[Extension Support] Ideas, as used here

Posted: 06 Jun 2025, 12:12
by Stoker
@flumsi english please ;)