https://github.com/webdevsuperfast/ra-widgets-parallax
Add parallax scrolling image effect on your widgets.
https://github.com/webdevsuperfast/ra-widgets-parallax
parallax wordpress wordpress-plugin wordpress-widget
Last synced: 3 months ago
JSON representation
Add parallax scrolling image effect on your widgets.
- Host: GitHub
- URL: https://github.com/webdevsuperfast/ra-widgets-parallax
- Owner: webdevsuperfast
- Created: 2017-07-01T03:02:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T00:36:40.000Z (over 7 years ago)
- Last Synced: 2025-01-18T00:51:50.427Z (5 months ago)
- Topics: parallax, wordpress, wordpress-plugin, wordpress-widget
- Language: PHP
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== RA Widgets Parallax ===
Contributors: FrodoBean
Donate link: https://paypal.me/webdevsuperfast
Tags: parallax.js, parallax, widgets
Requires at least: 4.7
Tested up to: 4.9.2
Stable tag: 1.0.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.htmlAdd parallax scrolling image effect on your widgets.
== Description ==
RA Widgets Parallax is a WordPress plugin that adds additional widget fields into existing widget forms and uses [Parallax.js](pixelcog.github.io/parallax.js/) to render parallax scrolling effect.
Features
* Parallax scrolling effect on almost all your widgets.
* Ability to set parallax scrolling speed.
* Ability to set parallax mirror container.
* Ability to set parallax image position.== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/ra-widgets-parallax` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through 'Plugins' screen in WordPress.== Screenshots ==
1. 'Parallax' fields inside 'Widgets' screen in WordPress.
== Changelog ==
= 1.0.4 =
* Removed $plugin_data that causes undefined function error.= 1.0.3 =
* Reverted back to Parallax.js, updated form fields, hide form fields when using SiteOrigin Panels, better image handling, style changes.= 1.0.2 =
* Replaced parallax plugin and removed unneeded files.= 1.0.1 =
* Fixed image URL not populating input field= 1.0 =
* First Release== Upgrade Notice ==
= 1.0.4 =
Removed $plugin_data that causes undefined function error.= 1.0.3 =
Reverted back to Parallax.js, updated form fields, hide form fields when using SiteOrigin Panels, better image handling, style changes.= 1.0.2 =
Replaced parallax plugin and removed unneeded files.= 1.0.1 =
Fixed image URL not populating input field= 1.0 =
First Release