이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Easy Font Resize

설명

Allows your visitors to increase or decrease font size of the “main” section of your website.

Features:

  • Uses jQuery to change text/font sizes
  • Shortcodes supported
  • Simple and Lightweight
  • Easy to Set Up
  • Works with all font size units
  • Uses localStorage to set font size only once across whole website

스크린샷

  • Resizer widget shown to the users
  • Settings page
  • Settings page

FAQ

Resizing does not work, what do I do?

Try changing settings, specifically the jQuery selector field. Your theme might have different mark up.

How do I use shortcode in my theme?

Use [wpavefrsz-resizer] to output resizer wherever you want.

How do I disable resizer depending on page/post it’s displayed on?

Use ‘wpavefrsz_render_flag’ filter. For example, to only disable it on pages, use it like so:

add_filter('wpavefrsz_render_flag', function ($render, $post) {
    if ($post->post_type === 'page') {
        return false;
    }

    return $render;
}, 10, 2);

I found a bug

Let’s fix that! Contact me at aleksandarziher@gmail.com

후기

2023년 5월 9일 1 reply
Very, very, very, simple setup. It works even when fonts are set in px, unlike others. The options are minimal, but it's free and straight forward.
2022년 7월 26일
Super simple to use and works great out of the box! All our senior members really appreciate it as well! ajbid dot org
2022년 4월 25일
At the start was not working but looking in the settings there is a field that if deleted or customized based on the theme, fixed the issue. The plugin works so well, the widget is so nice and not invasive. Perfect job, thanks! Very useful!
2022년 2월 25일
I love this plugin. Works great out of the box (with Avada theme). And the HTML/CSS code is extremely clean, which makes it easy to customize with just CSS.
2022년 2월 20일
Thank you! This plugin did help me out. 🙂 And when I reached out to the developer and asked if it was possible to add one functional enhancement, it was done right away on the same day.
모든 11 평가 읽기

기여자 & 개발자

“Easy Font Resize”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Easy Font Resize”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • First version.

1.0.1

  • Added localStorage support to set font sizes only once

1.0.2

  • Added grey theme

1.0.3

  • Added min/max/step values to options page
  • Disabled selecting/highlighting text for resizer buttons
  • Added “tabindex” and “title” attributes for accessibility (TAB keyboard key)
  • Removed widget support (does not support widget block editor and never will)

1.0.4

  • Added “Remember font size site-wide?” switch to options

1.0.5

  • Added more resizeable elements
  • Added following filters: wpavefrsz_filter_text, wpavefrsz_filter_minus, wpavefrsz_filter_plus, wpavefrsz_filter_equals
  • Added an exclusion selector(s) fields
  • Added a “force” mode that will add “!important” rule to better enforce font sizes
  • Added a “notranslate” switch that will prevent Google Translator widget from interacting with resizer buttons

1.0.6

  • Added proper screenreader ARIA labels and roles

1.0.7

  • Added code to prevent DOM bubbling

1.0.8

  • Fixed a bug with no elements being selected for resizing
  • Added a Reset button for elements on settings page

1.0.9

  • Added new filter ‘wpavefrsz_render_flag’
  • Added a new plugin promotion box

1.0.10

  • Added an option to manually select elements for resizing

1.0.11

  • Added a nag notice for Advanced Visual Elements plugin promotion

1.0.12

  • Added an option to use native WordPress icons for resizer buttons
  • Added a Buymeacoffee support link

1.0.13

  • Added an option to upload icon that will appear after instructions text

1.0.14

  • Fixed dashicons not being enqueued and displaying in frontend

1.0.15

  • Added Elementor widget