• cjbmeb14

    (@cjbmeb14)


    I am using the Hueman theme and like it but have a big problem. If I use one sidebar or two sidebars I cannot see any text content when a post is published, I can still see images but no text.
    If I disable one of the sidebars I can just see the edge of the text.
    If I disable both sidebars and make it full page then the written text content is fine.
    I have tried disabling all of my plugins but still does not work.
    Any ideas what this could be?

Viewing 4 replies - 1 through 4 (of 4 total)
  • bdbrown

    (@bdbrown)

    Hi cjbmeb14. Can you post a link to your site so we can see the issue? Thanks.

    Thread Starter cjbmeb14

    (@cjbmeb14)

    Sorry for the late reply.
    Here is a link to a page of my website that is not displaying the text: http://dograces.co.uk/greyhound-racing-results/
    As you can see on this page images appear fine but there is no text showing at all even though there should be about 900 words on this page.
    If I disable the sidebars and make it full page then all the text can be seen.

    Very strange, the problem is that all of the text seems to be enclosed in span elements with a class of s1, and there’s a CSS rule which shifts the text over 340px to the left, meaning it gets hidden by the left sidebar. It’s as if your content area is being formatted as sidebar 1 (the left sidebar).

    Not sure if this is a setting issue, but if you can’t figure it out, or if someone else doesn’t offer a solution, you can try adding this CSS rule using a Custom CSS plugin:

    
    .content .p1 .s1 {
       margin-left: 0;
       float: none;
       width: 100%;
    }
    
    Thread Starter cjbmeb14

    (@cjbmeb14)

    I have tried this plugin and added the rule.
    It seems it has fixed the problem.
    What could have been causing the problem? another plugin perhaps?
    Anyway thanks @crouchingbruin

    • This reply was modified 7 years, 11 months ago by cjbmeb14.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missing main content Text with sidebars’ is closed to new replies.