Hi everyone,
does someone have an idea how to fix this ?
the search bar is displayed correctly but the search button is not displayed at all.
The more strange thing is that for testing purpose, I installed the 2.6RC7 version on the exact same config (exept bbpress of course) and here the button appears.
For the record.
I found it but no idea at all where it came from.
It was a style="display:none;" CSS inline declaration inside the generated code.
Generated by what ? Don’t know.
Anyway, I had to force the display with a display:inline-block; and !important tag to bypass it.