-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
76 lines (58 loc) · 2.56 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
=== SO Page Builder Animate ===
Contributors: dunhakdis
Tags: Page Builder Animation, SiteOrigin Panels Animate, Page Builder by SiteOrigin Animations, dunhakdis
Requires at least: 4.1
Tested up to: 4.7
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Easily add entrance animations to your "SiteOrigin Page Builder" elements or widgets.
== Description ==
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.
<h3>Features:</h3><br>
* 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.
<h3>Note:</h3><br>
If your theme already uses <a href="http://mynameismatthieu.com/WOW/">WOW.js</a> and <a href="https://daneden.github.io/animate.css/">animate.css</a> you need to 'dequeue' the following handlers in-order to prevent
conflicts:
In your theme functions.php add the following code:
<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;
}
?>
</code>
Thank you!
== Installation ==
<h3>Notice:</h3><br>
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
<h3>Manual:</h3><br>
<ol>
<li>Download and unzip the "so-page-builder-animate.zip" plugin.</li>
<li>Upload the entire "so-page-builder-animate" directory to your '/wp-content/plugins/' directory.</li>
<li>Activate the "SO Page Builder Animate" plugin through the Plugins menu in WordPress.</li>
<li>Edit the rows or the widgets of the page builder and locate the 'Animate' tab below the 'Design' tab.</li>
<li>Select animation types, durations, and etc.</li>
</ol>
<h3>Automatic:</h3><br>
Click <a href="https://codex.wordpress.org/Managing_Plugins#Automatic_Plugin_Installation" title="automatic install">here</a> to learn how to automatically add the plugin using the built-in plugin installer.
== Frequently Asked Questions ==
= Soon... =
== Screenshots ==
1. The 'Animate' settings screenshot
2. The ’Animate’ settings tab when opened
== Changelog ==
= 0.1 =
* Initial release.
== Upgrade Notice ==
= 0.1 =
Initial Release