Title: Wavy Divider
Author: Kevin Batdorf
Published: <strong>2 בפברואר 2022</strong>
Last modified: 18 בנובמבר 2023

---

חיפוש תוספים

![](https://ps.w.org/wavy-divider/assets/banner-772x250.png?rev=2670972)

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://ps.w.org/wavy-divider/assets/icon-128x128.png?rev=2670972)

# Wavy Divider

 מאת [Kevin Batdorf](https://profiles.wordpress.org/kbat82/)

[הורדה](https://downloads.wordpress.org/plugin/wavy-divider.1.6.0.zip)

 * [פרטים](https://he.wordpress.org/plugins/wavy-divider/#description)
 * [סקירות](https://he.wordpress.org/plugins/wavy-divider/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/wavy-divider/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/wavy-divider/#developers)

 [תמיכה](https://wordpress.org/support/plugin/wavy-divider/)

## תיאור

Generate and add a simple wavy divider to anywhere on your page, giving you the 
ability to separate blocks of content with an impressive, professional-looking design
element.

 * Follow [@kevinbatdorf](https://twitter.com/kevinbatdorf) on Twitter
 * View on [GitHub](https://github.com/KevinBatdorf/wavy-divider)

#### Features

 * Color settings, including opacity.
 * Choose between wide, normal, and full width
 * Choose between rounded edges and stright lines
 * Fine tune curves and lines with built-in controls
 * Supports top or bottom shapes
 * Stack multiple dividers with group block (see below)
 * Gradients – easy to use (see below)
 * Control height, number of points, and direction
 * Use a single, smooth point to give you a curved divider

#### Gradients

To use a gradient, you need to wrap the wavy divider in a group block and apply 
the gradient to the group block. After that, create a wavy shape and apply a color
that matches your content background (e.g. white). You can then switch the direction
of the divider (under settings) to give a mirrored effect. This way the gradient
is applied to the group block and the wavy divider acts as a mask.

#### Group Block

If nesting the wavy divider in a group block, you may want to remove the padding
and margins so that the wavy divider will not have spacing around it. To handle 
this, select the group block, and under "Advanced" (at the bottom of the settings
area) add these two classes:

 * `wavy-divider-remove-margin`
 * `wavy-divider-remove-padding`

#### Patterns

Within the block inserter, under the Patterns tab, select 'Wavy Divider' from the
dropdown menu to view some example patterns.

## צילומי מסך

 * [[
 * Separate content with wavy dividers
 * [[
 * Add gradients in combination with group blocks
 * [[

## בלוקים

תוסף זה מספק בלוק 1.

 *   Wavy Divider A colorful, fun, lightweight divider block to energize your website
   with character and pizazz

## התקנה

 1. Install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the 'Plugins' screen in WordPress

## סקירות

![](https://secure.gravatar.com/avatar/a2f883fce9d6802c92b0f2aa9c5cfab27052037b04b15132b71847823cb1030c?
s=60&d=retro&r=g)

### 󠀁[Great contribution](https://wordpress.org/support/topic/great-contribution-3/)󠁿

 [Clark Simon](https://profiles.wordpress.org/clarksimon/) 5 בפברואר 2022 1 reply

Wavy Divider is really great contribution and ultimate useful plugin. I am facing
a problem when adding wavy in a group and try to color wave, a line of group color
under wavy block appears, how can I fix this as I a new in WordPress hand same. 
also how to add text/ heading/ image over wavy block? Please…

 [ קראו את כל הסקירות ](https://wordpress.org/support/plugin/wavy-divider/reviews/)

## מפתחים

"Wavy Divider" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ Kevin Batdorf ](https://profiles.wordpress.org/kbat82/)

[ניתן לתרגם את "Wavy Divider" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/wavy-divider)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/wavy-divider/), ראו את הקוד
ב-[SVN repository](https://plugins.svn.wordpress.org/wavy-divider/), או הירשמו ל
[לוג פיתוח](https://plugins.trac.wordpress.org/log/wavy-divider/) באמצעות [RSS](https://plugins.trac.wordpress.org/log/wavy-divider/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 1.6.0

 * Feature: Add viewBox fine tuning to fix instances where a tiny pixel gap my appear

#### 1.5.0

 * Feature: Center wave when only 1 point is selected and is smooth

#### 1.4.0

 * Update: Updated the patterns to work with 6.2
 * Tweak: Load patterns in init and check for function_exists
 * Tweak: Prevent attempting to load patterns if function doesn't exist
 * Removed seasonal patterns
 * Added one new pattern

#### 1.3.4

 * Chore: Update npm packages + test for WP 6.2

#### 1.3.3

 * Fix: Remove lock file to save space

#### 1.3.2

 * Fix: Update spacer block in example to be compatible when Gutenberg plugin is
   disabled

#### 1.3.0

 * Feature: Add controls to fine tuning
 * Feature: Add better line control
 * Feature: Allow single peak curves
 * Tweak: Adjust height, points, etc without changing peaks

#### 1.2.0

 * Fix: Add pattern examples, including Valentine's Day themed

#### 1.1.4

 * Fix: Swap fill-opacity attribute with opacity styling.
 * Tweak: Clamp default state to integers

#### 1.1.3

 * Fix: Move default attributes to index.js file – block.json isn't currently being
   loaded when imported from block library interface.

#### 1.1.2

 * Fix: Fix missing build files

#### 1.1.1

 * Fix: Disable examples until feature is more stable

#### 1.1.0

 * Feature: Add two examples tot he pattern library
 * Enhancement: Add wp_set_script_translations
 * Tweak: Change shuffle button to secondary button styling
 * Fix: Add title prop to `registerBlockType`

#### 1.0.0

 * Initial release

## מטא

 *  גרסה: **1.6.0**
 *  Last updated **לפני 2 שנים**
 *  Active installations **800+**
 *  WordPress version ** 5.8 ומעלה **
 *  Tested up to **6.4.8**
 *  PHP version ** 7.0 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/wavy-divider/)
 * Tags
 * [block](https://he.wordpress.org/plugins/tags/block/)[divider](https://he.wordpress.org/plugins/tags/divider/)
   [HR](https://he.wordpress.org/plugins/tags/hr/)[waves](https://he.wordpress.org/plugins/tags/waves/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/wavy-divider/advanced/)

## דרוגים

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wavy-divider/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wavy-divider/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wavy-divider/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wavy-divider/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wavy-divider/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wavy-divider/reviews/#new-post)

[הצג הכל](https://wordpress.org/support/plugin/wavy-divider/reviews/)

## תורמים

 *   [ Kevin Batdorf ](https://profiles.wordpress.org/kbat82/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/wavy-divider/)