Tagged: x
-
AuthorPosts
-
April 11, 2016 at 5:23 am #876213
Hi there,
I know german sounds hard and awkward. It although looks awkward, but for some words we need the ‘ß’. In the body of the text it is shown normal, but in Headlines it switches to ‘ss’. Is there any way to fix it and have the ‘ß’?
Thanks for the help!
April 11, 2016 at 9:55 am #876548Hi Julian,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
April 11, 2016 at 11:30 am #876722This reply has been marked as private.April 11, 2016 at 9:15 pm #877485Hello Julian,
Please try using HTML code
ß
See attached screenshot.
We’ve answered you on the thread.April 12, 2016 at 3:59 am #877919Thanks for both answers!
Unfortunately, the html code doesn’t work as you can see in the screenshots. In the headline it becomes an ‘ss’ in the body it just shows the code. Do you have an idea why that happens?
April 12, 2016 at 4:00 am #877921Here is the second screenshot 🙂
April 12, 2016 at 9:59 am #878428This reply has been marked as private.April 12, 2016 at 3:59 pm #878927Hi there,
now I’m a bit confused! I can log me in as usual. Is there any difference when you or me is trying to log in?
April 13, 2016 at 3:55 am #879621Hello Julian,
This might be wordpress character encoding problem. Check this thread:http://www.ashout.com/fix-character-encoding-problem-in-wordpress/. Please also note to backup your site before doing anything else.
Hope this helps.
April 25, 2016 at 11:48 am #898909Hi there,
I didn’t tried your suggested thread, I found another solution. Because I think it’s just because the headlines are all uppercase. So I used the code
<span style="text-transform: lowercase;">ß</span>
what worked very well. In headlines and body text as well. Just in the third featured Headline on the starting page (http://reintueten.de) there appears now a gap between the letters and I don’t know how to get this away.
Do you have an Idea?
April 26, 2016 at 2:01 am #899819Hi there,
Thanks for updating. It’s because the span inside the headline has a default padding left. SO you can just update your code to following :
<span style="text-transform: lowercase; padding-left: 10px">ß</span>
Let’s change the padding-left value if needed.
Cheers!
April 26, 2016 at 2:22 pm #900848So nice! thank you a lot!
Best theme, best Support!April 26, 2016 at 11:29 pm #901429You are most welcome. 🙂
-
AuthorPosts