This happened to me when cloning from WP engine to Bluehost only all commas were replaced with the temporary site address. Because there were no other instances where the temp address was needed, I was able to fix it using search and replace in the SQL database (see post from today in the support area)
I fixed it – by changing the theme stylesheet.
I changed
pre {
white-space: pre-wrap;
}
to:
pre {
white-space: inherit;
}
My portfolio carousel won’t work at all anymore either. The image fields are simply blank. 🙁
Or, it would be great to have the link back to the old version before the update that I can reinstall.
Super, that worked. Thanks!