Word-break not responding

Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
GK User
Thu Jun 02, 2016 11:56 am
Hi.

I don't want to have word-break enabled (Customize/Features/Enable word-break). But it seems it is not working.

I use child theme of Photo template.

URL: gracebonline.com
USER: AdminTemp
PW: tmp817

After login go to gracebonline.com.

Thank you.
Matej
User avatar
Senior Boarder

Joshua M
Mon Jun 06, 2016 7:58 am
Hi,

Try to add the following custom css code:
Code: Select all
.entry-content,
.entry-summary {
    -moz-hyphens: none;
    hyphens:none;
    word-wrap: normal;
}
User avatar
Moderator

GK User
Mon Jun 06, 2016 8:09 am
Hi,

I've added this (Just in case I've added hyphens and word-wrap to the body also) but it doesn't seem to work.

Code: Select all
body {
font-size: 0.8rem !important;
font-weight: 300 !important;
text-transform: uppercase !important;
word-break: normal !important;
-moz-hyphens: none !important;
hyphens: none !important;
word-wrap: normal !important;
}

.entry-content,
.entry-summary {
-moz-hyphens: none !important;
hyphens: none !important;
word-wrap: normal !important;
}


Thx.

M
User avatar
Senior Boarder

Joshua M
Mon Jun 06, 2016 8:14 am
Could yo provide an URL to specific page where it doesn't work?
User avatar
Moderator

GK User
Mon Jun 06, 2016 8:21 am
User avatar
Senior Boarder

Joshua M
Mon Jun 06, 2016 8:38 am
Please add the mentioned code:
Code: Select all
.entry-content,
.entry-summary {
    -moz-hyphens: none;
    hyphens:none;
    word-wrap: normal;
}

and should be fine.
User avatar
Moderator

GK User
Mon Jun 06, 2016 8:43 am
I've added that to Photo-child/style.css ....

Can you see it?

M
User avatar
Senior Boarder

GK User
Mon Jun 06, 2016 1:29 pm
Ok, it works in Chrome and Firefox but not in Safari.

What can I do to make it work in Safari?

Thx,
M
User avatar
Senior Boarder

Joshua M
Tue Jun 07, 2016 8:49 am
Try the following code instead:
Code: Select all
.entry-content,
.entry-summary {
 -ms-word-break: normal;
     word-break: normal;
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}
User avatar
Moderator

GK User
Tue Jun 07, 2016 8:53 am
Thank you. That works.

M
User avatar
Senior Boarder

GK User
Wed Jul 06, 2016 3:00 pm
Ok. Since I'm on mac I haven't realize that before. But this doesn't work in Internet explorer.

What do I need to do to make it work there also?

Thank you.
M
User avatar
Senior Boarder

Joshua M
Thu Jul 07, 2016 8:17 am
Which version of Internet Explorer exactly?
User avatar
Moderator

GK User
Thu Jul 07, 2016 9:25 am
Hi Joshua.

It seems all of them. This is what I found but I don't know what table to set to fixed.

Windows Internet Explorer 8. The -ms-word-break attribute is an extension to CSS, and can be used as a synonym for word-break in IE8 Standards mode.
When using the -ms-word-break attribute with a table, you must set the table-layout attribute to fixed on the table.


URL to the source: https://msdn.microsoft.com/sl-si/librar ... 84(v=vs.85).aspx

Thank you.
M
User avatar
Senior Boarder

Joshua M
Fri Jul 08, 2016 8:08 am
I can't login with AdminTemp username anymore to see the website. By the way, IE8 browser is not supported anymore.
User avatar
Moderator

GK User
Fri Jul 08, 2016 8:28 am
It's not working in Explorer 11 also.

I've send you the login info via PM.

Thank you.
M
User avatar
Senior Boarder

Joshua M
Mon Jul 11, 2016 9:30 am
I've checked Firefox on Mac and IE 11 on Windows 10 and can't see any difference.
User avatar
Moderator

GK User
Mon Jul 11, 2016 10:05 am
Here is the screen capture...

It doesn't work in Internet Explorer.
User avatar
Senior Boarder

Joshua M
Tue Jul 12, 2016 7:57 am
Sorry, I can't help If can't see the issue:
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.