• Resolved mumsdreamteam

    (@mumsdreamteam)


    I’m really puzzled with this one.
    Most times when I look at my blog, typically the last sentence or so has faded out or is missing. I know some information is there so if I highlight the text with my mouse to reveal the “hidden” text, when I release the mouse button, I usually lose a couple of paragraphs.

    My blog is located as my homepage at http://MumsDreamTeam.com

    Has anyone got a solution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Internet Explorer user, correct?

    http://plone.org/documentation/how-to/internet-explorer-invisible-text

    Options are to see what you can do to fix it in your theme’s css, or change to a different theme (that does not sport the problem).

    This is a known rendering bug in IE.
    Apply the following code to problematic class or id in css:

    .example { position: relative; }

    Thread Starter mumsdreamteam

    (@mumsdreamteam)

    Yes, I’m using IE. But I don’t know anything about the css file. Ofcourse I know where to find to edit it, but homestly, I know squat about what the code all means.
    but thanks for the link to the plone.org doc.

    Thread Starter mumsdreamteam

    (@mumsdreamteam)

    Job done.
    I’ve now sorted out my problem.

    thanks Alain, that’s solved my problem.

    However, now for some reason, I’ve lost a post. It just seems to have disappeared.

    Thread Starter mumsdreamteam

    (@mumsdreamteam)

    Marvelous.

    I’ve now got my missing post back and fixed the rendering issue.

    I used;

    .entry { position:relative;}

    Before, when I lost my post I was using

    .post { position:relative;}

    Anyway, this is solved and can gladly be closed.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Disappearing sentences’ is closed to new replies.