Title: Exceptions list
Last modified: April 17, 2019

---

# Exceptions list

 *  Resolved [theamnesic](https://wordpress.org/support/users/theamnesic/)
 * (@theamnesic)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/exceptions-list/)
 * Hi!
 * When I add a word in the exceptions list in the settings, it still have a `&shy;`
   entity (an ACF field filtered as text).
 * Any idea?
    Does this setting work for you?
 * Thanks!
 * — G

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/exceptions-list/#post-11440253)
 * Hi [@theamnesic](https://wordpress.org/support/users/theamnesic/)! Have you tried
   to clear the cache (browser and/or your server’s page cache if it has one)? If
   you’ve already done that, can you please post a screenshot of your hyphenation
   settings and a link to an example page?
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/exceptions-list/#post-11484543)
 * [@theamnesic](https://wordpress.org/support/users/theamnesic/), have you been
   able to solve the issue?
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11528635)
 * I assume the issue has been resolved. Feel free to reopen if it has not been,
   [@theamnesic](https://wordpress.org/support/users/theamnesic/).
 *  Thread Starter [theamnesic](https://wordpress.org/support/users/theamnesic/)
 * (@theamnesic)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11560027)
 * Sorry pepe, didn’t see your replies!
 * I still have this issue with the exceptions.
 * A screenshot of my settings: [https://www.dropbox.com/s/apwux105pgki7cc/options.png?dl=0](https://www.dropbox.com/s/apwux105pgki7cc/options.png?dl=0)
   
   A screenshot of the front with the word “aspe­riores”: [https://www.dropbox.com/s/tweoruq8ry2m7jz/hyphen.png?dl=0](https://www.dropbox.com/s/tweoruq8ry2m7jz/hyphen.png?dl=0)
 * I have a doubt : the exceptions list is to cut a word that should not have been,
   or exclude a word from hyphenation (a company name, for exemple) ?
 * We can’t exclude a word on the general scope tab, that’s why I’m not sure.
 * Thanks!
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11561830)
 * I’ve reopened the thread, [@theamnesic](https://wordpress.org/support/users/theamnesic/).
   Can you link to an example page with the problem? I’d like to be able look at
   the source code generated. I suspect that’s an issue with the CSS property `hyphens`
   set to `auto` instead of `manual`.
 *  Thread Starter [theamnesic](https://wordpress.org/support/users/theamnesic/)
 * (@theamnesic)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11563728)
 * Unfortunately I can’t show you the source code now, the website is still in développement…
 * But I can confirm that there is no hyphens property in any of my CSS files.
 * Tell me how I can help!
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11563830)
 * [@theamnesic](https://wordpress.org/support/users/theamnesic/) please make a 
   screenshot of that part of the page source code in Chrome (not another browser,
   Chrome shows `&shy;` decoded in the source view, other browsers don’t). As for
   the `hyphens` property, don’t check the CSS files, look at what the browser applies.
   It might be the default setting.
 *  Thread Starter [theamnesic](https://wordpress.org/support/users/theamnesic/)
 * (@theamnesic)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11563895)
 * Looks good: [https://www.dropbox.com/s/5p8w8fpduqel1hk/test.png?dl=0](https://www.dropbox.com/s/5p8w8fpduqel1hk/test.png?dl=0)
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11564643)
 * I’ll look further into. I’ve tried the fragment `et architecto asperiores ut.`
   in the underlying PHP-Typography library with French hyphenation patterns and
   the exception works as expected:
 *     ```
       [ 'et architecto asperiores ut.', 'et ar&shy;chi&shy;tec&shy;to as&shy;pe&shy;riores ut.', [], 'fr', false, true, false, true ],
       [ 'et architecto asperiores ut.', 'et ar&shy;chi&shy;tec&shy;to asperiores ut.', [ 'asperiores' ], 'fr', false, true, false, true ],
       ```
   
 * The first string is the input, the second the expected result, the array the 
   list of exceptions, the the language code, and then various checkboxes for titles,
   all caps, mixed-case, compound words. (All minimum lengths are set to 2 for the
   test, to maximize the number of generated hyphens.)
 *  Thread Starter [theamnesic](https://wordpress.org/support/users/theamnesic/)
 * (@theamnesic)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11564745)
 * Hum …
    I’m gonna make some tests and I’ll let you know.
 * Thanks for your help!
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11564759)
 * Maybe check again for caching issues on various levels (wp-Typography’s built-
   in cache should auto clear, but you can do so manually from the settings page
   to make sure; also full-page caches might affect the issue).
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [7 years ago](https://wordpress.org/support/topic/exceptions-list/#post-11610569)
 * [@theamnesic](https://wordpress.org/support/users/theamnesic/), have you been
   able to find out anything?
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/exceptions-list/#post-11705737)
 * [@theamnesic](https://wordpress.org/support/users/theamnesic/) Have you been 
   able to resolve the issue?
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/exceptions-list/#post-12136717)
 * I’ll assume you have been able to resolve the issue, [@theamnesic](https://wordpress.org/support/users/theamnesic/).
   If not, feel free to reopen the thread.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Exceptions list’ is closed to new replies.

 * ![](https://ps.w.org/wp-typography/assets/icon.svg?rev=2663995)
 * [wp-Typography](https://wordpress.org/plugins/wp-typography/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-typography/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-typography/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-typography/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-typography/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-typography/reviews/)

 * 14 replies
 * 1 participant
 * Last reply from: [pepe](https://wordpress.org/support/users/pputzer/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/exceptions-list/#post-12136717)
 * Status: resolved