Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #651279

    NorAloe
    Participant

    Hi,

    I run through this problem over and over again. I’ll copy some text from my Mac “PAges” and paste it in my column/row of X theme and it’s pasted all weird with no proper alignment. It looks as if the text all of sudden decides to skip a row and when i try to backspace or ajust it manually, it doesn’t do any good. So i’m stuck having to retype every word one by one.

    What can be done team?

    #651280

    NorAloe
    Participant

    Here is what i mean!

    #651304

    NorAloe
    Participant

    Better visualization here

    #651502

    Nico
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #651714

    NorAloe
    Participant
    This reply has been marked as private.
    #651762

    Rupok
    Member

    Hi there,

    Thanks for writing in! Your given username is not correct so we couldn’t check the backend.

    However if you just copy paste from any rich editor like Pages or MS Word then it might contain some formatting that might break the layout. In that case paste the text in to a simple editor like Text/Notepad and then copy and paste it to the WordPress editor.

    Meantime you can try adding this under Custom > CSS in the Customizer.

    .x-text p {
      word-break: break-all;
      word-wrap: break-word;
    }

    Hope this helps.

    Cheers!

    #653282

    NorAloe
    Participant
    This reply has been marked as private.
    #653285

    Nico
    Moderator

    Hi There,

    Upon checking your setup, there were no misalignment or any overlaps. Would you mind sharing us the process on how to get the version where it is misaligned? Misalignment must be cause of copying it from ms word try copying it from textpad or notepad so that it would not change it property.

    Let us know how it goes.

    Thanks.

    #653295

    NorAloe
    Participant

    I tried using

    .x-text p {
    word-break: break-all;
    word-wrap: break-word;
    }

    And it give me a somehow better format but as picture 1 attached shows…all the words are broken down and the end of the sentence.

    As for Copying and pasting it in TEXTedit for MAC, it did nothing. i pasted it in text and copied it again and pasted it back in my row/column and it gave me another weird alignment.
    I looked at some similar problems and they say to use the function “Paste and Match Style”…tried it also and does nothing!!

    Driving me nuts!! i have more than 15 pages of text for my website to use and none of it can blend in like i want.

    btw the page is http://www.noraloe.com/en/historical-review/

    #653297

    NorAloe
    Participant

    picture

    #653308

    Rue Nel
    Moderator

    Hello There,

    Can you please resend your screenshots?
    Please make the screenshot files a little bit smaller. You can also use this screen sharing site: prntscr.com

    Please let us know how it goes.

    #660256

    NorAloe
    Participant

    Hi,

    The picture you attached has no misalignment nor overlaps because it is the wrong section/page you are looking at. Here is the right page:

    http://www.noraloe.com/en/historical-review/

    ***please see attached screenshot for exact location of errors. The misaligned section are written in ENGLISH.

    Thanks team!

    #660507

    Rupok
    Member

    Hi there,

    Thanks for updating. Sorry for the confusion but the solution was already provided (#post-651762). Please follow the reply and add this under Custom > CSS in the Customizer.

    .x-text p {
      word-break: break-all;
      word-wrap: break-word;
    }
    

    Hope this helps.

    Cheers!

    #662163

    NorAloe
    Participant
    This reply has been marked as private.
    #662168

    Paul R
    Moderator

    Hi,

    Sorry for the confusion.

    Please remove the css code.

    There is some formatting in your text that were copied over that is causing the overlaps.

    To fix it, I copied the text and pasted it in notepad then copied it back to your text element.

    By pasting the text it notepad it removes any hidden formatting in your text and convert your text to a standard format.

    Kindly check on your end.

    Thanks