| 开发者 | guramzhgamadze |
|---|---|
| 更新时间 | 2026年8月8日 20:08 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
georgian-hyphenation).
/wp-content/plugins/georgian-hyphenation/, or install it through the WordPress plugins screen.No. The hyphenation engine and the exception dictionary are bundled with the plugin and served from your own site.
No. Elementor widget presets are provided for convenience, but the plugin works with any theme via CSS selectors.
No. Hyphenation happens in the visitor's browser at render time. Your posts and pages in the database are never modified, and the plugin stands aside inside the Elementor editor and the Customizer.
Because that container is not on the allow list. The plugin hyphenates only the containers selected on its settings screen, and custom or third-party widgets use class names it cannot know in advance — a common example is a widget that renders its excerpt in a div rather than a p.
Right-click the text that is not hyphenated, choose Inspect, find the element wrapping it, and add its class (for example .my-widget-text) under Custom CSS selectors. The currently active selector list is shown on the same screen so you can confirm the result.
Because the "Headings (h1–h6)" preset is off by default. Turn it on and titles are hyphenated everywhere, including headings sitting inside other content. It is off by default for two reasons: hyphenated headings are a matter of taste, and headings are where sites use display fonts — the fonts most likely to draw the soft hyphen as a visible dash. Turn it on, then look at a long title on a narrow screen. If the dashes appear mid-word, that font is the problem; switch it off again or change the font.
The active font draws the soft hyphen (U+00AD) as a visible glyph instead of hiding it — a font bug, most common in decorative display fonts. Switch off the preset covering that text (usually Headings) or change the font. This cannot be detected automatically. Browsers strip soft hyphens during text shaping, so the character measures exactly zero width in every font whether or not the font would draw it — there is nothing for the plugin to test, which is why this is a setting rather than something automatic.
Soft hyphens (U+00AD) are invisible break hints. Some applications preserve them when text is copied from a page. The engine strips its own hyphens before re-processing, and search engines handle soft hyphens correctly.