• froose

    (@froose)


    Hi all,

    The backend of my WordPress website looks scrambled.
    All the columns in the page-overview are overlapping.
    I tried adjusting screen resolution, zooming in and out, changing the selection of columns. I updated all the plugins and wordpress. I disabled all the recently added CSS to my website. Still not working.

    See picture here:
    https://ibb.co/HHP97b0

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

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

    (@sebot34)

    Hi @froose,

    this usually happens when the scripts get interupted. If you could check dev tools console in your browser (F12 key) if there are any javascript errors happening?

    I don’t think it’s related to css at all.

    Best,
    Seb

    Thread Starter froose

    (@froose)

    Hi Thanks for your comment.
    I dont see any errors in the console.
    Check printscreen : https://ibb.co/t3M6q24
    Do i need to enable the script debug first? Like stated here below:

    Step 2: Enable SCRIPT_DEBUG #Step 2: Enable SCRIPT_DEBUG
    You need to turn on script debugging. Open wp-config.php and add the following line before “That’s all, stop editing! Happy blogging”.

    define(‘SCRIPT_DEBUG’, true);

    Sebo

    (@sebot34)

    script debug will not print to the developer console window but still may be helpful if it’s some serverside issue, so yea turn it on and see if there’s anything printed when you see that admin table.

    What you can also do to track this down is to disable all plugins and if it goes away enable them one by one. That way you find the bad guy for sure.

    Best,
    Seb

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page overview looks scrambled’ is closed to new replies.