Question Title not showing on single question page, why?

Solved7.24K viewsIssues
0

Question Title is not showing on single question page, why?  Thank you.

commented

Attachments

Capture.jpg

Please send us credentials to support email.

i have same issue on my site. https://w3reign.com/question/append-or-bind-bootstrap-calendar-on-div-not-on-body/ i have checked the CSS below solution, but it didn’t work for me. I am using updated version.

1

Question Title is not showing because Your WordPress theme style.css has an entry that hides it:

h1.entry-title {
 display: none !important;
}

You need to add this custom css code for Your theme to show title on Anspress pages:

.anspress h1.entry-title {
    display: block!important;
}

That should do the trick.

commented on answer

Do I need to hire a programmer to make that change or is it easy enough for me to figure out with some direction. Do know any css programmers that I can hire? Thank you for your help.

George, simply add the CSS which @marnotrawny has posted.

George, if Your WordPress theme don’t have settings with custom CSS editor, then You need to install one. Simple add new plugin, and search for “TJ Custom CSS”. After installation, go to the *Appearance → Custom CSS*, then you will see a big textarea. Put there css code from above. That’s it.

Looks like “commenting doesn’t allow posting images. See my “answer” below as my question to your comment above.

0

Image related to above comment.

0

Found Custom CSS in two places “Visual Composer” and “VC Extensions” and I assume it doesn’t matter which one I use.  When I pasted in your code I got two errors:

  1. Heading  (h1) should not be qualified Element (h1.entry-title) is overqualified Just use .entry-title without element name
  2. use of !important

Thank you.

commented on answer

Use that one from Visual Composer -> Custom CSS. These are not errors, just warnings. Don’t worry, just Save Changes and check if Titles come back on Anspress pages.

Brilliant! that worked. However I now have to Question titles displayed. I hate X Theme. They change everything to upper case or I just don’t know how to turn that off. See image as a new answer below. But then I also hate goDaddy for keeping me stuck on php 5.4 which prevents me upgrading to Anspress 3.0. Let me count the ways I hate… 🙂

Thank you for your help.

There are two titles, because You have “Show question title in single question page.” turned on. Just switch it off. You can find it in Anspress settings (Anspress -> Options -> Pages -> Show question title).

https://docs.google.com/uc?id=0B33JDwswfLRcUHBCaG5RTlhKNDg

That fixed it. Thank you. I am starting to see the power of Anspress “Selected Answer” etc. Can’t wait to get 3.0.

Is there a reputation summary/overview report that shows reputation stats related to all users answering/commenting/or posing questions? I have already asked that as a separate question but no response so far.

Thank you.