• Resolved terrychanpuli

    (@terrychanpuli)


    Hi
    I am using the theme Newspaper and the tagdiv composer to build my website.
    This page for example: https://probiotic-lab.org/gut-brain-axis/ The author’s name disappeared in two places: below the article title and at the end of the article, the author also disappeared in the “single post author box” like the capture here: https://probiotic-lab.org/author.jpg

    I didn’t use plugins like Publish Press, is there anyone could help me to solve the problem? Thank you!!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you switch to the default WordPress theme to check if the problem persist? If not, then you know that it maybe a theme issue.

    The display has disappeared because you have entered this CSS code under Appearance > Customizer > Additional CSS:

    .tdb-author-name{
    display:none !important;
    }

    Remove this and it will be displayed again.

    Of course, there will certainly be a reason why you have made this entry. Think again exactly where this should actually work. Because it is currently working in the wrong places.

    Thread Starter terrychanpuli

    (@terrychanpuli)

    Thank you @threadi this has been resolved when I delete the lines!! There is not only me managing this website, I will make sure if there’s any reason why someone added this, thanks for your kindly reminder! Many thanks!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.