loudervisions:
Hello,
Ive installed your Comstock template. Love it by the way!!
But now i have alot of strange symbols and or weird characters through out all the original content before the template switch(products and such)
I get a diamond symbol with a ? in the middle of it.
I know that this has got to be a text character mode mismatch of some sort. I dont really know much about where to look or how to begin to fix the problem.
Has anyone had this happen? Can i change a font-family somewhere or do i have to rewrite all my products and such?
Thx in advance
RPBelcher
https://www.LOUDERvisions.com
This may correct the problem:
open includes/languages/comstock/english.php
find the following section(s) of code
@setlocale(LC_TIME, 'en_US.utf8');
and replace it with the following
@setlocale(LC_TIME, 'en_US.ISO_8859-1');
find
define('CHARSET', 'utf-8');
and replace with
define('CHARSET', 'iso-8859-1');