Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter emboldtyler

    (@emboldtyler)

    Ah makes sense. So far, just editing the code has worked on the 5 sites I’ve tried it on that were having this issue. Seems like this might be happening from a formatter which tries to break up long lines. If the line is too long, it looks like it swaps this
    <img src="somelongurl" class="some-long-class-list" height="10" width="10">
    to
    <img
    src="somelongurl"
    class="some-long-class-list"
    height="10"
    width="10"
    >

    I think this is a standard thing in most formatters (prettier, etc)

    • This reply was modified 1 year, 2 months ago by emboldtyler.
    Thread Starter emboldtyler

    (@emboldtyler)

    Thank you. Looks like this worked for this specific site. I’ll give it a try tomorrow on a few of the other sites we’re having trouble with in case it’s the same issue.

    Any chance we can expect this in a patch of the plugin or is this function something we’ll need to add on all of our Litespeed Cache sites?

    Thread Starter emboldtyler

    (@emboldtyler)

    Oh right I didn’t even catch the seo in the path.

    ajax-load-more | 5.5.4.1
    ajax-load-more-repeaters-v2 | 2.4.2
    ajax-load-more-seo | 1.5

    Looks like the add-ons are no longer activated, so that makes sense. Thank you for the input.

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