IZ Block Editor Tooltips

Описание

Этот легковесный плагин добавляюет кнопку «Подсказка» в тулбар редактора текста.

Используйте это для вставки всплывающих подсказок над словами и фразами в ваших статьях.

Вы можете затать стили подсказок с помощью страницы настроек.

Вы также можете задать стили подсказок через CSS и с помощью фильтров:

add_filter('izbet_style_text_color', function() { return '#247DE0'; });
add_filter('izbet_style_border_color', function() { return '#247DE0'; });
add_filter('izbet_style_tooltip_text_color', function() { return '#fff'; });
add_filter('izbet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; });
add_filter('izbet_style_tooltip_font_size', function() { return '.8rem'; });
add_filter('izbet_style_tooltip_padding', function() { return '.6rem'; });
add_filter('izbet_style_tooltip_border_radius', function() { return '.3rem'; });

Как внести свой вклад

Если вы хотите помось мне с разработкой этого планина, пожалуйста, посетите его репозиторий на GitHub: https://github.com/IvanZhuck/wordpress-iz-bet
Репозиторий содержит исходный код и инструменты для разработки.

Скриншоты

  • Как выглядят всплывающие подсказки на странице
  • Как выглядят всплывающие подсказки в редакторе
  • Страница настроек

Установка

  1. Загрузите папку iz-block-editor-tooltips в директорию /wp-content/plugins/.
  2. Активируйте плагин используя меню «Плагины» в WordPress
  3. Перейдите в «Настройки» -> «Настройки IZ BET», чтобы установить цвета подсказок.

Отзывы

17.09.2024 1 ответ
Great plugin the function work perfectly well and lightweight! However, when i added the add_filter in [Code Snippet Pro] (run the code in both frontend and admin) as descriebd to customize my own color style , it show noting in frontend. I wonder if i missed anything. add_filter(‘izbet_style_text_color’, function() { return ‘#4CC4A4’; });add_filter(‘izbet_style_border_color’, function() { return ‘#247DE0’; });add_filter(‘izbet_style_tooltip_text_color’, function() { return ‘#4CC4A4’; });add_filter(‘izbet_style_tooltip_background_color’, function() { return ‘rgba(0, 010, 030, .85)’; });add_filter(‘izbet_style_tooltip_font_size’, function() { return ‘.8rem’; });add_filter(‘izbet_style_tooltip_padding’, function() { return ‘.6rem’; });add_filter(‘izbet_style_tooltip_border_radius’, function() { return ‘.3rem’; });
20.06.2024
It is really an amazing tool. Very easy to use. Thank you developer. Please add some way to increase the font size of the content if possible.
03.02.2024
After several hours wasted looking for a simple title-box on hover for links, here’s the miracle: I found this great plugin that does exactly what it says it does. It is very useful, clean, effective. I’m surprised he’s so little famous. I recommend it and hope it has more success. Thanks so much for developing this!
Посмотреть все 4 отзыва

Участники и разработчики

«IZ Block Editor Tooltips» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«IZ Block Editor Tooltips» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «IZ Block Editor Tooltips» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

3.4.3

  • Tested with WordPress 6.7

3.4.2

  • Tested with WordPress 6.6

3.4.1

  • Fixed filter names in readme
  • Fixed string for translation

3.4.0

  • Added custom size settings
  • Tested with WordPress 6.5.5

3.3.0

  • Tested with WordPress 6.5
  • Fixed tooltip editor popover position
  • Fixed new lines inside tooltip content

3.2.3

  • Updated readme.txt

3.2.2

  • Tested with WordPress 6.4.2
  • Added screenshots

3.2.1

  • Updated output escaping

3.2.0

  • Tested with WordPress 6.4.1
  • Added variable escaping

3.1.1

  • Updated @wordpress/eslint-plugin version
  • Updated readme.txt

3.1.0

  • Updated plugin text prefix
  • Updated plugin text domain
  • Changed the way to read json config files

Please visit the Releases page on GitHub to see the full plugin’s changelog,