{"id":212311,"date":"2024-11-22T07:34:57","date_gmt":"2024-11-22T07:34:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/text-size-adjust\/"},"modified":"2024-11-22T07:34:31","modified_gmt":"2024-11-22T07:34:31","slug":"text-size-adjust","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/text-size-adjust\/","author":23158178,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.2","stable_tag":"1.1.2","tested":"6.7.5","requires":"5.0","requires_php":"7.2","requires_plugins":null,"header_name":"Text Size Adjust","header_author":"bokumin","header_description":"WordPress plugin to globally configure text sizes","assets_banners_color":"","last_updated":"2024-11-22 07:34:31","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/bokumin\/text-size-adjust","header_author_uri":"https:\/\/bokumin45.server-on.net","rating":0,"author_block_rating":0,"active_installs":40,"downloads":1068,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.1.2":{"tag":"1.1.2","author":"bokumin","date":"2024-11-22 07:34:31"}},"upgrade_notice":{"1.1.0":"<p>Added the ability to select specific pages for text size adjustments through admin panel checkboxes.<\/p>","1.0.0":"<p>Initial release of Text Size Adjust plugin.<\/p>"},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3194719,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1.2"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Settings page with desktop and mobile configurations","2":"Block editor integration","3":"Front-end display example","4":"Page selection checkboxes in admin panel"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1332,4852,606,63838,5126],"plugin_category":[43,46],"plugin_contributors":[234269],"plugin_business_model":[],"class_list":["post-212311","plugin","type-plugin","status-publish","hentry","plugin_tags-editor","plugin_tags-font-size","plugin_tags-responsive","plugin_tags-text-size","plugin_tags-typography","plugin_category-customization","plugin_category-editor-and-writing","plugin_contributors-bokumin","plugin_committers-bokumin"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/text-size-adjust\/assets\/icon-256x256.png?rev=3194719","icon_2x":"https:\/\/ps.w.org\/text-size-adjust\/assets\/icon-256x256.png?rev=3194719","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Text Size Adjust is a powerful WordPress plugin that allows you to globally configure text sizes for your website. It provides separate configurations for desktop and mobile views, ensuring optimal readability across all devices.<\/p>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li>Seven predefined text sizes (XXS, XS, S, M, L, XL, XXL)<\/li>\n<li>Separate desktop (769px and above) and mobile (768px and below) configurations<\/li>\n<li>Real-time preview in the settings panel<\/li>\n<li>Integration with the WordPress block editor<\/li>\n<li>Compatible with default WordPress font size classes<\/li>\n<li>Simple class-based implementation<\/li>\n<li>Selective page-specific text size adjustments through admin panel checkboxes<\/li>\n<\/ul>\n\n<h4>Usage<\/h4>\n\n<ol>\n<li><p>In the Block Editor:<\/p>\n\n<ul>\n<li>Select any text block<\/li>\n<li>Use the \"Text Size Settings\" panel in the sidebar<\/li>\n<li>Choose from available size options<\/li>\n<\/ul><\/li>\n<li><p>In HTML\/CSS:<\/p>\n\n<ul>\n<li>Add the class <code>has-text-[size]<\/code> to any element<\/li>\n<li>Available sizes: xxs, xs, s, m, l, xl, xxl<\/li>\n<li>Example: <code>&lt;p class=\"has-text-m\"&gt;Medium text&lt;\/p&gt;<\/code><\/li>\n<\/ul><\/li>\n<li><p>In Admin Settings:<\/p>\n\n<ul>\n<li>Navigate to Settings &gt; Text Size Settings<\/li>\n<li>Configure global text sizes for desktop and mobile<\/li>\n<li>Use checkboxes to select specific pages where text size adjustments should apply<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<h4>WordPress Font Size Compatibility<\/h4>\n\n<p>The plugin automatically maps WordPress default font size classes to corresponding plugin sizes:<\/p>\n\n<ul>\n<li>has-small-font-size \u2192 has-text-s<\/li>\n<li>has-medium-font-size \u2192 has-text-m<\/li>\n<li>has-large-font-size \u2192 has-text-l<\/li>\n<li>has-x-large-font-size \u2192 has-text-xl<\/li>\n<li>has-xx-large-font-size \u2192 has-text-xxl<\/li>\n<\/ul>\n\n<h3>Default Size Values<\/h3>\n\n<p>Desktop (769px and above):\n* XXS: 12px\n* XS: 13px\n* S: 14px\n* M: 16px\n* L: 18px\n* XL: 24px\n* XXL: 32px<\/p>\n\n<p>Mobile (768px and below):\n* XXS: 10px\n* XS: 11px\n* S: 12px\n* M: 14px\n* L: 16px\n* XL: 18px\n* XXL: 20px<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>text-size-adjust<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to Settings &gt; Text Size Settings to configure your text sizes<\/li>\n<li>Select the pages where you want to apply text size adjustments<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='can%20i%20use%20this%20with%20any%20theme%3F'><h3>Can I use this with any theme?<\/h3><\/dt>\n<dd><p>Yes, the plugin works with any WordPress theme that follows standard practices.<\/p><\/dd>\n<dt id='will%20this%20affect%20existing%20content%3F'><h3>Will this affect existing content?<\/h3><\/dt>\n<dd><p>No, the plugin only affects content where you specifically use the text size classes or settings.<\/p><\/dd>\n<dt id='can%20i%20override%20the%20settings%20for%20specific%20elements%3F'><h3>Can I override the settings for specific elements?<\/h3><\/dt>\n<dd><p>Yes, you can override the plugin's styles using more specific CSS selectors in your theme.<\/p><\/dd>\n<dt id='how%20do%20i%20set%20different%20sizes%20for%20mobile%20and%20desktop%3F'><h3>How do I set different sizes for mobile and desktop?<\/h3><\/dt>\n<dd><p>Navigate to Settings &gt; Text Size Settings, where you'll find separate configuration sections for desktop and mobile views.<\/p><\/dd>\n<dt id='can%20i%20choose%20which%20pages%20use%20the%20text%20size%20adjustments%3F'><h3>Can I choose which pages use the text size adjustments?<\/h3><\/dt>\n<dd><p>Yes, in version 1.1.0 we've added checkboxes in the admin panel that allow you to select specific pages where the text size adjustments should be applied.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Added page selection feature through admin panel checkboxes<\/li>\n<li>Improved settings page layout<\/li>\n<li>Added page-specific text size control<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Globally configure and manage text sizes across your WordPress site with desktop and mobile-specific settings.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/212311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=212311"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bokumin"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=212311"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=212311"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=212311"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=212311"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=212311"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=212311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}