• The problem started when one of my clients said that after they copy and pasted or typed their content in the wordpress page editor the styles are not displayed on the published page. Meaning if they type a paragraph and hit enter for a space and bold some text it looks correct in the editor but when they hit publish, the page is not reading the entered spaces and bold text, its just one long paragraph of text.

    I’ve tried rebuilding the theme as I noticed it was just a theme problem and not an installation problem. I’ve switched to other themes copied and pasted the text and it publishes just fine, so I know something is wrong with the theme, I just don’t know where to look. Would this be in the functions.php, or the page.php. I’m scratching my head…I’m a rookie to building themes so I followed a tutorial step by step.

    If anyone has encountered this problem and can direct me to a solution I would be for ever grateful.

    I don’t mind uploading some code if needed. Please help

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator James Huff

    (@macmanx)

    What is the name of the theme, and where did you get it from?

    Thread Starter arrt

    (@arrt)

    The original was built using the twenty thirteen theme. I rebuilt the theme using the HTML 5 blank theme and I’m still encountering the same problem.

    Moderator James Huff

    (@macmanx)

    And does everything work perfectly if you temporarily switch to the Twenty Fifteen theme?

    Thread Starter arrt

    (@arrt)

    i think I may have found the problem…I found this on the css code. Deleting this has fixed the editor problem however when they type out their content it only utilizes half the text editor which is still weird…

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top;
    }

    Moderator James Huff

    (@macmanx)

    Yeah, I can see how that would effect things, it pretty much affects everything. 😀

    So, does everything work perfectly if you temporarily switch to the Twenty Fifteen theme?

    Thread Starter arrt

    (@arrt)

    Yup everything looks seamless. Now I’m just going through lines of css code lol

    Moderator James Huff

    (@macmanx)

    Yeah, the problem is definitely in the theme then, somewhere. According to http://html5blank.com/ “for more indepth support please drop on StackOverflow.” And yes, the link does just go to the front of SO, I wish they offered more specifics.

    Thread Starter arrt

    (@arrt)

    Thanks! fingers grossed I can fix the rest of this

    Moderator James Huff

    (@macmanx)

    You’re welcome!

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

The topic ‘WordPress editor not working properly’ is closed to new replies.