• I have upgraded wordpress from 3.4 to 3.6 and facing an issue – it is like when any editor or admin try to edit any post / page some of the styling getting removed automatically e.g.
    already there in post – <div style=”height:100px”> </div>
    I want to update this to <div style=”height:100px;position:absolute;”></div>
    when I hit Update, position:absolute part automatically removes.

    This happens only for editors and admin but for the global admin, I am running multisites.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Which editor is being used?

    Thread Starter ddreams

    (@ddreams)

    thanks for the reply. I am using Tinymce Advance editor, I also tried ckeditor , same result

    Please try posting in that plugin’s dedicated sub-forum.

    Thread Starter ddreams

    (@ddreams)

    I don’t think its plugin issue, cause I had tried with default wp editor plugin also, result is same. I also tried debugging post.php to see what it sends to the backend and again the result is same, it strips the position:absolute part and sends. I really dont know whats happening here… I am running multisites and its an issue for all the sites. It was working fine with old version of wordpress, after upgrading to 3.6 m getting this issue. Please suggest something.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘styling getting removed for local Admin and Editors’ is closed to new replies.