• Resolved mattiasemilsson

    (@mattiasemilsson)


    Hi!
    I made four pages but the text/information I put into each page doesn’t show in my homepage. They only contain the headline.

    I’m using following Theme: Klean

    Here are the URL to one of the pages:
    http://www.helenaskoglund.com/home/bio/

    Why can’t I see the content? Please help

    :/

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • lisa

    (@contentiskey)

    A few ideas:

    check on your page settings. are you using subpages+parent pages?

    please share the individual page links to all of the pages that you have created and are having trouble with

    check appearances>menu area too
    be sure the proper pages are included in your menu.

    Thread Starter mattiasemilsson

    (@mattiasemilsson)

    Thanks for your quick answer.

    Homepage is: http://www.helenaskoglund.com/

    Yes, Home is my “parent-page” and the other three pages are subpages.

    I just made three other pages and filled in some text, but the text will not show.

    I tried to deactivate the two plugins i downloaded but it’s the same result. no text visible on the subpages.

    I can’t figure out what’s wrong. It must be something simple :S

    I am not seeing any content on your site at all. It looks like your running into some form of error that is killing off the page execution.

    Under settings > general , do you have the homepage set to the front page?

    Can you access your sites error logs to check out what’s going on, and what error is getting thrown. Alternatively, if you can access wp-config.php you can toggle on WP_DEBUG to get a better idea of what’s happening.

    Thread Starter mattiasemilsson

    (@mattiasemilsson)

    Also the background on each page in adminmode where you type all the text is black. I don’t know if that relates to this problem but it feels really wierd. I’m not used to that. It should be white..

    Thread Starter mattiasemilsson

    (@mattiasemilsson)

    Thanks for your answer Evan.

    I opened wp-config.php and activated wp-debug

    define( ‘WP_DEBUG’, true );

    Now what? 🙂

    Thread Starter mattiasemilsson

    (@mattiasemilsson)

    oh I think I found something:

    I use following text in simple custom css:
    ———–
    .site-info {
    display: none; //Remove copyrightinfo
    }

    #search-top {
    display: none;
    }

    #page {
    display: none !important;
    }
    .site-description {
    color: #68228B;
    }
    ———–
    I belive
    #page {
    display: none !important;
    }

    makes the text dissapear!

    That would most certainly cause the problems 🙂

    Looks like you have everything up and running again!

    Evan

    Thread Starter mattiasemilsson

    (@mattiasemilsson)

    Yepp, thanks alot for your quick response 🙂
    Have a great day! 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Page information doesn't display on each page’ is closed to new replies.