外掛說明
基本使用方式
Clarity 不需要設定,僅需安裝並啟用,出現在管理後台的突兀廣告就會消失。請查看〈常見問題集〉以進一步了解如何進行移難排解及在封鎖清單中新增封鎖項目。
環境需求
- PHP 7.0 或更新版本
本地化
- 目前尚無
螢幕擷圖
安裝方式
- 將由外掛壓縮檔解壓縮所得的
clarity-ad-blocker
資料夾及其所包含的全部檔案上傳至/wp-content/plugins/
目錄。 - 在 WordPress 管理後台的 [外掛] 選單中啟用 Clarity 外掛。
- 大功告成!
常見問題集
-
外掛的設定頁面位於何處?
-
這個外掛沒有設定頁面,因為這個外掛不需要進行設定。如果這個外掛安裝並啟用後,在管理後台仍看到不需要的橫幅,請繼續閱讀下方資訊。
-
Clarity 使用類似瀏覽器廣告封鎖程式的封鎖清單,但使用者也可以手動新增封鎖項目。
使用者可以建立問題 (Issue) 要求外掛支援封鎖指定項目,也可以前往 GitHub 提交正式封鎖清單的提取要求;以提交提取要求來說,請在definitions.txt
檔案中加入可以隱藏通知的 CSS 選取器項目。 -
請建立問題 (Issue) 並選取 [Ask for filter removal]。
請確認你的外掛或佈景主題滿足以下條件:
– 對應的通知僅出現在外掛/佈景主題的設定頁面,而不會顯示在其他地方。
– 對應的通知僅顯示給 [網站管理員] 使用者角色的使用者查看。
– 使用唯一、易於辨識外掛/佈景主題不同類型通知的 CSS 類別。
使用者評論
參與者及開發者
變更記錄
Clarity receives regular updates to its block list. The versioning standard is <major-version>.<minor-version>.<date-of-latest-block-list-update>
. For example version 1.0.220201
means you are running version 1.0
of the plugin using the block list from february 1st, 2022.
You can always find the latest block list here. You can see the latest changes to the block list here.
1.3
- Improved performance with selector cache
- Fixed a bug on non-unix platforms
1.2
- Set correct textdomain for translations
1.1
- Added helpful links in the plugins list
1.0
- Initial release