Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • philingbb Friend
    #182594

    Hello,

    I use module with title. But for the german language, i need ß instead of ss.( ß -> ß)
    Bur when I write ß in the title , it gives me ss back.

    How can I solve it?

    Thanks for your help
    Philippe


    1. support-nex-3
    2. support-nex-2
    3. support-nex-1
    pixelzombie Friend
    #474467

    Hey phillingbb,

    this forum has problems with ß in the url too 😉 I had to remove “ß” from the post-title.

    The “problem” you have, isn’t really one. It’s german grammar. If you uppercase a “ß”, it becomes SS because there’s no capital ß. You can see it in the source code, an ß is in there, but the font will make it SS.

    To avoid it, do not display the Module Headings in uppercase:


    div.ja-moduletable h3, div.moduletable h3 {
    color: #FE9700
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 1px 1px #DDE0E0
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #eee
    text-align: center;
    }

    use


    text-transform: none;

    instead.

    Cheers

    Frank (from Germany) 😉

    philingbb Friend
    #474496

    Wowww! We learn every day something new!!
    Thanks!

    Na klar! aber man muß an die Idee kommen…. Danke sehr
    von Philippe ( Franzose, der in Deutschland lebt!) 😉

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

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

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