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
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
-
- Senior Boarder
- Joshua M
- Mon Jun 06, 2016 7:58 am
Hi,
Try to add the following custom css code:
Try to add the following custom css code:
- Code: Select all
.entry-content,
.entry-summary {
-moz-hyphens: none;
hyphens:none;
word-wrap: normal;
}
-
- 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.
Thx.
M
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
-
- Senior Boarder
- Joshua M
- Mon Jun 06, 2016 8:14 am
Could yo provide an URL to specific page where it doesn't work?
-
- Moderator
- GK User
- Mon Jun 06, 2016 8:21 am
Here is the url... http://gracebonline.com/terms-and-conditions/
-
- Senior Boarder
- Joshua M
- Mon Jun 06, 2016 8:38 am
Please add the mentioned code:
and should be fine.
- Code: Select all
.entry-content,
.entry-summary {
-moz-hyphens: none;
hyphens:none;
word-wrap: normal;
}
and should be fine.
-
- Moderator
- GK User
- Mon Jun 06, 2016 8:43 am
I've added that to Photo-child/style.css ....
Can you see it?
M
Can you see it?
M
-
- 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
What can I do to make it work in Safari?
Thx,
M
-
- 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;
}
-
- Moderator
- GK User
- Tue Jun 07, 2016 8:53 am
Thank you. That works.
M
M
-
- 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
What do I need to do to make it work there also?
Thank you.
M
-
- Senior Boarder
- Joshua M
- Thu Jul 07, 2016 8:17 am
Which version of Internet Explorer exactly?
-
- 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.
URL to the source: https://msdn.microsoft.com/sl-si/librar ... 84(v=vs.85).aspx
Thank you.
M
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
-
- 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.
-
- 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
I've send you the login info via PM.
Thank you.
M
-
- 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.
-
- Moderator
- GK User
- Mon Jul 11, 2016 10:05 am
Here is the screen capture...
It doesn't work in Internet Explorer.
It doesn't work in Internet Explorer.
-
- Senior Boarder
- Joshua M
- Tue Jul 12, 2016 7:57 am
Sorry, I can't help If can't see the issue:
-
- Moderator
18 posts
• Page 1 of 1