विवरण
This lightweight plugin adds button “Tooltip” to the RichText toolbar.
Use it to paste popover tooltips over the words and phrases in your articles.
You can style tooltips with the admin settings page.
You can also style tooltips with CSS and using filters:
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'; });
How to contribute
If you want to help me develop the plugin please visit its repository on GitHub: https://github.com/IvanZhuck/wordpress-iz-bet. The repository contains the source code and tools for development.
स्क्रिनसटहरू
स्थापना
- Upload
iz-block-editor-tooltips
folder to the/wp-content/plugins/
directory. - Activate the plugin through the “Plugins” menu in WordPress.
- Visit “Settings” -> “IZ BET Setting” to set up tooltip colors.
समीक्षाहरू
योगदानकर्ता र डेभलपरहरू
“IZ Block Editor Tooltips” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“IZ Block Editor Tooltips” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि अनुवादकहरूलाई धन्यवाद।
“IZ Block Editor Tooltips” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
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,