Hi,
I'm using roksprocket and I'm havig a characterset issue probably.
Accents, punctuation marks and some symbols (/) doesn't render.
www.bolognatsrm.it/j/
It only happens in roksproket mosaic module and not in any other part of my website.
Any clue? Thanks
Filippo
Can you give me a specific example that I can check?
Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.
Regards, Mark.
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
This is how to create a custom CSS compatible with Gantry 4...
Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_iridescent would be rt_iridescent-custom.css). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
Hi,
I solved the problem overriding this css line
.fp-roksprocket-mosaic .sprocket-mosaic .sprocket-mosaic-title {
font-family: 'campton-bolddemo', Verdana, Helvetica, Arial, sans-serif;}
with this line
.fp-roksprocket-mosaic .sprocket-mosaic .sprocket-mosaic-title {font-family: Raleway, Helvetica, arial, serif;}