تفصیل
wpTextResize is an easy to use way to have Increase, Decrease, reset font size controls for body text on a WordPress site.
Just use the [wpResize] shortcode wherever you want the controls to show up. Or use the widget to place it in a sidebar.
Theme creators: You can also add wpTextResizeControls(0) to your template for the controls to be automatically styled, or wpTextResizeControls(1) to manually style. When manually styling, wpTextResizeControls is the container, and increaseFont, resetFont, and decreaseFont are all anchors you can target.
Go wild!
انسٹالیشن
- Upload the plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add the [wpResize] shortcode wherever you want the controls to appear.
- You can also use the widget to place it in a sidebar.
- OR Add wpTextResizeControls(0) to your template for the controls to be automatically styled, or wpTextResizeControls(1) to manually style. When manually styling, wpTextResizeControls is the container, and increaseFont, resetFont, and decreaseFont are all anchors you can target.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“wpTextResize” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“wpTextResize” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.5
- Added a widget
- When hover over one of the controls, the cursor changes to a hand
- Bug fixes
1.4
- Fixed issues with shortcode output
- Better coding with returning shortcode instead of echoing
- updated js path in plugin in case the user renames the plugin folder
- updated version number
1.2
- Added resizing ability to all WordPress themes, no matter what html layout exists
- added shortcode to display controls
1.0
- initial release