0
Welcome Guest! Login
0 items Join Now

SOLVED roksprocket charset problem

  • SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • 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
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • The supplied font with Sirroco "campton-demo" font family doesn't contain the glyphs for your accent characters.
    • Last Edit: 9 years 5 months ago by DanG.
  • Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • If it's an issue of the whole template why it shows only in roksproket?

      Anyway, is there a way around it?

      Thanks!
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • 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.
  • Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • You'll need to use a different font...
      div.fp-roksprocket-mosaic .sprocket-mosaic .sprocket-mosaic-title {
          font-family: Verdana,Helvetica,Arial,sans-serif;
      }

      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 see this page for a tutorial on adding fonts to one of our templates http://www.gantry-framework.org/documentation/joomla/tutorials/adding-a-custom-font .

      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.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
  • Re: SOLVED roksprocket charset problem

    Posted 9 years 5 months ago
    • 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;}

Time to create page: 0.075 seconds