To be specific this error shows where the quotation marks are supposed to be.
They look okay to me. Are you still seeing the issue? If so, what browser are you using?
Also, if you want to show the side arrow add this CSS to the custom CSS for the review template…
.wprs_unslider {
margin-left: 35px;
margin-right: 35px;
}
Hi Josh,
I already added that custom CSS of a previous post you shared in the post related to the 201c error with the quotation marks but the error persisted; moreover, I deleted a previously manually added CSS in the minify options of W3total cache plugin and voila the quotation marks came back again.
On the other hand, do you know if there is a way to avoid the wp Google review slider scripts being detected by page speed insights as “resources that block rendering” – I got 2 that finishes in .Js and 2 that finishes in .css
Nevermind, The previous CSS I tried was .wprevpro_t1_DIV_2:before { content: ‘”‘; } which I just removed and added the one you last mentioned which brought back the arrows ! Thanks 😀