Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Clear Widget

Описание

Outputs a clearing <div>. You may configure the CSS class and height and disable inline style output. Useful when you want to ensure that a widget clears its predecessor where the predecessor’s contents are dynamic.

Simply activate the plugin and visit Appearance > Widgets to use. You may choose to disable the inline style output (if your CSS already has a clear rule). You may also specify height and the CSS class of the clear block. If not specified, the defaults are used:

  • Height: 0
  • Class: ‘clear’

Example output (default):

<div class="clear" style="clear:both; height:0; visibility: hidden"></div>

Скриншоты

  • Widget Settings

Установка

  1. Upload clear-widget to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit Appearance > Widgets

Часто задаваемые вопросы

None yet.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Clear Widget» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Clear Widget» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.2

  • Updated __construct() to Groovy_ClearWidget() to allow for PHP4
  • Created a full widgets_init hook function instead of using create_function()

0.1

Initial state