Linux 软件免费装
Banner图

Aetos RTL Input Direction Fixer

开发者 aetosseo
更新时间 2026年7月11日 23:16
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

email forms arabic phone rtl

下载

1.0.0

详情介绍:

Aetos RTL Input Direction Fixer improves technical input fields on right-to-left WordPress sites. Email addresses, URLs, international telephone numbers, and passwords use left-to-right syntax even when the surrounding page is Arabic, Hebrew, Persian, or another RTL language. Some themes and form styles force every field into RTL, which can make symbols such as @, ., /, and + appear in confusing positions. The plugin applies a small static stylesheet only when WordPress detects an RTL locale. It targets semantic technical input types and leaves normal text fields and textareas unchanged. Main features: The opt-out class is aetos-rtl-input-direction-ignore. Developers can add aetos-rtl-input-direction-ltr to another input that should explicitly use the same LTR treatment.

安装:

  1. Upload the plugin files to the /wp-content/plugins/aetos-rtl-input-direction-fixer/ directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Go to Settings > Aetos RTL Input Direction to choose where the fix is enabled.
  4. Use an RTL WordPress site or user locale. The plugin intentionally loads no direction styles for LTR locales.

屏幕截图:

  • RTL form showing readable left-to-right email, URL, telephone, and password values.

常见问题:

Does this change stored field values or post content?

No. The plugin changes visual direction and alignment with CSS only. It does not read, rewrite, or store form values.

Does this force my whole website into RTL mode?

No. It follows WordPress is_rtl() and loads only on an already-RTL locale.

Which fields are affected?

Email, URL, telephone, and password input types are targeted. Normal text inputs and textareas keep their existing direction.

Can I exclude one field?

Yes. Add the aetos-rtl-input-direction-ignore class or an explicit dir="rtl" attribute to that input.

Why are username fields optional?

Some sites accept Arabic usernames. The separate setting is disabled by default so those sites are not changed unexpectedly.

Does this include form-builder-specific presets?

No. Version 1.0.0 targets standard semantic HTML input types, so it can work across themes and form plugins without depending on a specific builder.

更新日志:

1.0.0