이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Remove Uppercase Accents

설명

Remove Uppercase Accents is a WordPress plugin that automatically removes accented characters (currently greek) from elements having their text content uppercase transformed through CSS ( with { text-transform: uppercase; } ). Currently the script transforms only greek text, but it can be easily extended to support other languages.

Why you would need this: For example, in greek there are accent marks that denote in which syllable you put the stress on when pronouncing a word. However, when words are written in all UPPERCASE, those accent marks are removed. This rule is not followed by the aforementioned CSS rules, as they just use the corresponding uppercase unicode character.

Features

  • Automatically removes accented characters from text content uppercase transformed through CSS.

스크린샷

  • Greek text without the plugin
  • Greek text after activating the plugin
  • JavaScript mode options on the plugin’s control panel
  • PHP mode options

설치

  1. Upload the Remove Uppercase Accents plugin to your website and activate it.
  2. That’s it. The plugin works out of the box and no special actions needed on behalf of the site administrator. You are encouraged to go to it’s Settings and check the available options.

FAQ

Why would I need this plugin?

For example, in greek there are accent marks that denote in which syllable you put the stress on when pronouncing a word. However, when words are written in all UPPERCASE, those accent marks are removed. This rule is not followed by the aforementioned CSS rules on some browsers, as they just use the corresponding uppercase unicode character.

I use “text-transform:uppercase” in greek text but I don’t see any accents

If you use Firefox or a Chromium-based browser like Chrome, the new Edge, Opera etc., and you have set the site language to Greek, accents should be handled correctly. The problem appears on Safari and on older browsers like the Internet Explorer and everywhere if you have a site with mixed content and you don’t want to set Greek as the site’s language.

I use Firefox/Chrome/the new Edge but the problem appears there too.

Then your site’s language isn’t set to Greek. If your content is in Greek, you should set it.

How does the “Exclude” option works on JavaScript mode?

When you have JavaScript mode set and the Exclude option enabled, the script will scan the styles of the page and build a list of the selectors containing text-transform:uppercase;. Then, this list gets compared with the selectors that you manually entered, and if there are matches, they get removed from the initial list.

Therefore, in order for the Exclude option to work, you have to pass your selectors exactly as they appear on your CSS, for the matching to be successful (you can use your browser’s developer tools to do so).

Include, on the other hand, will use your selectors as is and will skip entirely the page scanning, which allows you to use any selector you like.

후기

2021년 8월 11일
Thank you so much for this plugin! You saved me! I had to change hundreds of pages with this problem! With your effort everything is fixed! Please keep it updated and alive! Thank you!
2021년 4월 30일
Παρα πολυ χρησιμο! Συγχαρητηρια Γιωργο!
모든 28 평가 읽기

기여자 & 개발자

“Remove Uppercase Accents”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Remove Uppercase Accents”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Remove Uppercase Accents”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • Updated documentation.

1.1

  • NEW Feature: Option to choose whether to use the custom selectors inclusively or exclusively on JavaScript mode.
  • Moved the plugin’s options panel under Settings

1.0

Major update with many an options panel and new features:
* Added a pure JavaScript version of the script, to ditch jQuery dependency.
* The JS script allows you to limit the replacement on specific CSS selectors.
* Added option to do the replacement server-side, using PHP and WordPress filters.
* Added the remove_greek_accents() function, which can be used anywhere in your theme.

0.5.2

Fixed a bug with WooCommerce and “Ship to different address” option on Checkout page.

0.5

  • Added support for diaereses in diphthongs in Greek uppercase letters

0.4

  • Properly enqueue the plugin, including the jQuery dependency

0.3

  • Fixed plugin’s version number

0.2

  • Updated description

0.1

  • First release!