Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • msilac Friend
    #192998

    Hello,

    I have problem with ČĆŠĐŽ signs on article titles. You can see examples here:

    http://www.magicos.eu/index.php/magic-shop/magicna-tuba-detail
    http://www.magicos.eu/index.php/magic-shop/nestajuca-cigareta-detail

    How to solve that?

    Thank you

    phong nam Friend
    #515583

    Hi,

    There is no Osnovno language package on Joomla translations page. However, if you are using the Croatian as second supported language on your website. You can try to create a Content Language in Template Manager for this Croatian language. Make sure that you did install the latest update of this language package.

    msilac Friend
    #515678

    Ok, I have installed Croatian language pack 2.5.13.1 it is default on Installed – Site language.

    In Language Manager: Content Languages I have Hrvatski (HR) – Croatian installed.

    I dont understand this “You can try to create a Content Language in Template Manager for this Croatian language.”

    Problem is that ČĆ looks bigger or smaller in article titles… like in example.

    phong nam Friend
    #515679

    Hi,

    Thank you for your clear description again. I got your idea. That is the font style of ‘Bernard MT Condensed’ font-family when displaying the Croatian character. If you open /templates/ja_vintas/css/virtuemart.css file and change:

    h1.product-name {
    color: #333
    float: left;
    font-family: 'Bernard MT Condensed';
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    -moz-text-stroke: 1px #fff
    text-shadow: 1px 1px 0 #F2F2F2, 1px 2px 0 #B1B1B2
    }

    to

    h1.product-name {
    color: #333
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    -moz-text-stroke: 1px #fff
    text-shadow: 1px 1px 0 #F2F2F2, 1px 2px 0 #B1B1B2
    }

    Clear JAT3 cache and the characters will look with the same size.

    msilac Friend
    #515698

    Yes, that’s it! Thank you!

    Just, maybe it is not

    font-family: “Times New Roman”, Times, serif;

    it is

    font-family: ‘Times New Roman”, Times, serif; ‘

    When I type like your example, all of my code go in green colour (in dreamveawer)

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  msilac 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum