Hello @wbecker
Sorry for the delayed response.
You’d have to check the email your website would have sent the site’s administrator for exact details on which plugin triggered the error. Or, check your webserver’s PHP error log for more details.
Thread Starter
Wayne
(@wbecker)
I have gone through and disabled each plugin on my site one by one without improvement. Something appears to be stripping away the custom CSS codes and HTML codes I enter in the “Book Description/Synopsis” text box. Links to authors and genres return errors. I’m baffled.
If the error your are referring to is that 404 page, then try flushing your permalinks. You can do so by visiting Settings > Permalinks on your website’s backend.
Thread Starter
Wayne
(@wbecker)
That fixed the 404 errors but that did not fix the stripping of HTML tags from the
On https://bestfx.com/review/gettysburg/, the word “Gettysburg” under the Tag: should be bold and on its own line. The next paragraph should start: “Recounts the events …” e.g.,
Gettysburg
Recounts the events …
Thread Starter
Wayne
(@wbecker)
Okay, fixed the problem of the tags being stripped. Added
add_filter( 'rcno_book_description_strip_tags', function () {
return false;
} );
to my functions.php
Still have the issue of errors with some reviews being truncated and without a sidebar. Compare:
I think this is the result of a recent WordPress update but I’m at a loss as to how to fix it or backup to the previous version of wordpress