By Bernhard Sgoda on Tuesday, 28 August 2018
Posted in General Issues
Replies 5
Likes 0
Views 666
Votes 0
Hello Support team,

I have an optical problem with longer german words. Those words doesn't break into a new line. Instead they overlap with modules aside (see attached screenshot - yellow mark)

Any solution to avoid this problem

Best regards - Bernhard
Hi there,

Maybe you can try to apply css codes below here http://take.ms/H2e3k and see how it goes. If problem still persisted, Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?

[gist type="css"]
#eb .eb-mag-title {
word-break: break-all !important;
}
[/gist]
·
Wednesday, 29 August 2018 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Abdul,

the code doesn't work fine. That's not hyphenation. I tried it with "­" and it works, but I once read that Google doesn't like this so much. Now I still found another hint for CSS3 but I don't know where to place the code and you have to do "<html lang="de">":

/* hyphens */
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;

Perhaps you can help me in this way

Bernhard
·
Wednesday, 29 August 2018 13:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Wednesday, 29 August 2018 13:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

some days ago I gave you admin access. But nothing happens. Something wrong with the access. Please tell me.

Bernhard
·
Saturday, 01 September 2018 14:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Sorry for inconvenience caused as im not noticed that you already given those until you replied to this thread. By the way, seems like those issues already gone as you can see here http://take.ms/1ANZB

By the way, you can apply those css codes here http://take.ms/bQt05 and do remember to clear your cache and disable System - JCH Optimize Pro plugin first.

Please advice.
·
Saturday, 01 September 2018 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post