• Site now only shows 3 posts after the latest (5.2.1) WordPress update. After an initial quick inspection, it seems the page is not being processed correctly, halting just a short way (i.e. 3) through the 50+ posts and not even getting to the footer.

    My site has lots of code snippets, hence why I used Crayon Syntax Highlighter.

    I’ve currently had to turn off Crayon Syntax Highlighter, to get the site to render.

    I’d prefer NOT to have to go through the site and update the (hundreds of) code snippets, with another syntax highlighter so would appreciate any help you might be able to give.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same issue. I had to deactivate the plugin. Would love a fix on this, as I also have tons of code snippets.

    Thread Starter derrickr

    (@derrickr)

    There is no fix. This plugin has been abandoned. I’ve now installed Enlighter and am (very slowly) having to update all my code snippets by hand since I don’t have the time to work out the regex to do a global search & replace for the Crayon pre tag (of varying length & content).

    Same issue here but I am going for a css style solution.

    No plugin that is going to break again.

    pre {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    background: #efefef;
    }
    pre code {
    padding: 30px;
    color: #333;
    }

    Editing a lot of data is best done via mysql database dump and reupload hint hint

    i don’t know what happened, but the version used has been normal, and there have been no such problems in recent months. 5.2.2 end.

    I also have this problem!Hope to solve as soon as possible, after all, so many people use!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site broken after WP 5.2.1 update’ is closed to new replies.