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

Clear Floats Button

설명

This plugin adds 1 button to TinyMCE to clear floating elements. It also adds divs to valid tags so they won’t be deleted if empty.

Originally by Miguel Ibero.

스크린샷

  • Plugin in action

설치

  1. Download.
  2. Unzip.
  3. Upload to the plugins directory (wp-content/plugins).
  4. Activate the plugin.

FAQ

Why do you need to clear the floats?

Well, sometimes you want to add two floating images but don’t want them to overlap. Or you want to add an image floated to the left and text on the right, and then add a new block. You can add a clear in
the middle to achieve the desired effect.

Where do I get support?

Ask your question in the Support Forums. Please note that due to restricted time availability we’re not actively answering questions, unless a real bug is reported. See: “What should I try before reporting a bug” section.

What should I try before reporting a bug?

  1. Disable all your plugins except “Custom Post Type Maker”.
  2. See if the plugin behaves normally with the default WordPress theme.
  3. Try to run the plugin on a clean WordPress install.

If all of this fails, see: “How should I report bugs?” section.

How should I report bugs?

Please report your bug on GitHub. Issues will not be handled elsewhere.

Make sure you attach to the report:
1. Your WordPress version
2. Your plugin version
3. Screenshots
4. Steps to reproduce the problem
5. Anything else you think would be useful to pinpoint the problem

How do I request a feature?

We’re supporting this plugin but not actively developing it. If you’re interested to contribute you can submit a PR on GitHub.

How do I get the plugin in my own language?

You’ll have to do it yourself. Help translate this plugin.

후기

2021년 2월 13일 1 reply
Simple and elegant. I needed a fool-proof solution for non-tech clients who like to float text around images. This is exactly what I needed. Thanks!
2016년 11월 5일 1 reply
This plugin I've missed for about 10 years. Finally I found it by chance. I am totally happy with it. It helps so much organizing and designing longer texts with pictues. It should be included in TinyMCE. Thank you!
2016년 9월 3일 1 reply
This is one of those 'why is there a plugin for this' type plugin. As in this should already be available in the TinyMCE editor by default. A must have plugin for WYSIWYG editors, thanks very much for this easy to install and use plugin 🙂
모든 5 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Clear Floats Button”(을)를 번역하세요.

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

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

변경이력

1.2.5

  • Compatibility with current WP version.

1.2.4

  • Compatibility with future WP version.

1.2.3

  • Update assets.

1.2.2

  • Compatibility with future WP version.

1.2.1

  • Remove unneeded translation strings. Fixes Issue #12
  • Compatibility with future WP version.

1.2.0

  • OOP rewrite by @jaredyork

1.1.6

  • Compatibility with future WP version.

1.1.5

  • Compatibility with future WP version.

1.1.4

  • Fix for undefined variable.

1.1.3

  • Cleanup & improved documentation. Added translation tags.

1.1.2

1.1.1

  • Editor not loading due to SVN processing error. Bumping version & correcting documentation. Sorry for that! Fixes Issue #8, Issue #9

1.1.0

  • Changed to inline styling. Fixes Issue #7, Issue #5
  • Uses br instead of div. Fixes Issue #6
  • New icon to better represent clearing of floats.
  • Minified assets for performance.
  • Add ‘ctrl + option/alt + f’ shortcut
  • Removed deprecated functions
  • Updated assets, icons, background, screenshot

1.0.10

  • Compatibility with future version of WP

1.0.9

  • This ensures that such themes will not make the divider appear
    taller than intended.Issue #3

1.0.8

  • Compatibility with future version of WP

1.0.7

  • Fixed miss interpretation of TinyMCE api regarding custom_elements. This prevented the plugin from working in IE Issue #3

1.0.6

  • Compatibility with future version of WP

1.0.5

  • Fixed stripping of IDs on DIVs – Extended valid elements fix for cases in which extended elements are not defined Issue #1

1.0.4

  • Fixes not loading CSS when user is not logged-in Issue #2

1.0.3

  • Updated assets for WP Plugin Directory (2)

1.0.2

  • Updated assets for WP Plugin Directory

1.0.1

  • Fixed stripping of IDs on DIVs Issue #1

1.0.0

  • Created new version from stale plugin
  • Revamped graphic assets
  • Removed clear:left and clear:right buttons
  • Changed plugin so we don’t have inline styles.