BLOG POST NOT SHOWING CONTENT ON IT"S OWN PAGE

This topic has 4 replies, 3 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler

  • Avatar: DigitalDolphin
    DigitalDolphin
    Participant
    June 18, 2017 at 21:08

    Hi, my website is not showing the full content of a blog post. I was wondering why suddenly it’s not showing up. I saw this post https://www.8theme.com/topic/blog-not-showing-full-article-on-blog-page/ and tried to follow the solution but didn’t work so I opt to ask a support regarding this.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: laranz
    Laranz
    Participant
    June 19, 2017 at 00:49

    Hi,

    I saw the page you linked in the Private Content, it seems the CSS code you added in the Child theme causing the issue.

    Can you try remove this code ( around line #20 ) in the style.css of your child theme?

    .page-heading.bc-type-variant2 {
        display: none !important;
    }

    Let us know,

    Thanks,
    laranz.

    Avatar: DigitalDolphin
    DigitalDolphin
    Participant
    June 19, 2017 at 09:15

    Hi Laranz,

    it is showing now thanks but I want to hide the header that says “Home, Blog, etc” I do not want to show the page name in the header before the content. Also, The blog is not showing up but it’s not showing the exerpt and “Read More” button even if I already set the Reading settings to “Summary”. Please advise. thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 19, 2017 at 13:00

    Hello,

    Please use this code to disable breadcrumbs:

    .bc-type-variant2 {
        display: none;
    }

    Please explain with more details what you want to achieve.

    Regards,
    Rose Tyler.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.