Giter Site home page Giter Site logo

wpplugins / so-page-builder-animate Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 299 KB

This is a mirror of the svn repo: https://plugins.svn.wordpress.org/so-page-builder-animate/, the master is always the latest release.

Home Page: http://wpplugins.it

PHP 100.00%

so-page-builder-animate's Introduction

=== SO Page Builder Animate ===
Contributors: dunhakdis,wpjasper
Tags: Page Builder Animation, SiteOrigin Panels Animate, Page Builder by SiteOrigin Animations, dunhakdis
Requires at least: 4.1
Tested up to: 4.7.1
Stable tag: 0.5
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>

* 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>Want More Widget Visiblity Options?:</h3>

Try <a href="https://wordpress.org/plugins/widget-options/" title="Try Widget Options" target="__blank">Widget Options</a>
Get Better Control over your Widgets. Easily show or hide WordPress widgets on specified pages & devices and/or assign custom alignment.

<h3>Notes:</h3>

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

so-page-builder-animate's People

Contributors

wppluginsbot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.