這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

SO Page Builder Animate

描述

The SO Page Builder Animate is built for the SiteOrigin Page Builder. This plugin adds ‘Animate’ tab to ‘Widgets Styles’ inside the page builder panels. By using this plugin, you will be able to easily select from over 70+ different animation types.

Features:

  • Select from over 70+ animations. Powered by WOW.js and Animate.css
  • Ability to select animation type.
  • Ability to select animation duration.
  • Ability to select animation delay.
  • Ability to set ‘offset’ value.
  • Ability to set iterations for each animation.

Want More Widget Visiblity Options?:

Try Widget Options
Get Better Control over your Widgets. Easily show or hide WordPress widgets on specified pages & devices and/or assign custom alignment.

Notes:

If your theme already uses WOW.js and animate.css you need to ‘dequeue’ the following handlers in-order to prevent
conflicts:

In your theme functions.php add the following code:

<?php
add_action('wp_enqueue_scripts', 'dunhakdis_sbpa_remove_scripts', 100);

function dunhakdis_sbpa_remove_scripts()
{
    wp_dequeue_style('spba-animate');
    wp_dequeue_script('spba-wow');

    return;
}
?>

Thank you!

螢幕截圖

  • The 'Animate' settings screenshot
  • The ’Animate’ settings tab when opened

安裝

Notice:

This plugin is an add-on to “Page Builder by SiteOrigin”. This plugin will not work if you dont have the said page builder installed and activated on your WordPress

Manual:

  1. Download and unzip the “so-page-builder-animate.zip” plugin.
  2. Upload the entire “so-page-builder-animate” directory to your ‘/wp-content/plugins/’ directory.
  3. Activate the “SO Page Builder Animate” plugin through the Plugins menu in WordPress.
  4. Edit the rows or the widgets of the page builder and locate the ‘Animate’ tab below the ‘Design’ tab.
  5. Select animation types, durations, and etc.

Automatic:

Click here to learn how to automatically add the plugin using the built-in plugin installer.

常見問題

Installation Instructions

Notice:

This plugin is an add-on to “Page Builder by SiteOrigin”. This plugin will not work if you dont have the said page builder installed and activated on your WordPress

Manual:

  1. Download and unzip the “so-page-builder-animate.zip” plugin.
  2. Upload the entire “so-page-builder-animate” directory to your ‘/wp-content/plugins/’ directory.
  3. Activate the “SO Page Builder Animate” plugin through the Plugins menu in WordPress.
  4. Edit the rows or the widgets of the page builder and locate the ‘Animate’ tab below the ‘Design’ tab.
  5. Select animation types, durations, and etc.

Automatic:

Click here to learn how to automatically add the plugin using the built-in plugin installer.

Soon…

評價

閱讀全部20個評價

貢獻者及開發者

“SO Page Builder Animate” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 SO Page Builder Animate 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

  • Initial release.