Description
The Before After Image Slider for WordPress allows you to easily show and compare two images. See screenshots or demo for more information.
The lite version contains the following features:
- One mode (overlay)
- Define left and right alt-Attribute
- Set width
- Set title
- Define additional classes
Support
Please use the support forum in case of any problems or questions before
just giving a bad rating. We really take this seriously.
Usage
Please see the Other Notes section for more details on this.
HINT:
There is also a pro version available with direct support and additional features like more modes, Visual Composer support, setting an inital value, linking images and more…
Usage
Shortcode Generator
To be a able to use the handy shortcode generator, you have to install the optional Favpress framework.
Set FAQ for this.
Hint: After you’ve created your pages, you can safely deactivate (and remove) Favpress again. It is only needed for this editor functionality.
Note: The generator currently only works in the visual editor mode.
Shortcode
The basic shortcode looks like this:
[image-comparator][/image-comparator]
You may use the following parameters:
- left (required) – Url or id of the left image.
- left_alt – “alt” attribute of the left image.
- right (required) – Url or id of the right image.*
- right_alt – “alt” attribute of the right image.
- title – Optional title.
- width Optional width, i.e. 70%.
- classes – Additional CSS classes. Hint Use ‘hover’ to enable a mouse hover effect.
Shortcode Examples
Just images:
[image-comparator left="http://.../left.jpg" right="http://.../right.jpg"][/image-comparator]
When you know the media id of the images you can do it like this:
[image-comparator left="123" right="456"][/image-comparator]
(This will also let you translate the media using WPML.)
Enable hover effect:
[image-comparator classes=”hover”][/image-comparator]
Full example:
[image-comparator
left="http://test.moewe.io/before-after-image-slider-lite/wp-content/uploads/sites/12/2015/03/cobra_blend_right1.jpg"
left_alt="The cobra is red"
right="http://test.moewe.io/before-after-image-slider-lite/wp-content/uploads/sites/12/2015/03/cobra_blend_left.jpg"
right_alt="The cobra is black"
width="70%" classes="hover"
title="With hover (just move the mouse)"]
[/image-comparator]
Installation
You can install the plugin in two ways:
From within WordPress plugin installation (recommended)
- Search for “Before After Image Slider”
- Download it and then active it.
or
- Upload and activate the file “before-after-images-slider-lite.zip” manually.
From the WordPress plugins page
- Download the plugin, extract the zip file.
- Upload the “before-after-images-slider-lite” folder to your /wp-content/plugins/ directory.
- Active the plugin in the plugin menu panel in your administration area.
Upgrade Notice
Always upgrade to the newest release to profit from bugfixes and new features.
FAQ
-
Where is the shortcode generator?
-
To be able to use the shortcode generator, you have to install the optional FavPress framework. You should be prompted
for this after activating the plugin.
Reviews
Contributors & Developers
“Before After Image Slider Lite” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Before After Image Slider Lite” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.2.0
- Updated to latest noUISlider
- Tested with latest WordPress
- Removed adf.ly links
- Removed link to Favpress (shortcode generator) as this won’t work with future WordPress anymore
2.1.1
- Fixed a JavaScript bug, which prevented using the toggle in FF
2.1
- Improved localization support
2.0
- Used FavPress in favor of Vafpress (You may remove Vafpress after updating the plugin)
- Updated noUISlider to latest version
- Removed included translations in favor of translate.wordpress.org
1.15
- Checked compatibility with WordPress 4.6
- Improved compatibility with themes and overlay method
- A little larger knob on smaller devices
1.14
- Hopefully finally fixed the theme incompatibility problems.
1.13
- Security Fix Updated TGM to latest version
- Improved theme compatibility
1.12.1
- Added link to support forum and rating in administration
1.12
- (Hopefully) improved performance for hover mode
- Updated slider layout to be a little smaller and “darker”
- Updated icons for shortcode generator
1.11.2
- Improved description
- Added Turkish translaton. Thanks to İbrahim Mumcu
1.11.1
- Removed screenshots from plugin (reduces size)
1.11
- Added German translation
- Added Serbian translation. Thanks to Ogi Djuraskovic
1.10
- Updated noUISlider to 7.0.10
- Added better support for localization
1.9
- Intial public release