• Resolved mcdpinternational

    (@mcdpinternational)


    I had to move my WordPress to another server (Ubuntu 18.04 LTS 64bit + Plesk Onyx version 17.8.11), WordPress 4.9.9.
    Since then, the formatting behaves differently, although I don’t know if this is correlated.

    So far I could simply write text into the table and add a new line to the following images by pressing the “enter” key.
    After the move this is no longer possible. If a text in a new line follows after an image, this line is not output as a new line in the frontend, but directly after the image. Also setting <br>, <br />, <p> etc. did not put the text on a new line.
    (see example page column “Wednesday”, 20 – 21 o’clock)
    Who still has the problem?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This should not be related to the server configuration at all. More likely, something was not fully copied to the new server.

    In this case, it seems that the images are simply set to float on the left side. Due to this, the text will go to the right of them, if there is enough space. To turn that off, you could e.g. add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
      float: none;
    }

    Regards,
    Tobias

    Thread Starter mcdpinternational

    (@mcdpinternational)

    Thank you very much, that has helped.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Different formatting behavior after server move’ is closed to new replies.