• Resolved gatehealing

    (@gatehealing)


    Having fixed nearly everything else, my final issue, I think, is that it would be extremely helpful for my readers to see the title of my posts. If they are searching for “Depression,” for example, it will help them to see the main post titled “Depression” so they will know that’s what they are looking for. Other related posts will be shown as well, like “holiday depression” etc., but the brief description is not quite enough to show readers exactly what is what.

    Any thoughts would be much appreciated.

    Jon

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gatehealing

    (@gatehealing)

    Edit: When I goto Advanced and set Title field to “Post Title” and the Description Field to “Post Excerpt,” all that shows up in the results window is the excerpt.

    I have tried several combinations of those two fields to no avail other than only getting the Title to show up if I set Description Field to “Post Title.”

    If I also set Title Field to “Post Title,” the post’s title shows up vertically centered.

    If I have Description Field to “Post Title” and mark Title Field to “Post Excerpt” the title shows up where it should, at the top of the box, but there is no excerpt.

    Plugin Author wpdreams

    (@wpdreams)

    Hi!

    I just checked, and the cause is not the field selection, but a CSS rule in the header that hides certain elements in the header, by changing their opacity to 0 – making it opaque, essentially invisible. It probably originates from the theme, but I can’t tell based on the source.

    Anyways, to fix that, simply use this custom CSS:

    .asl_content h3, .asl_content a {
        opacity: 1 !important;
    }
    Thread Starter gatehealing

    (@gatehealing)

    That fixed it!

    Thanks @wpdreams!

    Best,
    Jon

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show title of posts in results window?’ is closed to new replies.