Viewing 1 reply thread
You must be logged in to reply to this topic.
After migrating my site with the specular theme installed I get an error when clicking on “edit page”. No matter what page i’m editing there is a error at the top of the backend which is as follows –
<span style=”color: #303942; font-family: Menlo, monospace; font-size: 11px;”>”Error: Invalid US-ASCII character \”\xEF\”\A on line 194 of /Users/jmalcmacher/Desktop/work/Skoda/site/dev/serotte/wp-content/themes/specular/admin/assets/css/vendor/elusive-icons/elusive-icons.scss\A \A 189: .el-inverse {\A 190: color: #fff\A 191: }\A 192: \A 193: .el-icon-address-book-alt:before, .el-address-book-alt:before {\A 194: content: \”\”\A 195: }\A 196: \A 197: .el-icon-address-book:before, .el-address-book:before {\A 198: content: \”\”\A 199: }”; }</span>
I’m not sure why the error is referencing a local file on my computer nor do I understand why it’s trying to work with a scss file but I’ve tried clearing my WP cache, my local cache. I’ve checked for any references in the database but there aren’t any.
Hello,
Where did you migrate this? In an online host or your local computer?
Try adding this to the top of the file \admin\assets\css\vendor\elusive-icons\elusive-icons.scss: @charset "UTF-8";
Let us know.
Best regards!
You must be logged in to reply to this topic.