Search results don't show post titles

Hi, the search results don’t show post titles. They are hidden H2’s. I haven’t hidden it by CSS myself.

The demos have the same problem: http://demos.wpbeaverbuilder.com/?s=lorem

Hey Tom,

Thanks for the heads up. This is a side affect of another issue that we haven’t been able to figure out yet. It’s a real tricky one.

For now, you can circumvent this by using the following CSS…

.fl-post-header {
    display: block !important;
}

Sorry for the hassle!

Justin

No problem and thanks for the tip!